Buckets:
| import Node from '../core/Node.js'; | |
| /** | |
| * Base class for lighting nodes. | |
| * | |
| * @augments Node | |
| */ | |
| class LightingNode extends Node { | |
| static get type() { | |
| return 'LightingNode'; | |
| } | |
| /** | |
| * Constructs a new lighting node. | |
| */ | |
| constructor() { | |
| super( 'vec3' ); | |
| /** | |
| * This flag can be used for type testing. | |
| * | |
| * @type {boolean} | |
| * @readonly | |
| * @default true | |
| */ | |
| this.isLightingNode = true; | |
| } | |
| } | |
| export default LightingNode; | |
Xet Storage Details
- Size:
- 455 Bytes
- Xet hash:
- f0f74e2f888f8d4ab9374d3be43d412896d251bb207b9bf3dceac511224e939a
·
Xet efficiently stores files, intelligently splitting them into unique chunks and accelerating uploads and downloads. More info.