blenderproc.world package
Module contents
- blenderproc.world.set_world_background_hdr_img(path_to_hdr_file, strength=1.0, rotation_euler=None)
Sets the world background to the given hdr_file.
- Parameters:
path_to_hdr_file (
str) – Path to the .hdr filestrength (
float) – The brightness of the background.rotation_euler (
Union[list,Euler,ndarray,None]) – The euler angles of the background.