You can no longer zoom in on sharks

main
Fan-Wu Yang 8 years ago
parent 58470ab1fe
commit 804d27e055

@ -147,7 +147,9 @@ public class Assets3D {
public static Shape3D getSharks(){
String path = "assets/V1.0 Sharks.x3d";
return loadX3d(path);
Shape3D shark = loadX3d(path);
shark.setMouseTransparent(true);
return shark;
}
public static Shape3D loadX3d(String path){

Binary file not shown.

After

Width:  |  Height:  |  Size: 92 KiB

Loading…
Cancel
Save