HSDollyCam/HS_CamEngine.properties
mita 31443b091f Add user manual for HS DollyCam and FOV extension; introduce project context for AI agents
- Created HS DollyCam HUD user manual (v1.3.0) detailing features, setup, commands, and troubleshooting.
- Added FOV extension manual outlining FOV commands, usage in playlists, and dollyzoom functionality.
- Introduced project context file for AI agents, specifying technology stack, critical implementation rules, and existing patterns.
2026-05-07 06:10:45 +02:00

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.005
tour_focus_epsilon=0.005
# Follow smoothing aid
follow_predict=0.10
# increasing value might cause memory anomalies
tour_max_points=20