Developer Reference
x
Programmer's Guide
Developer Kit
Programming Basics
Integration with React.js/Vue.js
Creating Desktop Apps
Matrix Transformations
Animation System
Drawing Lines
How to Update Things
How to Obtain Sources
Conventions
Animation
AnimationAction
AnimationClip
AnimationMixer
AnimationObjectGroup
AnimationUtils
KeyframeTrack
PropertyBinding
PropertyMixer
Animation / Tracks
BooleanKeyframeTrack
ColorKeyframeTrack
NumberKeyframeTrack
QuaternionKeyframeTrack
StringKeyframeTrack
VectorKeyframeTrack
Application
App
AppPuzzles
AppUtils
Audio
Audio
AudioAnalyser
AudioContext
AudioListener
PositionalAudio
Cameras
ArrayCamera
Camera
CubeCamera
OrthographicCamera
PerspectiveCamera
StereoCamera
Constants
Animation
Controls
Core
CustomBlendingEquation
Materials
Renderer
Textures
Constraints
ChildOfConstraint
Constraint
CopyLocationConstraint
CopyRotationConstraint
CopyScaleConstraint
FloorConstraint
LimitLocationConstraint
LimitRotationConstraint
LimitScaleConstraint
LockedTrackConstraint
TargetConstraint
TrackToConstraint
Controls
KeyListener
OrbitControls
Core
BufferAttribute
BufferGeometry
Clock
Detector
DirectGeometry
EventDispatcher
Face3
Geometry
InstancedBufferAttribute
InstancedBufferGeometry
InstancedInterleavedBuffer
InterleavedBuffer
InterleavedBufferAttribute
Layers
Object3D
Raycaster
Uniform
Core / BufferAttributes
BufferAttribute Types
Extras
Earcut
ImageUtils
PMREMGenerator
Preloader
PuzzlesLoader
SceneUtils
ShapeUtils
SimplePreloader
Extras / Core
Curve
CurvePath
Font
Interpolations
Path
Shape
ShapePath
Extras / Curves
ArcCurve
CatmullRomCurve3
CubicBezierCurve
CubicBezierCurve3
EllipseCurve
LineCurve
LineCurve3
QuadraticBezierCurve
QuadraticBezierCurve3
SplineCurve
Extras / Objects
ImmediateRenderObject
LineHTML
MeshLine
MeshLineIndexed
MeshLineMaterial
Geometries
BoxBufferGeometry
BoxGeometry
CircleBufferGeometry
CircleGeometry
ConeBufferGeometry
ConeGeometry
CylinderBufferGeometry
CylinderGeometry
DodecahedronBufferGeometry
DodecahedronGeometry
EdgesGeometry
ExtrudeBufferGeometry
ExtrudeGeometry
IcosahedronBufferGeometry
IcosahedronGeometry
LatheBufferGeometry
LatheGeometry
OctahedronBufferGeometry
OctahedronGeometry
ParametricBufferGeometry
ParametricGeometry
PlaneBufferGeometry
PlaneGeometry
PolyhedronBufferGeometry
PolyhedronGeometry
RingBufferGeometry
RingGeometry
ShapeBufferGeometry
ShapeGeometry
SphereBufferGeometry
SphereGeometry
TetrahedronBufferGeometry
TetrahedronGeometry
TextBufferGeometry
TextGeometry
TorusBufferGeometry
TorusGeometry
TorusKnotBufferGeometry
TorusKnotGeometry
TubeBufferGeometry
TubeGeometry
WireframeGeometry
Helpers
ArrowHelper
AxesHelper
BoxHelper
Box3Helper
CameraHelper
DirectionalLightHelper
GridHelper
PolarGridHelper
HemisphereLightHelper
PlaneHelper
PointLightHelper
SkeletonHelper
SpotLightHelper
Lights
AmbientLight
DirectionalLight
HemisphereLight
Light
PointLight
RectAreaLight
SpotLight
Lights / Shadows
LightShadow
PointLightShadow
DirectionalLightShadow
SpotLightShadow
Loaders
AnimationLoader
AudioLoader
BufferGeometryLoader
Cache
CompressedTextureLoader
CubeTextureLoader
DataTextureLoader
FileLoader
FontLoader
ImageBitmapLoader
ImageLoader
GLTFLoader
Loader
LoaderUtils
MaterialLoader
ObjectLoader
TextureLoader
Loaders / Managers
DefaultLoadingManager
LoadingManager
Materials
LineBasicMaterial
LineDashedMaterial
Material
MaterialUtils
MeshBasicMaterial
MeshDepthMaterial
MeshDistanceMaterial
MeshLambertMaterial
MeshMatcapMaterial
MeshNodeMaterial
MeshNormalMaterial
MeshPhongMaterial
MeshPhysicalMaterial
MeshStandardMaterial
MeshToonMaterial
PointsMaterial
RawShaderMaterial
ShaderMaterial
ShadowMaterial
SpriteMaterial
Math
Box2
Box3
Color
Cylindrical
Euler
Frustum
Interpolant
Line3
MathUtils
Matrix3
Matrix4
Plane
Quaternion
Ray
Sphere
Spherical
Triangle
Vector2
Vector3
Vector4
Math / Interpolants
CubicInterpolant
DiscreteInterpolant
LinearInterpolant
QuaternionLinearInterpolant
Objects
Annotation
AnnotationControl
Bone
Group
InstancedMesh
Line
LineLoop
LineSegments
LOD
Mesh
Points
Skeleton
SkinnedMesh
Sprite
Renderers
WebGLMultisampleRenderTarget
RenderUtils
WebGLRenderer
WebGLRenderTarget
WebGLCubeRenderTarget
Renderers / Shaders
ShaderChunk
ShaderLib
UniformsLib
UniformsUtils
Scenes
Fog
FogExp2
Scene
SceneBackground
Textures
CanvasTexture
CompressedTexture
CubeTexture
DataTexture
DataTexture3D
DepthTexture
Texture
VideoTexture
Deprecated
JavaScript APIs
Facebook 3D Posts
Polyfills
Polyfills
WebGLRenderer
WebGLProgram
WebGLShader
WebGLState
MeshLineIndexed
A special mesh containing geometry for drawing lines. Intended to use with the
MeshLineMaterial
material. Capable of creating geometry from
BufferGeometry
, for
Geometry
and Array/Float32Array data use
MeshLine
.
Constructor
MeshLineIndexed()
Properties
#
.
geometry
:
BufferGeometry
The line's geometry to pass into the
Mesh
constructor. Created after calling the
fromBufferGeometry
method.
Methods
#
.
fromBufferGeometry
(
geometry
) :
null
Build the line's geometry from the given
BufferGeometry
data.
©
Soft8Soft – 3D Solutions for the Web
Last updated on Wed Feb 17 2021