Geometry only scene graph code

I was hoping that one of the Java3D users here could supply me with a bit of code that puts together a fairly complex scene graph that does not contain Behavior or Sound objects. I need it to test my LWJGL scene graph compatability with Java3D’s scene graph.

[edit]
Something with a good number of objects that use a combination of the following Appearance attributes:

Material
Texture
TextureAttributes
ColoringAttributes
TransparencyAttributes
RenderingAttributes
PolygonAttributes
LineAttributes
PointAttributes
TexCoordGeneration

Maybe you’d like to have our terrain code? It’s pretty straightforward, uses 2 textures and light. The appearence setup is fairly simple though and noch much of the things desired are actually.

But it is a real performance eater so you could use it as a benchmark…

But you could use anything from j3d.org as well…

I’d love it can you mail it to me at scott_shaver2000 @ yahoo.com?

Thanks.

How about posting to shared code? Love to see how someone else is doing a terrain system…

Wouldn’t work - it is always embedded into some other code - too much to post to a forum. And, it still isn’t public code. And, it’s really very simple…