set_physics_params
Configure gravity, time step, and GPU acceleration to control physics simulation accuracy and performance.
Instructions
Configure physics engine parameters.
Args: gravity: Gravity vector [x, y, z]. time_step: Physics time step in seconds. gpu_enabled: Enable GPU-accelerated physics.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| gravity | No | ||
| time_step | No | ||
| gpu_enabled | No |
Output Schema
| Name | Required | Description | Default |
|---|---|---|---|
| result | Yes |