Bogus jogl demos on the jogl website?

The demos listed on the jogl site (https://jogl-demos.dev.java.net/) show a few that have source code available from NVidia.

I looked at these two:
Infinite Shadow Volumes
Procedural Texture Physics

The source code for both of these is in C++ !! I could not find any links to the jogl implementation of these demos. I suspect other demos with links to NVidia may also lack Java source code.

Can anyone point me to the Java source?

If there is no Java source available, I’d recommend excising these from the website since they are misleading.

Cheers,
Mark

Java source code of these and some other demos available from java.net CVS under jogl-demos project.

Yuri

Yuri,

Thanks for the reply. I could only find two demos in CVS : gears and vertexArrayRange. Is the Java source to the other demos somewhere else?

I’m really interested in seeing the Java source for all the demos, but in particular for the Procedural Texture Physics demo.

Can anyone point me to the source code for these demos?

(caveat: apologies in advance if I’m simply a net CVS bonehead, I may simply not be looking in the proper place)

Thanks!
Mark

[quote]I may simply not be looking in the proper place
[/quote]
This is the case.

You are looking at the JOGL project CVS, /demos folder. You have to look at another project - jogl-demos.

You are using CVS root at “:pserver:yvg@cvs.dev.java.net:/cvs” and module named “jogl”, but to get demos you should use module “jogl-demos”.

Yuri