Search found 6 matches

by Sebos2013
Mon 22. Mar 2010, 23:05
Forum: Programming Help
Topic: exception with jogl
Replies: 3
Views: 931

Re: exception with jogl

Problem solved, my graphic drivers were not up to date
by Sebos2013
Sun 21. Mar 2010, 04:35
Forum: Programming Help
Topic: Export In pdf3D
Replies: 13
Views: 3538

Re: Export In pdf3D

Thank you, I tried and it's working fine
by Sebos2013
Sun 21. Mar 2010, 04:30
Forum: Programming Help
Topic: exception with jogl
Replies: 3
Views: 931

exception with jogl

I'm trying to test this tutorial : http://www3.math.tu-berlin.de/jreality/mediawiki/index.php/Eclipse_set-up_tutorial#Test_jogl When I Run the application, I have this exception. How can I solve this problem ? My graphic card is a Nvidia Geforce 8800GTS. Exception in thread "AWT-EventQueue-0" javax....
by Sebos2013
Tue 9. Mar 2010, 22:17
Forum: Programming Help
Topic: MenuBar
Replies: 1
Views: 666

MenuBar

When I use
Viewer view = JRViewer.display(worldSGC);
My scene is visible with a default MenuBar that I can remove with Ctrl+Maj+M

Is there a way to hide this bar automaticaly at startup without Ctrl+Maj+M ?
by Sebos2013
Tue 9. Mar 2010, 20:22
Forum: Programming Help
Topic: Export In pdf3D
Replies: 13
Views: 3538

Re: Export In pdf3D

My problem is not exactly the same and even with adobe 8.2, the pdf is corrupted. I tried ta add a skybox manualy like that : JMenu menu = ((JMenu)app.getMenu().getMenu("File").getMenuComponent(5)); //((ViewerAppMenu)app.getMenu()).showMenuBar(false); Appearance ap = app.getSceneRoot().getAppearance...
by Sebos2013
Tue 9. Mar 2010, 11:10
Forum: Programming Help
Topic: Export In pdf3D
Replies: 13
Views: 3538

Export In pdf3D

Hello all, I'm trying to export a simple cube in pdf but I have a problem to export it in pdf3D. The source I'm using is extract from the tutorial so I doubt there is a problem in it, but here is the code : package de.jreality.tutorial.geom; import de.jreality.geometry.PointSetFactory; import de.jre...