This commit is contained in:
luboslenco
2020-03-23 17:08:48 +01:00
parent 95981f7e59
commit 7bb7e47bd5
3 changed files with 7 additions and 6 deletions
+1 -1
View File
@@ -182,7 +182,7 @@ class RenderPathPaint {
}
path.clearImage("voxels", 0x00000000);
path.setTarget("");
path.setViewport(256, 256);
path.setViewport(Inc.getVoxelRes(), Inc.getVoxelRes());
path.bindTarget("voxels", "voxels");
path.drawMeshes("voxel");
path.generateMipmaps("voxels");