|
var planeGeo = new THREE.PlaneBufferGeometry( 100.1, 100.1 );
|
|
var planeGeo = new THREE.PlaneBufferGeometry( 100.1, 100.1 );
|
|
var groundMirror = new THREE.ReflectorRTT( 100, 100, { clipBias: 0.003, textureWidth: WIDTH, textureHeight: HEIGHT } );
|
|
var groundMirror = new THREE.ReflectorRTT( 100, 100, { clipBias: 0.003, textureWidth: WIDTH, textureHeight: HEIGHT } );
|
|
var mask = new THREE.SwitchNode( new THREE.TextureNode( decalDiffuse ), 'w' );
|
|
var mask = new THREE.SwitchNode( new THREE.TextureNode( decalDiffuse ), 'w' );
|