Collisions
Visionary Render supports basic collision detection and response via the Character Controller, Collision node, and Detect Clashes context menu option.
Character Controller
The character controller can be enabled by clicking on the button in the Toolbar. It creates a capsule around your avatar to detect when it collides with the environment. This is enabled by default in the Start Room and is what permits you to walk around the room and up and down the stairs, etc. without walking through objects and walls.
If the character controller is enabled whilst the camera is inside geometry, it will attempt to resolve the collision. If the collision cannot be resolved, a dialog will be shown. To fix the problem, disable the character controller, move the camera away from any geometry in the scene, and try again.
Settings
The character controller can be configured from the Settings window under User Interface > Navigation > Character Controller.
Setting | Description |
---|---|
Character Controller Enabled | Whether to enable game character-style movement, with collision based on a capsule shape around the camera. [default: false] |
Collision Enabled | Whether to enable wall collisions. If disabled, the camera will still follow the ground, but will be able to walk through walls. [default: true] |
Collision Type | The collision group and mask for the character. The character will collide with objects for which both the character's collision group matches the object’s collision mask, and vice versa. [default: Custom] |
Height | Total height of the capsule (including Hover Height). [default: 1.8] |
Radius | Radius of the capsule. [default: 0.25] |
Eye Offset | Y coordinate offset from the centre of the capsule shape to the camera position. [default: 0.45] |
Hover Height | How high off the ground the character capsule shape hovers. Affects stair climbing. [default: 0.4] |
Max Slope | Maximum incline the character can climb (degrees). [default: 30.0] |
Gravity | Gravitational acceleration. [default: 9.81] |
Terminal Velocity | Terminal fall speed. [default: 55.0] |
Proxy Target | Node to control rather than the camera. [default: none] |