3D Object - Java Applet

(Please be patient while the images download.)

Move the cursor over the image to rotate it.

See: http://mapage.noos.fr/carl/showing 

Also see: Duff

 

Creating your 3D Object ...

1. Take a series of photographs (At least 11.)
2. Save the sequence as "image_00.jpg", "image_01.jpg, "image_02.jpg, etc.
3. Download the "show3d.class" applet and install it in the same directory as your images.
4. Create your web page and insert code as per ...

<APPLET height=200 width=280 code=show3d.class>
<PARAM NAME="pause" VALUE="100">
<PARAM NAME="offsetx" VALUE="0">
<PARAM NAME="offsety" VALUE="0">
<PARAM NAME="bgcolor" VALUE="black">
<PARAM NAME="nbdeep" VALUE="1">
<PARAM NAME="nbimag0" VALUE="20">
<PARAM NAME="photos0" VALUE="image_">
<PARAM NAME="offsetimg0" VALUE="0">
</APPLET>

For a commercial application of the technique see: http://www.deoindia.com/epics.htm 

NOTE: The applet behaves strangely on some systems. On all systems I have tested it drops image number 10, resulting in a 'flicker'. I have been in contact with the author (Carl). He does not experience the 'dropped' image.

If you can find software to do this sort of thing anywhere, it will cost you a fortune. For the price (free!), the occasional flicker is acceptable.