prototype-59 / scene3d

3D interactive graphics jQuery plugin based on HTML5 and X3DOM
MIT License
0 stars 0 forks source link

Reinitialize after ajax #1

Open ahmadfadlydziljalal opened 7 years ago

ahmadfadlydziljalal commented 7 years ago

If init this scene : var myCanvas; myCanvas = $('#3dcanvas').scene3d({ width:"600px", height:"400px", ViewpointPosition : '3.5 -1 15',

How to reset back ?

prototype-59 commented 7 years ago

Unfortunately, you have to destroy the object and create a new one.