Disable frustum culling for compass

This commit is contained in:
luboslenco
2022-06-25 09:37:00 +02:00
parent 3442d9dc26
commit c4f91d84fc
+1
View File
@@ -104,6 +104,7 @@ class Inc {
compass.transform.scale.set(0.4, 0.4, 0.4);
compass.transform.buildMatrix();
compass.frustumCulling = false;
compass.render(currentG, "overlay", []);
cam.P = P;