Hi,
I have four plane XY,YZ,XZ,XYZ in which i had successfully draw dynamic shapes in all the planes except XYZ. in order to get XYZ view i adjust camera like this
camera.position.set(500,500,500);
camera.up = new THREE.Vector3(0,0,-1);
so that we can get isometric view. but i am not able to draw shapes dynamically
Thanks & regards
Gaurav