no8fear / jsc3d

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

how to convert .png to .obj #131

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 do product viewer 360 degree like in below link
http://jsc3d.googlecode.com/svn/trunk/jsc3d/demos/iphoneg4.html

but i don't have .obj file i have 6 different images of products in .png format 
so how i can convert .png to .obj

please help...

thanks in advance.

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

Please provide any additional information below.

Original issue reported on code.google.com by salunkhe...@gmail.com on 1 Dec 2014 at 8:56

GoogleCodeExporter commented 9 years ago
The simplest way may be creating a box object and paste your images to its 
faces using a modeling tool such as 3DSMAX, Blender, etc. Then export the box 
as an obj file (together with an mtl file which defines the materials) and load 
it into Jsc3d.

Original comment by Humu2...@gmail.com on 1 Dec 2014 at 10:41