Search found 5 matches

by pederico
Thu 24. Apr 2014, 16:23
Forum: Programming Help
Topic: AddPoints + DragPoints
Replies: 4
Views: 1004

Re: AddPoints + DragPoints

thank you for your help
by pederico
Wed 23. Apr 2014, 11:18
Forum: Bugs
Topic: RenderingVisitor
Replies: 3
Views: 876

Re: RenderingVisitor

As far as I can see from the console output I think it is jogl. I am not specifying any renderer, so just using the default that jreality is instantiating. I have opengl hardware support on the machines I tested. Aside from that, I was almost sure that for the svg and ps output only the software ren...
by pederico
Mon 7. Apr 2014, 15:53
Forum: Bugs
Topic: RenderingVisitor
Replies: 3
Views: 876

RenderingVisitor

I had problems exporting to SVG and PS: NullPointerException.
The problem was RenderingVisitor:616 and I had to change to:
if (pointShader != null && n >0) {
by pederico
Sat 5. Apr 2014, 15:53
Forum: Programming Help
Topic: snap to grid, AxisTranslationTool
Replies: 1
Views: 612

snap to grid, AxisTranslationTool

Hello, I have another question/request. Can somebody help me build a small example on how to use the AxisTranslationTool? I have looked inside the ContentTool class to see how to use it, but until now, I can not say that I was succesful. I need to be able to move objects only on integer 3d coordinat...
by pederico
Wed 2. Apr 2014, 23:04
Forum: Programming Help
Topic: AddPoints + DragPoints
Replies: 4
Views: 1004

AddPoints + DragPoints

Hello, I have combined the AddPoints and the DragEventTool examples from the tutorials. Please find the resulting source code below. What I am trying to do is after dragging a vertex to directly update the coordinates in the List points and in the IndexedLineSetFactory lsf. However, it seems I am do...