java-3d
Java3d: Texture is not applied to OBJ model properly
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\");[详细]
2023-04-11 02:51 分类:问答Flipping the View horizontally - How?
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[详细]
2023-04-04 01:55 分类:问答Executable finding 32-bit Java when it should find 64-bit
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[详细]
2023-03-30 08:56 分类:问答java3d eclipse problem on mac
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[详细]
2023-03-27 07:04 分类:问答MouseRotate using Java3D
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[详细]
2023-03-26 06:32 分类:问答Getting the system start time in Java? [duplicate]
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?[详细]
2023-03-19 19:25 分类:问答Rotate vector using Java 3D
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[详细]
2023-03-15 12:50 分类:问答Redirecting Swing mouse events
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[详细]
2023-03-11 04:50 分类:问答Java3D and Behaviours : KeyNavigatorBehaviour works fine, but not MouseRotate
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.[详细]
2023-03-10 22:20 分类:问答Display polygon lines and texture at the same time w/Java3D
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,[详细]
2023-03-07 16:12 分类:问答