Google News
logo
Babylon.js - Quiz(MCQ)
Which of the following creates meshes in Babylon.js?
A)
Mesh.box()
B)
CreateBox()
C)
Mesh.Create()
D)
Create.mesh()

Correct Answer :   Mesh.Create()


Explanation : Mesh.create() creates meshes in Babylon.js.

Advertisement