Search found 68 matches

by sechel
Tue 4. Feb 2014, 16:07
Forum: General jReality Discussion
Topic: U3D mesh + point cloud
Replies: 1
Views: 2180

Re: U3D mesh + point cloud

Hi Axel,
I have created the requested files. It seems to work well.
Best regards
Stefan
by sechel
Fri 18. Oct 2013, 17:00
Forum: Bugs
Topic: Jogl Viewer Texture Bug
Replies: 1
Views: 1117

Jogl Viewer Texture Bug

Hi, this is probably for Charles: I have problems using textures. If I change the texture image of a geometry a few times or if I show frequently changing lables. I run into the following Exception pretty soon: java.lang.reflect.InvocationTargetException at java.awt.EventQueue.invokeAndWait(EventQue...
by sechel
Thu 3. Oct 2013, 12:50
Forum: General jReality Discussion
Topic: Can jReality import u3d files ?
Replies: 4
Views: 1524

Re: Can jReality import u3d files ?

There is no U3D import yet. And actually I see no point in having one. Are there programs out there that only save off U3D files?
by sechel
Wed 2. Oct 2013, 18:21
Forum: General jReality Discussion
Topic: Will jReality be able to load Collada DAE files ?
Replies: 1
Views: 1227

Re: Will jReality be able to load Collada DAE files ?

Thank you for the flowers :-) I will think about it.
by sechel
Wed 2. Oct 2013, 18:17
Forum: Plugin System
Topic: Adding a tuprolog REPL
Replies: 3
Views: 1949

Re: Adding a tuprolog REPL

Hi,
thanks for using jReality and the recently integrated Python support. Actually I'm not getting what you are trying to achieve. Please provide more information about this tuProlog gadget. What is it and how do you want to use it? How does it integrate with native Python? What is REPL?
Best
Stefan
by sechel
Fri 28. Jun 2013, 17:11
Forum: Bugs
Topic: Performance meter is a performance killer
Replies: 2
Views: 958

Re: Performance meter is a performance killer

Ok, the real problem was that the InfoOverlayPlugin got installed from the View's install method. So whether or not is was registered it got installed. I changed the code at this place a litte to support a real choice of the programmer: if (!c.getPlugins(InfoOverlayPlugin.class).isEmpty()) { // get ...
by sechel
Thu 27. Jun 2013, 06:27
Forum: Bugs
Topic: Performance meter is a performance killer
Replies: 2
Views: 958

Performance meter is a performance killer

The performance meter that is installed by default now causes the viewer on some systems to perform poorly. I opt here to disable this by default. Additionally, the code of this thing is not compatible to the modular plug-in based system. In an environment with more than one viewer strange things ha...
by sechel
Thu 21. Mar 2013, 15:57
Forum: Installation
Topic: Tutorial Intro fails to launch the viewer
Replies: 14
Views: 2789

Re: Tutorial Intro fails to launch the viewer

Hi Javant, this might be a good thing since I have no Idea what fails. It appears to me that the AWT Event Queue is simply not started to work through the startup jobs. If the startup jobs are not processed the main thread will freeze and wait for it. I will contact you personally to get this debugg...
by sechel
Tue 19. Mar 2013, 17:38
Forum: Installation
Topic: Tutorial Intro fails to launch the viewer
Replies: 14
Views: 2789

Re: Tutorial Intro fails to launch the viewer

Hi,
this is a long shot: I checked in a fix for the startup procedure that could possibly produce a dead-lock. Please check the latest version of jrworkspace.jar from the SVN.
Stefan
by sechel
Tue 19. Mar 2013, 17:17
Forum: Installation
Topic: Tutorial Intro fails to launch the viewer
Replies: 14
Views: 2789

Re: Tutorial Intro fails to launch the viewer

Hi Javant, please do the following for me. I believe you experience a dead-lock involving the AWT-EventQueue and some other thread possibly main. From Eclipse (best is the JUNO Release for this) start the Viewer in Debug-Mode and wait till it freezes. Then suspend all active threads in the Debug Vie...
by sechel
Sun 17. Mar 2013, 13:57
Forum: Installation
Topic: Tutorial Intro fails to launch the viewer
Replies: 14
Views: 2789

Re: Tutorial Intro fails to launch the viewer

Hi all, I switched the startup procedure that boots the viewer last week. If there are problems connected with that change this could be tracked down by replacing the jrworkspace.jar by an earlier version e.g. from rev. 5761. If this helps, then I will have to dig into this dead-lock by inspecting t...
by sechel
Fri 16. Nov 2012, 16:40
Forum: Backends
Topic: Shared contexts don't seem to work anymore
Replies: 0
Views: 1137

Shared contexts don't seem to work anymore

The JOGL viewer de.jreality.jogl.GLJPanelViewer gives an exception at start up which seems to be connected to the shared context field of de.jreality.jogl.JOGLConfiguration. static boolean sharedContexts = false; When I turn this off everything works. So this might be due to a change i the JOGL libr...
by sechel
Wed 14. Sep 2011, 12:51
Forum: Programming Help
Topic: unknown subversion file status icon
Replies: 3
Views: 1235

Re: unknown subversion file status icon

never seen before, which plugin do you use. Subversive or subclipse?
by sechel
Mon 12. Sep 2011, 15:20
Forum: Programming Help
Topic: Lighting broken in PDF export
Replies: 3
Views: 2898

Re: Lighting broken in PDF export

As said in the mentioned post
"- The adobe renderer does not overwrite the material properties by the node colors as jreality does."
You'll have to have white diffuse colors on your faces to see the face colors. And lighting will be disabled.
by sechel
Fri 9. Sep 2011, 14:46
Forum: Programming Help
Topic: Lighting broken in PDF export
Replies: 3
Views: 2898

Re: Lighting broken in PDF export

Please set the diffuse color of your object to white when using face or vertex color. The Adobe renderer blends the material color and the node colors. Also lighting will not work with node colors set. These are all issues of the current PDF renderer. Add the following line to your code: appearance....