Ejemplo n.º 1
0
 void Update()
 {
     if (DisplayVoxels)
     {
         voxels.DrawVoxelData(offset);
     }
     if (voxels.Initialized)
     {
         gpuMesh.DrawMesh(ModelMatrix, InverseModelMatrix);
     }
 }