Hi folks,
I’ve been playing with Xith3d for a week or so now and am having fun and I’m checking out the different loaders.
Currently I’m trying out the Loader3DS v1.2 by Greg from Kinostudios.com and I’m seeing a small problem with the displaying of the model. It’s probably all my fault but I can’t seem to figure out why.
I can’t seem to get the model to smooth. As you can see in the attached JPG you can see the vertices.
Here’s the material I’m using
mat2.setSpecularColor(0.0f,0.0f,0.0f);
mat2.setAmbientColor(1.f,1.f,1.f);
mat2.setDiffuseColor(1.0f,1.0f,1.0f);
mat2.setShininess(0f);
mat2.setColorTarget(Material.AMBIENT_AND_DIFFUSE);
mat2.setLightingEnable(true);
The code I used is just his demo found at the web site.
Cheers
Cthulhu
http://mywebpage.netscape.com/CthulhuLives69/Sol.jpg
PS: ther model is created in 3ds max (geosphere). I’ve tried just creating the sphere and exporting it, tried adding a mesh smooth, tried adjusting the normals, tried converting it to editable mesh before exporting.
