Capítulo 59 de 859
A special line material for meshes loaded via LDrawLoader.
This module can only be used with WebGLRenderer. When using WebGPURenderer, import the class from LDrawConditionalLineNodeMaterial.js.
import { LDrawConditionalLineMaterial } from 'three/addons/materials/LDrawConditionalLineMaterial.js';
Constructor
| Signature |
|---|
new LDrawConditionalLineMaterial( parameters : Object ) |
Properties
| Property | Description |
|---|---|
.color : Color | The material's color. |
.isLDrawConditionalLineMaterial : boolean (readonly) | This flag can be used for type testing. |
.opacity : number | The material's opacity. |