Playing around with the Lights #207
Unanswered
MrXandbadas
asked this question in
Show and tell
Replies: 0 comments
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
I added a new Light definition into the core 😄
in use:
kb.SpotLight(name="lamp_a", intensity= 1000, color=kb.get_color("yellow").rgb, position=(0,0,10), spot_size=0.18, spot_blend=0)
N.B. The above code wont work for you without some modifications to the codebase
I'm quite enjoying messing around with Kubric so far xD
Beta Was this translation helpful? Give feedback.
All reactions