3D visualizationA thin 3D layer on top of processing.js |
|||||||||
| /3d/default/index | |||||||||
Main MenuEdit This App |
AboutThis is a web2py scaffolding app that includes a pure javascript widget for 3D visualization in the browser. It is based on and includes the processing.js library developed by John Resig. You can rotate the image using the mouse. It can handle up to 1500 geometric primitives (lines, sheres, triangles). It is licensed under BSD license. The license does not cover nor overrides the processing.js license (in the code). The widget (implemented in class P3D in file p3d.py) consists of server side Python code for building the object and client-side javascript code. It DOES NOT REQUIRE web2py and can be used with any Python web framework. DownloadDOWNLOAD THIS WEB2PY APP.Example of codingIn controller
In view
|
||||||||
|
Copyright © 2009 - Powered by web2py |
|||||||||