Documentation/Tools/SCS Blender Tools/Locators/Collision Locators
< Documentation | Tools | SCS Blender Tools | LocatorsCollision locators are used for simulation of realistic physical interactions between objects in game. There are four types of primitives: Box, Sphere;, Capsule and Cylinder. Beside primitives there is also special type of collision locator named Convex which uses convex geometry instead.
Each locator object has it's own display options which will set rendering mode of locator in 3D view. You can switch rendering of wire frame (Wireframes) and shell (Faces) of locator.
All primitive collision locators have Locator Centered property, which will position primitive to center of locator.
All types also features physical property Mass Weight which specifies mass of the object.
Contents
Box
Sphere
Capsule
Cylinder
Convex
- Collision Margin - scales the convex envelope by the same distance on all axis.
Convex locator features additional info line which tells you how many vertices is in this convex locator.
For easy convex locator creation, please see the section Tools/SCS Blender Tools/SCS Tools in Shelf#convex.
NOTE: Keep in mind that convex locator should have really small amount of vertices (ideally up to 64 vertices) because of expensive calculations in game.