About Me Docs Download Github Repo Demo drag anywhere to rotate scene voxel.css makes 3D rendering easy var scene = new voxelcss.Scene(); scene.rotate(-Math.PI / 8, Math.PI / 4, 0); scene.attach(document.body); var world = new voxelcss.World(scene); var editor = new voxelcss.Editor(world); editor.
Full article