Search found 186 matches

by steffen
Fri 11. Dec 2009, 12:34
Forum: Programming Help
Topic: Adding Points Interactively Outside SceneGraphComponents
Replies: 9
Views: 2505

Re: Adding Points Interactively Outside SceneGraphComponents

I have a question. As I understand there are two ways to retrieve the coordinates of the point clicked. (a) By using ToolContext as used in AddPointsExample tutorial and (b) using PickResult of the ToolContext. In my case, they were giving two different values. I chose to use the first method when ...
by steffen
Wed 9. Dec 2009, 13:16
Forum: Programming Help
Topic: Adding Points Interactively Outside SceneGraphComponents
Replies: 9
Views: 2505

Re: Adding Points Interactively Outside SceneGraphComponents

Hi, just some remarks: 1. We have added the constants InputSlot.LEFT_MOUSE etc. to make life easier... ;-) 2. We are currently splitting the toolconfig.xml file into smaller parts to make them more readable, I think we can switch to these files the next two weeks. 3. Your issue with the DragEventToo...
by steffen
Tue 3. Nov 2009, 19:00
Forum: Programming Help
Topic: JRS format specifications; Jmol
Replies: 2
Views: 1161

Re: JRS format specifications; Jmol

Hi, jmol looks very interesting. Would be a great application for our u3d/pdf export.. 2) Is there a command-line version of writePDF that converts JRS format to U3D/PDF? I dont think we have something like that... 3) Is there a description somewhere of the JRS file format? No, sorry. When we know h...
by steffen
Tue 3. Nov 2009, 18:15
Forum: Programming Help
Topic: Source Code from Demos Page
Replies: 3
Views: 953

Re: Source Code from Demos Page

The attachment contains an eclipse project with the source code.
by steffen
Tue 3. Nov 2009, 17:56
Forum: Programming Help
Topic: Adding Points Interactively Outside SceneGraphComponents
Replies: 9
Views: 2505

Re: Adding Points Interactively Outside SceneGraphComponents

Hi, I have just added a simple example to the SVN. It is under src-tutorial, the classname is de.jreality.tutorial.tool.AddPointsExample

Just post any questions here. Run the example and shift+left mouse will add points.
by steffen
Thu 29. Oct 2009, 22:49
Forum: Programming Help
Topic: VRML output for discrete K surfaces
Replies: 3
Views: 1026

Re: VRML output for discrete K surfaces

JReality is awesome. Thanks! Sorry for the slow response... How did you export the geometry? You can open the left slot (from the menu) and scroll for the navigator. Then expand the scene graph (Content-> ... -> K-Surface) and right-click on the component or the geometry and see what the context me...
by steffen
Thu 29. Oct 2009, 22:44
Forum: Programming Help
Topic: Source Code from Demos Page
Replies: 3
Views: 953

Re: Source Code from Demos Page

There is no repository for the demos, it is just a collection of webstart demos using jreality - just post which demo you are interested in, maybe we can send the code to you. Better look into the tutorial section of the wiki, all source code is included in the jreality repository.
by steffen
Mon 26. Oct 2009, 08:22
Forum: Feature Requests
Topic: Bilinear texture filtering in software backend
Replies: 3
Views: 1619

Re: Bilinear texture filtering in software backend

I think that alpha-blending works in the software backend but does not work in the jogl backend (except when transparency is enabled...). Am I wrong?
by steffen
Thu 15. Oct 2009, 12:46
Forum: Bugs
Topic: JRViewer problem, panels are not showing up
Replies: 6
Views: 2114

Re: JRViewer problem, panels are not showing up

Hi, in the JRViewer, the Navigator and Beanshell panels are located inside the ShrinkSlots. Does it work when you turn on all ShrinkSlots and then set Navigator/Beanshell visible? If not this is a bug that we should fix!

Steffen.
by steffen
Mon 12. Oct 2009, 12:01
Forum: Bugs
Topic: JRViewer problem, panels are not showing up
Replies: 6
Views: 2114

Re: JRViewer problem, panels are not showing up

It is correct that one cannot toggle the slots via the menu?
by steffen
Wed 7. Oct 2009, 17:50
Forum: Bugs
Topic: JRViewer problem, panels are not showing up
Replies: 6
Views: 2114

Re: JRViewer problem, panels are not showing up

Hi, Sorry for the slow response, I just noticed that the mail notification is no longer for working since a week or so... Can you post the code that you use for setting up the JRViewer? Maybe you just dont have the corresponding plugins installed...? The flickering is on the todo-list... Can you tog...
by steffen
Mon 21. Sep 2009, 10:06
Forum: Programming Help
Topic: Coordinate System Visualization
Replies: 10
Views: 1841

Re: Coordinate System Visualization

The problem is probably the font size (72), choose a much smaller font size and increase the label scale instead. I think this should fix your problems...

Steffen.
by steffen
Fri 18. Sep 2009, 11:10
Forum: Programming Help
Topic: Problems with releasing memory
Replies: 17
Views: 3456

Re: Problems with releasing memory

Instead of this prepareMemoryCleanup i suggest you add

Code: Select all

for (Viewer v : viewers) {
	v.setSceneRoot(null);
	v.setCameraPath(null);
	v.setAuxiliaryRoot(null);
}
viewers=null;
to the ViewerApp.dispose method. Maybe you have to wrap the v.set... calls into a try-catch block.
by steffen
Fri 18. Sep 2009, 07:58
Forum: Programming Help
Topic: Problems with releasing memory
Replies: 17
Views: 3456

Re: Problems with releasing memory

What do you mean by closing a RCP view with software render backend? Calling ViewerApp.dispose()?
by steffen
Fri 4. Sep 2009, 11:53
Forum: Programming Help
Topic: Different behaviors for the same program in different appli
Replies: 13
Views: 2262

Re: Different behaviors for the same program in different appli

You are wellcome! Nevertheless we should see that jreality can coexist with jfreechart in the classpath...

Steffen.