31 lines
631 B
Properties
31 lines
631 B
Properties
# --- Ultra-cinematic baseline ---
|
|
move_step=0.025
|
|
follow_step=0.05
|
|
|
|
default_move_ms=3000
|
|
default_focus_dist=10.0
|
|
|
|
# Viewer smoothing (move)
|
|
move_pos_lag=0.5
|
|
move_focus_lag=0.5
|
|
|
|
# Viewer smoothing (follow/idle)
|
|
follow_pos_lag=0.5
|
|
follow_focus_lag=0.5
|
|
|
|
# Deadzone to reduce micro-jitter
|
|
pos_threshold=0.02
|
|
focus_threshold=0.02
|
|
|
|
# TourEngine internal update throttle.
|
|
# 0.033 ~= 30 Hz camera updates while still computing the path at move_step.
|
|
tour_cam_min_interval=0.033
|
|
tour_pos_epsilon=0.002
|
|
tour_focus_epsilon=0.002
|
|
|
|
# Follow smoothing aid
|
|
follow_predict=0.10
|
|
|
|
# increasing value might cause memory anomalies
|
|
tour_max_points=20
|