Three.js place a plane through perpendicular by line
问题 I have an a line and plane in 3D space. I want to place plane's width and length line as perpendicular by line. Please see my jsFiddle. I am newbie at both three.js and vector calculation. Current 2. Desired result Please advice me. (Apologies for my bad English) JS code: let renderer; let camera; let controls; let scene = new THREE.Scene(); camera = new THREE.PerspectiveCamera(54, window.innerWidth / window.innerHeight, 0.1, 1000); renderer = new THREE.WebGLRenderer({ antialias: true });