Skip to content

Commit

Permalink
Update 0.1.5-showcase.csr
Browse files Browse the repository at this point in the history
  • Loading branch information
connortbot committed Sep 27, 2024
1 parent 25962b9 commit 223a6f7
Showing 1 changed file with 17 additions and 13 deletions.
30 changes: 17 additions & 13 deletions tests/0.1.5-showcase.csr
Original file line number Diff line number Diff line change
Expand Up @@ -159,18 +159,22 @@ material key_light
radius 2000
medium false

# You could edit this so that it has a black sky. If it does, maybe you want to add a red fill light
# so that Kylo's front isn't black.
# In this case, lets add a red fill light from the front.

Material[Emissive]
id fill_light
rgb 1.0 0.2 0.2
strength 2.5
# Let's also make a small floor underneath Kylo thats a MIX of multiple different materials!
# NEW FEATURE: Mixture

Material[Mixture]
id mixture_example
num 3
mixed mirror_example
weight 0.333
mixed green_diffuse
weight 0.333
mixed cyan_diamond
weight 0.334

Quad
id 0
position 35 0 20
u 0 0 -20
v 0 20 0
material fill_light
id floor_quad
position 4 0 -1
u 0 0 2
v 2 0 0
material mixture_example

0 comments on commit 223a6f7

Please sign in to comment.