Draw Shape in XYZ Plane

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

Without a live example or, at least, illustrating pictures, the other users have to use their telepathic abilities to understand and imagine what you mean.

XYZ plane doesn’t make sense since a plane is 2D and X,Y, and Z are three dimensions.

2 Likes