java-3d
Java3d Mac OSX Installation Instruction for a Newbie
I am trying to use java3d on my mac osx and i cant find installation ins开发者_StackOverflowtructions anywhere![详细]
2023-03-07 10:47 分类:问答How to draw a specific object with a different projection than other objects?
So I haven\'t been able to find anything on this anywhere: I\'m using Java3D to create an environment for my users. I\'d like to put a 3D display of the X, Y, and Z axis in the corner that rotates as[详细]
2023-03-06 08:23 分类:问答Java3d: Moving the camera and animating
In my game I move the camera in my KeyBehavior (extends ViewPlatformBehavior)This works fine but I\'d like to be able to move the camera in a more fluid way.Currently these moves are about 1 meter eac[详细]
2023-03-04 13:26 分类:问答shape3d texture or colour not showing
I have created a flat square in a java 3d enviroment, and at the moment it is white, i have tried to apply a texture but it just changes to grey! i know the code is correct as if i set the appearance[详细]
2023-03-01 15:21 分类:问答BufferedImage texture doesnt appear in java3D
I\'开发者_如何学运维m quite new in java3D and on stackoverflow. My problem is I try to add a BufferedImage texture to a rectangle, and it doesnt appear. I saved the BufferedImage to a file so I\'m sur[详细]
2023-02-25 00:26 分类:问答java3d in android
Hi all i\'m new with android but i wonder if a java 3d application run on adk? and run in the emulato开发者_开发知识库r?[详细]
2023-02-20 04:05 分类:问答What's a good way to mock Java3D using Mockito?
I\'m trying to mock out Java3D 开发者_如何学编程classes for unit tests, for example: mock(VirtualUniverse.class);[详细]
2023-02-12 03:57 分类:问答Java3d scenegraph visualization tool
Is there a tool for visualizing a given java3d app\'s scenegraph? Just like t开发者_StackOverflow社区here is tools for auto generating UML diagrams.[详细]
2023-02-10 15:22 分类:问答Draw on different side of a cube
I draw a colorcube on the scene. I want to draw an image on front it and another image on right side of it.[详细]
2023-02-08 12:25 分类:问答Java 3D Hello World - Jar freeze
I am following this tutorial to build my first Java 3D application. I included in my project the java3D libraries and my DllLoader class that extracts (from the classpath to the jar\'s location) and l[详细]
2023-02-06 12:45 分类:问答