I load a 3d model of a torus (obj file) into my program, using these lines: Shape3D torus=null; Scene t1 = getSceneFromFile(\"Some local path\\torus.obj\");
Recently I\'ve found that all of my scene objects are in left-handed coordinates, but Java 3D uses right-hand coordinates. There is a solution: flipping the scene Z-axis and reverting the triangles wi
I am writing a开发者_开发百科n executable from a PowerShell script that needs to put the proper version of Java3D onto the client computer. By proper version, I mean that when the user opens CMD and t
Part of the responsibilities of my job is maintaining an old java application that was developed by my predecessor. I am a php developer with minimal java skills. The java application is developed wit
I am using Mo开发者_JS百科useRotate class of java 3d, and I am using it to rotate two cylinders. But the problem is when I rotate one cylinder the other cylinder rotates with it. Is there a way around
This question already has answers here: Closed 11 years ago. Possible Duplicate: time since JVM started Is there a way to get the system start time in Java?
I\'m attempting to use Java3D to rotate a vector.My goal is create a transform that will make the vector parallel with the y-axis.To do this, I calculated the angle between the original vector and an
I am trying to make it possible to display and interact with Java Swing components on top of a Java3D canvas.I am displaying the components by painting a transparent JPanel to a buffered image, and th
I don\'t manage to give user mouse interaction to a ColorCube by using a MouseRotate. However, when i use a KeyNavigatorBehaviour, i can control the cube with keyboard as needed.
I have a 3d mesh being rendered successfully with textures (POLYGON_FILL).What I\'d like to do is also programatically draw lines (POLYGON_LINE PolygonAttribute) of a different color at the same time,