drop fresnel intensity on box
This commit is contained in:
parent
cfbd489c22
commit
a906d2bfdc
1 changed files with 5 additions and 1 deletions
|
@ -62,7 +62,11 @@ static class Arts
|
|||
// box
|
||||
Hierarchy.Push(Mono.box_pose.ToMatrix(Mono.box_scale));
|
||||
meshes["InsideOut"].Draw(mat_unlit, Matrix.Identity);
|
||||
meshes["InsideOut"].Draw(mat_backbox, Matrix.Identity);
|
||||
meshes["InsideOut"].Draw(
|
||||
mat_backbox,
|
||||
Matrix.Identity,
|
||||
new Color(0.2f, 0.2f, 0.2f)
|
||||
);
|
||||
meshes["Corrugation"].Draw(
|
||||
Mono.in_dist.state ? mat_justcolor : mat_unlit,
|
||||
Matrix.Identity
|
||||
|
|
Loading…
Add table
Reference in a new issue