In Two Lines: Embed a 3D object in your WordPress post. In one line of shortcode.
Video Preview: http://www.youtube.com/watch?v=1d5V5yD_qa8
STL , 3D, blah: STL format is popularly used for representing 3D object information. Architects, civil engineers and people interested in 3D printing applications use it to represent structural design data.
Quick HOWTO : Display an interactive 3D object model by calling a simple WordPress shortcode in your page. Usage: stlview stlpath="PATH" w="px" h="px" rmode="smooth / flat / [point / wireframe" ]
Thats it!
This software depends on HTML5 /Javascript technologies at its very core. Thus the viewer runs inside a browser and is light on system resources.
The code has been commented extensively. Sample STL object models have been included to effectively demonstrate the intended usage of this product.
Features:
Rotate 3D object
Zoom-in / out
Four instant rendering modes: Points, wireframe, flat and smooth!
WordPress easy shortcode!
HTML5 Canvas based 3D visualization technology
Lightweight Javascript based 3D engine
Supports binary and ascii .STL files