I am doing project in java open gl for animating..How to import java3d code in to java open gl..Can u please help me..
Printable View
I am doing project in java open gl for animating..How to import java3d code in to java open gl..Can u please help me..
Moved from Advanced Java. There's nothing 'advanced' about not being able to import classes.
You don't
The classes you need to use, or the jar containing them, must be available on the build time and runtime classpath.Quote:
import java3d code in to java open gl
db
edit: Edited the thread topic; definitely not 'advanced' Java
Search the net for how to set the classpath.
db
Also, kindly stop posting vague questions that aren't in any way advanced in the 'Advanced Java' section.
I've deleted the thread you started about setting up a background image. When you have a more specific question to ask about that, post it in the New to Java section.
db