How to find out which materials are available? #262
-
Lets say I want to render points, there is the option to define material and related arguments. Is there a list of aviailable materials somewhere (maybe in rayrender documentation) ?
|
Beta Was this translation helpful? Give feedback.
Answered by
tylermorganwall
Jan 25, 2023
Replies: 1 comment 1 reply
-
See the materials section here for the functions: http://www.rayrender.net/reference/index.html Also, if you misspell any arguments in |
Beta Was this translation helpful? Give feedback.
1 reply
Answer selected by
wiesehahn
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
See the materials section here for the functions:
http://www.rayrender.net/reference/index.html
Also, if you misspell any arguments in
point_material_args
(or just include a nonsense argument), the function will print out all the available arguments that you can use for that material.