Here's the problem https://www.dropbox.com/s/w40h2zuhnfso0oo/roughFace.png,
and https://www.dropbox.com/s/d080xo4uuei6xfz/face.stl for an example STL.
Search found 22 matches
- Mon 20. Aug 2012, 18:31
- Forum: Programming Help
- Topic: Smoothed models from an STL file
- Replies: 14
- Views: 2219
- Mon 20. Aug 2012, 06:27
- Forum: Programming Help
- Topic: Smoothed models from an STL file
- Replies: 14
- Views: 2219
Smoothed models from an STL file
Hello all, I'm using jReality's oh-so-handy STL importer to load some meshes that I exported from Sketchup. They load just fine, but they're very rough. I think the point normals are screwed up or something (I'm not a graphics expert, please forgive me if I'm butchering the lingo), it looks just lik...
- Sun 19. Aug 2012, 20:53
- Forum: Programming Help
- Topic: Spacenav?
- Replies: 9
- Views: 1774
Re: Spacenav?
Bump. I did a bit of digging and it looks like the class mentioned in toolconfig-Spacenav.xml doesn't exist in jReality.jar. Just to make sure I wasn't missing anything I changed the name of the class in the config file to something I was sure wasn't in the jar, saved everything and no error was gen...
- Thu 2. Aug 2012, 04:04
- Forum: Programming Help
- Topic: Spacenav?
- Replies: 9
- Views: 1774
Spacenav?
Hello all, I was wondering if any of you could help me get Spacenav going. I have spacenavd running, and I can get values out via the example app that came with the Java API. I'm not really sure where to go from here. I opened up the toolconfig-split.xml file inside jReality.jar and uncommented the ...
- Sat 28. Jul 2012, 03:38
- Forum: Installation
- Topic: jogl won't load?
- Replies: 5
- Views: 2151
Re: jogl won't load?
Solved!! I'm not sure what the issue was, but deleting all the native files and jogl.jar and gluegen-rt.jar and redownloading them all from http://www3.math.tu-berlin.de/jreality/ ... e-tutorial seems to have done it! (whew!)
- Sat 28. Jul 2012, 03:19
- Forum: Installation
- Topic: jogl won't load?
- Replies: 5
- Views: 2151
Re: jogl won't load?
Oop, check that, it wasn't jogl.jar that was missing from the classpath, it was something else. I went ahead and added all 3rd party jars to the classpath and it got to a real error! Now it says Jul 27, 2012 9:15:57 PM de.jtem.jrworkspace.plugin.simplecontroller.SimpleController startup SEVERE: java...
- Sat 28. Jul 2012, 02:47
- Forum: Installation
- Topic: jogl won't load?
- Replies: 5
- Views: 2151
jogl won't load?
Hello all, I'm just starting out with jReality and I'm having some trouble getting jogl to work. No matter what I try it keeps saying "Possibly no jogl in classpath!". The trick is, the jar is there, and it is referenced in the ant classpath: <path id='jreality.classpath'> <path refid='base.classpat...