MeshStandardMaterial on Plasma
This commit is contained in:
parent
8c5b704b3c
commit
6ed614d536
@ -131,7 +131,8 @@ export class TetraGUI extends GUI {
|
|||||||
transparent: true,
|
transparent: true,
|
||||||
opacity: 0.7,
|
opacity: 0.7,
|
||||||
roughness: 0.6,
|
roughness: 0.6,
|
||||||
metalness: 1,
|
ior: 1.8,
|
||||||
|
metalness: 0.6,
|
||||||
sheen: 0,
|
sheen: 0,
|
||||||
sheenRoughness: 1,
|
sheenRoughness: 1,
|
||||||
specularIntensity: 1,
|
specularIntensity: 1,
|
||||||
|
@ -132,19 +132,13 @@ class InstancedMino extends THREE.InstancedMesh {
|
|||||||
|
|
||||||
class Mino extends THREE.Object3D {
|
class Mino extends THREE.Object3D {
|
||||||
static materials = {
|
static materials = {
|
||||||
Plasma: new THREE.MeshPhysicalMaterial({
|
Plasma: new THREE.MeshStandardMaterial({
|
||||||
envMap: environment,
|
envMap: environment,
|
||||||
side: THREE.DoubleSide,
|
side: THREE.DoubleSide,
|
||||||
transparent: true,
|
transparent: true,
|
||||||
opacity: 0.7,
|
opacity: 0.8,
|
||||||
roughness: 0.6,
|
roughness: 0.48,
|
||||||
ior: 1.8,
|
metalness: 0.67,
|
||||||
metalness: 0.6,
|
|
||||||
sheen: 0,
|
|
||||||
sheenRoughness: 1,
|
|
||||||
specularIntensity: 1,
|
|
||||||
thickness: 5,
|
|
||||||
transmission: 1,
|
|
||||||
}),
|
}),
|
||||||
Espace: new THREE.MeshStandardMaterial({
|
Espace: new THREE.MeshStandardMaterial({
|
||||||
envMap: environment,
|
envMap: environment,
|
||||||
|
Loading…
x
Reference in New Issue
Block a user