java-3d
Java3D: Painting 2D HUD over a Canvas3D
I\'m using Java3D to render a three-dimensional scene.I would like to overlay a two-dimensional \"heads-up-display\" on top of the 3d image.How can I effi开发者_JS百科ciently paint the 2d content on t[详细]
2022-12-25 02:52 分类:问答Creating a Glowing Sphere in Java3D
I\'m looking for a way to reproduce this foggy-sphere-glowing effect using Java3D. http://bzflag.org/screenshots/bzfi0021.jpg[详细]
2022-12-24 20:58 分类:问答Java3D: Problem with order of objects that have a transparent PNG texture
Today I tried to program a little fish tank with Java 3D. The fish tank rotates and fishes are placed in it.[详细]
2022-12-23 06:25 分类:问答Why enabling transparency can lead to clipping problems?
I\'m working on a 3D graphical 开发者_高级运维application in Java using the Java 3D API. I noticed that every time I was dealing with transparency, all I got in return were some clipping problems. Som[详细]
2022-12-22 13:21 分类:问答Java 3D Memory Leak
I have a large scene graph in Java 3D consisting out of a Group which contains around 3500 Switches, each containing a Shape3D and a Group, the latter contains two more Shape3Ds.[详细]
2022-12-21 20:42 分类:问答Displaying 3D graphs using JUNG
I am new to JUNG, I can display g开发者_如何学Goraphs in 2D but can anyone show me how to show 3d graphs.You can\'t do this with JUNG from what I know. However you could use something like UbiGraph wh[详细]
2022-12-20 16:09 分类:问答How to write text on a texture using java3D API?
I\'m 开发者_如何学Pythonwondering how I can write some text on a given texture (during execution) ?[详细]
2022-12-17 18:13 分类:问答Java3d + osx + netbeans
I have a java3d project that was developed on solaris that I am trying to move onto my macbook for a variety of reasons (1 being that our solaris machines are painfully slow).[详细]
2022-12-14 01:10 分类:问答Rotate around a specific point in Java3D
I\'m importing 2 models in Java3D, scaling them down and then rotating one of them using a RotationInterpola开发者_如何学JAVAtor[详细]
2022-12-13 06:05 分类:问答Java3d resetting to a new scene
I\'m working on a game in Java3D. I read all my level info from a file and it works fine. But now I want to re-initialize the scene from reading data from a different file.[详细]
2022-12-11 01:31 分类:问答