Three.js · Schema
THREE.Vector3
A three-dimensional vector. Used pervasively in three.js for positions, normals, scales, and Euler offsets. Serializes either as a 3-element array [x, y, z] or as an object with x, y, z properties depending on context.
3DGraphicsWebGLWebGPUJavaScriptRenderingOpen SourceGame DevelopmentVisualization