Search found 222 matches

by Andre
Sun 12. Sep 2010, 15:52
Forum: Programming Help
Topic: How do I get vertices and edges from indexedfaceset?
Replies: 2
Views: 750

Re: How do I get vertices and edges from indexedfaceset?

Ahhh great thanks for your answer.
by Andre
Sun 12. Sep 2010, 14:31
Forum: Programming Help
Topic: Sliding a point along a line
Replies: 6
Views: 924

Re: Sliding a point along a line

Sorry, I couldn't solve your PSF problem. It is a bit strange, because the point is already in the scene, but you can't see him. Maybe Charles or anyone else has an explanation/solution for that problem. For your Choosing-probs I found a solution: I wrote a little example for you: import de.jreality...
by Andre
Fri 10. Sep 2010, 18:51
Forum: Programming Help
Topic: How do I get vertices and edges from indexedfaceset?
Replies: 2
Views: 750

How do I get vertices and edges from indexedfaceset?

I have an SceneGraphComponent, with a tetahedron-ifs as geometry. How do I get the - vertexpositions - vertexindices - edgeindices My Code looks like this: public static void main(String[] args) { // register the reader class for the DEMO-format Readers.registerReader("DEMO", ReaderTET.class); // re...
by Andre
Fri 10. Sep 2010, 18:43
Forum: Installation
Topic: Error installing with ant
Replies: 4
Views: 2169

Re: Error installing with ant

Adding useexternalfile="true" to the javadoc target on line 500 of build.xml solves the previously posted problem on Windows using ant 1.8.1. Apologies for the multiple posts. Thanks for your solution. I've added it and tried to compile the api at a linux system. Seems to work -> Is now commited Re...
by Andre
Wed 8. Sep 2010, 12:15
Forum: Programming Help
Topic: Sliding a point along a line
Replies: 6
Views: 924

Re: Sliding a point along a line

Ok, now I've defined a funktion x^2 and make the same: adding method function @ Subdivider Demo. public static double[][] function(int n, double x0, double x1) { double[][] verts = new double[n+1][3]; double dist = x0-x1; double step = Math.abs((double)dist/n); //start verts[0][0]= x0; verts[0][1]= ...
by Andre
Wed 8. Sep 2010, 11:31
Forum: Programming Help
Topic: Sliding a point along a line
Replies: 6
Views: 924

Re: Sliding a point along a line

Hi Karuna, Maybe you should take a look at the Poligon_Editor example If you just want to move a point on a line than you can use the already existing files for that example. Go to the SubdividerDemo class and add following function: public static double[][] line(int n, double x) { double[][] verts ...
by Andre
Thu 2. Sep 2010, 08:31
Forum: Installation
Topic: Error installing with ant
Replies: 4
Views: 2169

Re: Error installing with ant

This problem should be solved now. I've excluded the two classes PureDataHub.java and PdExamples.java and have written a mail to the author. It seems that there is a missing library.
by Andre
Fri 27. Aug 2010, 13:25
Forum: Programming Help
Topic: simple intro tutorial not working....
Replies: 1
Views: 617

Re: simple intro tutorial not working....

first I need some more informations:

Is Java installed at your system? If yes, which version?

Which system are you using (Linux, mac, windows)?

You tried to run the web start application (this at the intropage) or have you downloaded the jReality-sourcecode and you run it via terminal/eclipse?
by Andre
Thu 5. Aug 2010, 18:49
Forum: General jReality Discussion
Topic: Cave working, but not synchronizing
Replies: 23
Views: 6252

Re: Cave working, but not synchronizing

The last two days I tried to fix the vector field application without any success, so I couldn't run this final test, sorry. I'm now waiting for the help of the programmer.
by Andre
Tue 3. Aug 2010, 22:50
Forum: General jReality Discussion
Topic: Cave working, but not synchronizing
Replies: 23
Views: 6252

Re: Cave working, but not synchronizing

Sorry, but I can't reproduce your problem. I was running the ViewerVR example with the matheon bear with points and lines displayed. It was really slow, but all our three walls were synchronal. Same with JRViewer -vr and matheon bear. Also I was running a physics example where I got sync-problems wi...
by Andre
Tue 3. Aug 2010, 14:42
Forum: General jReality Discussion
Topic: Toolbar in PDF-file
Replies: 4
Views: 2375

Re: Toolbar in PDF-file

Ahh ok I fond it.

done.
by Andre
Tue 3. Aug 2010, 14:29
Forum: General jReality Discussion
Topic: Toolbar in PDF-file
Replies: 4
Views: 2375

Re: Toolbar in PDF-file

Can you please name the full Classname, with package etc. then I'll change it
by Andre
Mon 2. Aug 2010, 23:41
Forum: General jReality Discussion
Topic: Cave working, but not synchronizing
Replies: 23
Views: 6252

Re: Cave working, but not synchronizing

Sorry I forgot to answer.

This is strange, normally this set-up shouldn't run out of sync. Last week I just tried the remote-controlled version. I'll try your set-up tomorrow at our cave and look what happens. I'll write my results tomorrow.
by Andre
Mon 26. Jul 2010, 19:15
Forum: Programming Help
Topic: Problem with ant build
Replies: 3
Views: 818

Re: Problem with ant build

Sorry but this solution is probably not working for cave-setup, because you need the remoteexecutor...

Maybe the best solution is when you check out the newest version of jReality and let eclipse compile. Then you just have to add the libs and binarys to your classpath.
by Andre
Mon 26. Jul 2010, 19:10
Forum: Programming Help
Topic: Problem with ant build
Replies: 3
Views: 818

Re: Problem with ant build

please see here:

same failure