Author: ErkanErkan
Date: May 27, 2008 04:36
Hello,
I am trying to write an application in which I will display a symbol
regarding to an entity(a person for example) which has not only a
visual part but also information and I also want to display some of
this information about this person. Also there will be many of these
symbols in my scene. What is the best way to implement this? Should I
hold the data for the visual part and model separately or should I
extend Shape3D object to include my other information or is there a
better way?
I am a beginner in Java3d so any assistance will be most appreciated.
Regards
|