Open GoogleCodeExporter opened 8 years ago
Did you try to export your own model made with Blender to OBJ?
Does the OBJ have normals declared (lines starting with "vn")?
Did you set up a light on initScene()?
_lightRed = new Light();
_lightRed.ambient.setAll(0×88110000);
_lightRed.diffuse.setAll(0xffff0000);
// _lightRed.diffuse.setAll(255, 0, 0, 0); // RGBA 0..255
_lightRed.type(LightType.POSITIONAL);
_lightRed.type(LightType.DIRECTIONAL);
_lightRed.position.setAll(0, 0, 0);
scene.lights().add(_lightRed);
Did you change camera position on initScene()?
scene.camera().position.setAll(0,0,15);
Original comment by radiok...@gmx.de
on 2 Aug 2011 at 10:18
The export options for OBJ are now (i.e. Blender 2.5+) located in the file
selector window to the left. Did not find them on first look.. ;-)
There you can have normals exported, too.
Original comment by radiok...@gmx.de
on 2 Aug 2011 at 10:40
I am grad to see your back soon,and now I make model by 3Dmax to
export 3DS file in your min3D.
but I found your min3D can not work if the 3DS file over 1M or too much biger.
about Blender3D, I feel it is too hard to me.But I will try your suggest.
days later, I will email u the result, Thank u.
Original comment by yi.zh...@cn.asai24.com
on 2 Aug 2011 at 10:58
Original issue reported on code.google.com by
wingjjzh...@gmail.com
on 14 Jul 2011 at 8:16