This repository has been archived by the owner on Jul 20, 2020. It is now read-only.
-
Notifications
You must be signed in to change notification settings - Fork 155
lineBasicMaterial
Firtina Ozbalikci edited this page Mar 11, 2016
·
16 revisions
Wiki » Internal Components » Materials » lineBasicMaterial
Creates a THREE.LineBasicMaterial
string
: This decides which property of the mesh the material should be assigned to.
Defaults to material
. Other example values:
- customDepthMaterial
- customDistanceMaterial
- and so on
bool
number
one of [THREE.FrontSide, THREE.BackSide, THREE.DoubleSide]
number
bool
one of types [THREE.Color, number, string]
number
one of [round]
one of [round]
one of [THREE.NoColors, THREE.FaceColors, THREE.VertexColors]
bool
string
: The resource id of this object, only used if it is placed into resources.
This component can be added into <resources/>! See Resource Types for more information.
===
View Source |
---|
Home | Usage | API Reference | Examples