Search found 222 matches

by Andre
Mon 4. Aug 2014, 09:27
Forum: General jReality Discussion
Topic: Maven
Replies: 2
Views: 727

Re: Maven

That's great! I experimented with maven a while ago but didn't find time to switch from ant to maven.

I'll merge with you as soon I found some time, but I'm in holidays right now...

thx
Andre
by Andre
Mon 19. May 2014, 17:38
Forum: Installation
Topic: Java Web Start does not work
Replies: 2
Views: 1636

Re: Java Web Start does not work

should be fixed now.
by Andre
Thu 8. May 2014, 10:04
Forum: Installation
Topic: Java Web Start does not work
Replies: 2
Views: 1636

Re: Java Web Start does not work

The new java versions (7.50+) need further information for webstarts at the manifest. I'm aware of that problem. I'll fix it probably next week. Meanwhile please use the tutorials out of eclipse you can find them at src-tutorial. http://www3.math.tu-berlin.de/jreality/mediawiki/index.php/Eclipse_set...
by Andre
Thu 24. Apr 2014, 16:24
Forum: Programming Help
Topic: AddPoints + DragPoints
Replies: 4
Views: 1003

Re: AddPoints + DragPoints

thx 4 bugtracking ;) and welcome to jReality
by Andre
Thu 24. Apr 2014, 16:12
Forum: Programming Help
Topic: AddPoints + DragPoints
Replies: 4
Views: 1003

Re: AddPoints + DragPoints

Ups, I it seems there is still a bug. I followed the bug back to the de.jreality.tools.DragEventTool (src-tool). I fixed it for the next release. If you want to change it temporarily you have to edit the DragEventTool line 217ff double[] translation = { translation3[0], translation3[1], translation3...
by Andre
Wed 23. Apr 2014, 12:11
Forum: Programming Help
Topic: AddPoints + DragPoints
Replies: 4
Views: 1003

Re: AddPoints + DragPoints

This Code should work. I simply changed your code a bit. package de.jreality.tutorial.tool; import java.util.ArrayList; import java.util.List; import de.jreality.geometry.IndexedLineSetFactory; import de.jreality.math.Matrix; import de.jreality.math.Rn; import de.jreality.plugin.JRViewer; import de....
by Andre
Wed 23. Apr 2014, 11:56
Forum: Bugs
Topic: RenderingVisitor
Replies: 3
Views: 876

Re: RenderingVisitor

In this article somewhere at the middle is a point with how to check jogl: http://www3.math.tu-berlin.de/jreality/mediawiki/index.php/Eclipse_set-up_tutorial And yes you are right the RenderingVisitor is used while exporting too, sorry my fault. I also could reproduce your error. It just happens for...
by Andre
Wed 23. Apr 2014, 11:12
Forum: Programming Help
Topic: snap to grid, AxisTranslationTool
Replies: 1
Views: 612

Re: snap to grid, AxisTranslationTool

Do you want to translate to your own grid or to jReality default? If you want to translate to jReality-default-axis (x/y/z direction) simply apply this Translation MatrixBuilder.euclidean().translate(dx, dy, dz).assignTo(YOUR_SCENEGRAPHCOMPONENT); dx, dy, dz is the change in each direction you want ...
by Andre
Wed 23. Apr 2014, 11:05
Forum: Bugs
Topic: RenderingVisitor
Replies: 3
Views: 876

Re: RenderingVisitor

Sorry I can't rebuild your problem. Export to svg and ps works fine for me.

btw the RenderingVisitor is just used for SoftwareRendering. Which Rendering Backend do you use? Even when I export while using the SoftwareRendering-Backend the Error isn't occuring.
by Andre
Tue 1. Apr 2014, 19:22
Forum: Installation
Topic: Ant release failure
Replies: 2
Views: 710

Re: Ant release failure

After one day of bugtracking I can proudly present a "new" running ant-version.

Please check out my develop branch as I said. There you'll find a running ant-version.

If you have any further questions just let me know.

best
Andre
by Andre
Tue 1. Apr 2014, 10:48
Forum: Installation
Topic: Ant release failure
Replies: 2
Views: 710

Re: Ant release failure

Hi bernold, thx for reporting this bug. As far as I can remember it is a bug in our master branch which wasn't updated for a long time. I believe you can solve this bug by simply removing the whole import-line from the class. Anyway we are working on a new release right now and after finishing it I'...
by Andre
Mon 10. Mar 2014, 21:07
Forum: General jReality Discussion
Topic: Fixed SWTExample and src-swt but only a black screen shows
Replies: 4
Views: 955

Re: Fixed SWTExample and src-swt but only a black screen sho

Hi Jay, sorry, but I have no experience with swt. I wrote an email to the other developers who have implemented the swt-stuff, but they also denied big experience. So I believe you are on your own... I hope we can help you anyway with some specific questions. It would be nice if you could add a gitc...
by Andre
Fri 7. Mar 2014, 00:34
Forum: General jReality Discussion
Topic: Fixed SWTExample and src-swt but only a black screen shows
Replies: 4
Views: 955

Re: Fixed SWTExample and src-swt but only a black screen sho

Hi jay jay, thx for your support and welcome to jReality. Is it necessary for you to use the SWTViewer or can you use any other Viewer as well? Our standard viewer is the JRViewer (src-plugin: de.jreality.plugin.JRViewer.class). In our Wiki you can find the developer tutorials for a deeper introduct...
by Andre
Wed 5. Mar 2014, 12:19
Forum: General jReality Discussion
Topic: Spam email received from your web site
Replies: 4
Views: 1023

Re: Spam email received from your web site

So, the forum is now up-to-date: 3.0.11 -> 3.0.12 (September 2013)

I hope that minimizes the spamattacks...

best
Andre
by Andre
Tue 4. Mar 2014, 09:57
Forum: General jReality Discussion
Topic: Spam email received from your web site
Replies: 4
Views: 1023

Re: Spam email received from your web site

Hi karunaMaitri, our forum has been "hacked" twice in the last 72 hours. I'll update it asap to the newest stable release. Sorry 4 the inconveniences, but be aware that this may happen from time to time. You can't create a spam-secure forum. It is just a matter of time until the bots learn how to so...