• Tutorial: Scenes

    Introduction The scene is represented in voxelent by the vxlScene class. A scene contains zero of more actors. Each actor represents a 3D object on the screen.   Creating a Scene We can create a scene by simply writing: var scene = new vxlScene(); This creates a new empty scene. The vxlScene constructor does not

    Read More

Back to top