mirror of
https://github.com/Dark98/SliceBeam.git
synced 2026-07-05 08:39:03 +00:00
Long click to move; Boosty page on click before redirect
This commit is contained in:
@@ -45,6 +45,7 @@ public class Bed3D {
|
||||
|
||||
private void configure(String path) {
|
||||
Native.bed_configure(pointer, path);
|
||||
Native.bed_init_triangles_mesh(pointer, triangles.pointer);
|
||||
boundingVolume = Native.bed_get_bounding_volume(pointer);
|
||||
|
||||
min = max = null;
|
||||
@@ -78,6 +79,10 @@ public class Bed3D {
|
||||
return boundingVolume != null;
|
||||
}
|
||||
|
||||
public GLModel.MeshRaycaster getRaycaster() {
|
||||
return triangles.getRaycaster();
|
||||
}
|
||||
|
||||
public void render(boolean bottom, double[] viewModelMatrix, double[] projectionMatrix, float invZoom) {
|
||||
assertTrue(viewModelMatrix.length == 16);
|
||||
assertTrue(projectionMatrix.length == 16);
|
||||
|
||||
Reference in New Issue
Block a user