Changing primitive plane material #670
-
Hello, I am trying to change the material of a plane that I am creating using the create_primitive function. I want to change with a random jpg image, similarly to the material manipulation example. My issue is that the created plane doesn't seem to have a material (collect_all function doesn't return a material for the plane). What's the solution? I am sorry if this is too basic of a question. Thank you. |
Beta Was this translation helpful? Give feedback.
Replies: 1 comment
-
Hey, Check out this example: https://dlr-rm.github.io/BlenderProc/examples/datasets/bop_object_on_surface_sampling/README.html It contains a plane which gets a material assigned. Best, |
Beta Was this translation helpful? Give feedback.
Hey,
Check out this example:
https://dlr-rm.github.io/BlenderProc/examples/datasets/bop_object_on_surface_sampling/README.html
It contains a plane which gets a material assigned.
Best,
Max