MCPcopy Create free account
hub / github.com/openai/point-e / randomize_camera

Function randomize_camera

point_e/evals/scripts/blender_script.py:134–136  ·  view source on GitHub ↗
(camera_dist=2.0)

Source from the content-addressed store, hash-verified

132
133
134def randomize_camera(camera_dist=2.0):
135 direction = random_unit_vector()
136 set_camera(direction, camera_dist=camera_dist)
137
138
139def pan_camera(time, axis="Z", camera_dist=2.0, elevation=-0.1):

Callers 1

place_cameraFunction · 0.85

Calls 1

set_cameraFunction · 0.85

Tested by

no test coverage detected