Independent Textures...

classic Classic list List threaded Threaded
26 messages Options
12
Reply | Threaded
Open this post in threaded view
|

Re: Independent Textures...

gouessej
Administrator
You could use an empty node instead, can't you?
Julien Gouesse | Personal blog | Website
Reply | Threaded
Open this post in threaded view
|

Re: Independent Textures...

ThomasR
I'm not sure what you mean?
Reply | Threaded
Open this post in threaded view
|

Re: Independent Textures...

ThomasR
When I say "empty" here, I think I'm saying "nothing to draw". I'm using a Mac, does the problem exhibit for you or anyone else on this list using Jogamp Ardor3D.
Reply | Threaded
Open this post in threaded view
|

Re: Independent Textures...

gouessej
Administrator
In reply to this post by ThomasR
What happens if you replace the tiny cube by an empty node?
Julien Gouesse | Personal blog | Website
Reply | Threaded
Open this post in threaded view
|

Re: Independent Textures...

ThomasR
Oh, I see what you mean, just something peer to what may  be added at a later time. I've got a report to finish, but will
give a try later.
Reply | Threaded
Open this post in threaded view
|

Re: Independent Textures...

ThomasR
Hi,

I'm not so sure this is the problem after some further experimentation. It seems like with multiple canvases, the individual scene are just not fully rendered sometimes. I made some improvements to make the simple test classes easier to follow. It is interesting that the same problem behavior is exhibited whether separate JFrames or JInternalFrames are being used:

RotatingCube.java
MultiJFrameTest.java
JDesktopTest.java
MyScene.java
MyThread.java


Tom
12