Home »
MCQs »
Babylon.js MCQs
Which of the following creates meshes in Babylon.js?
9. Which of the following creates meshes in Babylon.js?
- Create.mesh()
- Mesh.Create()
- CreateBox()
- Mesh.box()
Answer: B) Mesh.Create()
Explanation:
Mesh.create() creates meshes in Babylon.js.