PHP 7.4.33
Preview: MeshBasicMaterial.js Size: 1.70 KB
/var/www/uibuilder.cmshelp.dk/httpdocs/node_modules/three/src/materials/MeshBasicMaterial.js
import { Material } from './Material.js';
import { MultiplyOperation } from '../constants.js';
import { Color } from '../math/Color.js';
import { Euler } from '../math/Euler.js';

class MeshBasicMaterial extends Material {

	constructor( parameters ) {

		super();

		this.isMeshBasicMaterial = true;

		this.type = 'MeshBasicMaterial';

		this.color = new Color( 0xffffff ); // emissive

		this.map = null;

		this.lightMap = null;
		this.lightMapIntensity = 1.0;

		this.aoMap = null;
		this.aoMapIntensity = 1.0;

		this.specularMap = null;

		this.alphaMap = null;

		this.envMap = null;
		this.envMapRotation = new Euler();
		this.combine = MultiplyOperation;
		this.reflectivity = 1;
		this.refractionRatio = 0.98;

		this.wireframe = false;
		this.wireframeLinewidth = 1;
		this.wireframeLinecap = 'round';
		this.wireframeLinejoin = 'round';

		this.fog = true;

		this.setValues( parameters );

	}

	copy( source ) {

		super.copy( source );

		this.color.copy( source.color );

		this.map = source.map;

		this.lightMap = source.lightMap;
		this.lightMapIntensity = source.lightMapIntensity;

		this.aoMap = source.aoMap;
		this.aoMapIntensity = source.aoMapIntensity;

		this.specularMap = source.specularMap;

		this.alphaMap = source.alphaMap;

		this.envMap = source.envMap;
		this.envMapRotation.copy( source.envMapRotation );
		this.combine = source.combine;
		this.reflectivity = source.reflectivity;
		this.refractionRatio = source.refractionRatio;

		this.wireframe = source.wireframe;
		this.wireframeLinewidth = source.wireframeLinewidth;
		this.wireframeLinecap = source.wireframeLinecap;
		this.wireframeLinejoin = source.wireframeLinejoin;

		this.fog = source.fog;

		return this;

	}

}

export { MeshBasicMaterial };

Directory Contents

Dirs: 1 × Files: 19
Name Size Perms Modified Actions
nodes DIR
- drwxr-xr-x 2025-03-28 11:04:39
Edit Download
727 B lrw-r--r-- 2025-03-28 11:04:38
Edit Download
523 B lrw-r--r-- 2025-03-28 11:04:38
Edit Download
30.38 KB lrw-r--r-- 2025-03-28 11:04:38
Edit Download
1.39 KB lrw-r--r-- 2025-03-28 11:04:38
Edit Download
1.70 KB lrw-r--r-- 2025-03-28 11:04:38
Edit Download
977 B lrw-r--r-- 2025-03-28 11:04:38
Edit Download
699 B lrw-r--r-- 2025-03-28 11:04:38
Edit Download
2.67 KB lrw-r--r-- 2025-03-28 11:04:38
Edit Download
1.49 KB lrw-r--r-- 2025-03-28 11:04:38
Edit Download
1.24 KB lrw-r--r-- 2025-03-28 11:04:38
Edit Download
2.80 KB lrw-r--r-- 2025-03-28 11:04:38
Edit Download
4.45 KB lrw-r--r-- 2025-03-28 11:04:38
Edit Download
2.79 KB lrw-r--r-- 2025-03-28 11:04:38
Edit Download
2.20 KB lrw-r--r-- 2025-03-28 11:04:38
Edit Download
719 B lrw-r--r-- 2025-03-28 11:04:39
Edit Download
268 B lrw-r--r-- 2025-03-28 11:04:39
Edit Download
3.84 KB lrw-r--r-- 2025-03-28 11:04:39
Edit Download
513 B lrw-r--r-- 2025-03-28 11:04:39
Edit Download
761 B lrw-r--r-- 2025-03-28 11:04:39
Edit Download
If ZipArchive is unavailable, a .tar will be created (no compression).