Re: Rendering 3D model in a Django app

2013-07-06 Thread Javier Guerra Giraldez
On Sat, Jul 6, 2013 at 9:03 AM, Sergiy Khohlov wrote: > you need to use webgl for client side a popular JavaScript library for handling WebGL is three.js (http://threejs.org). it supports several input 3D formats, VTK and OBJ among them. -- Javier -- You received this message because you ar

Re: Rendering 3D model in a Django app

2013-07-06 Thread Sergiy Khohlov
Check this one http://theresa.multimediatechnology.at/webgl-demonstrator-rendering-vtk-in-native-3d/ you need to use webgl for client side. your question is not related to django directly. Many thanks, Serge +380 636150445 skype: skhohlov On Sat, Jul 6, 2013 at 2:44 PM, Rohit kumar wrote: