-
Notifications
You must be signed in to change notification settings - Fork 6
Colliders
Katy Fox edited this page Jul 3, 2021
·
14 revisions
- [colliders]
- [collision]
- (Component: BoxCollider) *
- [walkable]
- walkable_deck
- (Component: BoxCollider)
- walkable_capsule
- (Component: CapsuleCollider)
- walkable_deck
- [items]
- seems like children are copy of [walkable]
- [camera dampening]
- GameObject_1
- (Component: BoxCollider) - unsure of purpose
- GameObject_1
- [bogies] **
- (Component: CapsuleCollider)
- (Component: CapsuleCollider)
- [collision]
* This seems to be the general bounds of the car, enclosing the main mesh, and is used for the spawner/clear car outlines
** Bogie colliders are autogenerated by the mod based on the freight car prefab. The capsules sit centered on the bogie, running transverse to the car (round end pointing toward rails). The radius matches and width are set up to match up with the wheel riding surfaces if the capsule was centered around an axle.