[SOLVED] Re: jogl + nvidia cg demos / tutorials
Posted by siddharth_univ on Feb 28, 2012; 6:45am
URL: https://forum.jogamp.org/SOLVED-jogl-nvidia-cg-demos-tutorials-tp3762403p3783174.html
Hello Sven,
Before you reply, i was able to figure out what i must do to get the cg demos working with jogl demos. Firstly i had not built the demos with -Djogl.cg=1. I used that property for jogl source but not for the demo. That worked. Secondly i didnt know that i had to joal installed for jogl demos to compile. Once checked out from your git repository, everything compiled and ran smoothly.
the cg demo worked too, now i have to see the difference in the demo code and my code...
thanks