Reputation: 8145
I want to implement an Android application that will show 3D objects using openGL. I worked with openGL some years ago, but then I used already defined objects, I never created them. Now I need to create those objects from real ones.
I've checked 3DSOM Pro since it seems quite easy to create those objects, but I'm not sure if then they can be represented as a set of vertices, normals, etc. Anybody knows if it's possible? Aside from that, I don't like the fact that it's not free.
So my question is, what are the most common programs to create 3D objects that can be used then in openGL? I'm interested in free and easy to use applications.
Upvotes: 1
Views: 2518
Reputation: 1059
There is a software known as Insight3d which can convert from multiple images to 3d objects.I personally compiled it and got seg faults . Maybe if you can fix those you can convert real to virtual objects in matter of minutes.
In case you want to create objects manually then I guess Blender(as suggested by Bartek) is a great software for creating 3d models with support for lot of addons. You can put background images of each orthographic views and then keep on drawing the isometric(3D) as you want to create from 3d models from real objects .
Using blender the objects can be converted to .obj wavefront format and can be imported to Opengl.
Upvotes: 0
Reputation: 39400
Blender is probably the most widely used free 3D editor.
Google SketchUp is very easy to use, but sold at reasonable price. I prefer it because I am not an expert in 3D modelling.
Upvotes: 2