# Vivarium 3D Tank tank_3d_view = { camera_position = { 0.0 -20.0 10.0 } camera_look_at = { 0.0 -20.0 0.0 } fov = 40 # Field of view near = 0.1 # Z Near far = 500 # Z Far zoom = 320.0 min_range = { -80.0 -110.0 -80.0 } # Right-Bottom-Front corner of the tank max_range = { 80.0 90.0 40.0 } # Left-Top-Back corner of the tank max_speed = 10 # Critters' max speed inside the tank world = "default" # World gfx used for background light = "ship_designer" # gfx used for post render and light effects }