j-rewerts / min3d

Automatically exported from code.google.com/p/min3d
0 stars 0 forks source link

About 3D model? #54

Open GoogleCodeExporter opened 9 years ago

GoogleCodeExporter commented 9 years ago
I not good at E.
I wanna know the 3D model in sample made by which tool? Blender or 3DMAX or ...?
Blender I guess ,and I sorry about that I am a green to use Blender,so can u 
tell me how to export the model and the picture--.jpg?
I have try to export some model, but it can not work(nothing showed).

Original issue reported on code.google.com by wingjjzh...@gmail.com on 14 Jul 2011 at 8:16

GoogleCodeExporter commented 9 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

GoogleCodeExporter commented 9 years ago
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

GoogleCodeExporter commented 9 years ago
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