Buckets:

immErfanrajabee/bd / node_modules /three /src /materials /nodes /LineBasicNodeMaterial.js
imerfanrajabee's picture
download
raw
823 Bytes
import NodeMaterial from './NodeMaterial.js';
import { LineBasicMaterial } from '../LineBasicMaterial.js';
const _defaultValues = /*@__PURE__*/ new LineBasicMaterial();
/**
* Node material version of {@link LineBasicMaterial}.
*
* @augments NodeMaterial
*/
class LineBasicNodeMaterial extends NodeMaterial {
static get type() {
return 'LineBasicNodeMaterial';
}
/**
* Constructs a new line basic node material.
*
* @param {Object} [parameters] - The configuration parameter.
*/
constructor( parameters ) {
super();
/**
* This flag can be used for type testing.
*
* @type {boolean}
* @readonly
* @default true
*/
this.isLineBasicNodeMaterial = true;
this.setDefaultValues( _defaultValues );
this.setValues( parameters );
}
}
export default LineBasicNodeMaterial;

Xet Storage Details

Size:
823 Bytes
·
Xet hash:
f52117365c4209f24b979aadfc9bdf5e5d42f8465d981930cee48cf5f0777fd3

Xet efficiently stores files, intelligently splitting them into unique chunks and accelerating uploads and downloads. More info.