MCPcopy Create free account
hub / github.com/apple/ml-sharp / TrajectoryParams

Class TrajectoryParams

src/sharp/utils/camera.py:41–50  ·  view source on GitHub ↗

Parameters for trajectory.

Source from the content-addressed store, hash-verified

39
40@dataclasses.dataclass
41class TrajectoryParams:
42 """Parameters for trajectory."""
43
44 type: TrajetoryType = "rotate_forward"
45 lookat_mode: LookAtMode = "point"
46 max_disparity: float = 0.08
47 max_zoom: float = 0.15
48 distance_m: float = 0.0
49 num_steps: int = 60
50 num_repeats: int = 1
51
52
53def compute_max_offset(

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected