katopz / jsc3d

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

solution to load obj files with labels #33

Open GoogleCodeExporter opened 9 years ago

GoogleCodeExporter commented 9 years ago
What steps will reproduce the problem?
1.
2.
3.

What is the expected output? What do you see instead?
i want to display a object associated with labels

What version of the product are you using? On what operating system?

Please provide any additional information below.
unfortunately i got .obj format of a 3d model without labels which is actually 
designed in such a way that is associated with labels.is there any way to add 
labels to the 3d model.i have an option to export it in xml format.can the xml 
format support me to incorporate the data into canvas.i need guidance in this 
regard.thanks in advance.

Original issue reported on code.google.com by roshini...@gmail.com on 11 Jul 2013 at 9:52

GoogleCodeExporter commented 9 years ago
According to the obj format specification, there's an 'o' command that can 
define 'object' in obj models. But It seems that major modeling tools such as 
3DsMax, Blender and MeshLab don't make use of that. So this is not an easy job 
unless you can sumit your meshes manually like this demo does 
http://jsc3d.googlecode.com/svn/trunk/jsc3d/demos/house.html.

Original comment by Humu2...@gmail.com on 15 Jul 2013 at 7:35