Not to be trite, but is there anything in your scene, and is your camera/view looking at it.
Kev
Nikolai V. Chr. wrote:
I have a problem that makes my head hurt:
My scene does not render. This is what I observe:
1) all the nodes return true from isLive()
2) All my switches is set to CHILD_ALL
3) view.isRunning() returns true
4) I do see the canvas3d since i have given it a distinct background colour and this colour i see, and it is not a black colour.
5) I have not overridden any methods in Canvas3D
6) All the Java3D threads are "waiting for notify" inside a method called runMonitor() including mastercontrol.
7) I have synchronized my access to the scenegraph so that whenever I addd or remove it is done safely. None of my threads are inside J3D methods.
8) CPU usage is almost nothing.
9) Swing is responsive, and the rest of my program is working fine.
10) I use Java 1.4.1_02 and Java3D 1.3.1
Please give me some suggestions to what I could have forgotten.
Regards Nikolai
=========================================================================== To unsubscribe, send email to [EMAIL PROTECTED] and include in the body of the message "signoff JAVA3D-INTEREST". For general help, send email to [EMAIL PROTECTED] and include in the body of the message "help".
=========================================================================== To unsubscribe, send email to [EMAIL PROTECTED] and include in the body of the message "signoff JAVA3D-INTEREST". For general help, send email to [EMAIL PROTECTED] and include in the body of the message "help".
