Create a sphere in Babylon.js 2.0

Example of creating a sphere in Babylon.js 2.0.
var material = new BABYLON.StandardMaterial("material", scene);
var sphere = BABYLON.Mesh.CreateSphere("Sphere1", 32, 3, scene);

Responses

0 Replies