• Hi Guest!

    We have posted a new VaM2 dev log on Patreon, starting a monthly cadence of written progress updates between Beta releases. Highlights include the new Gizmos System, Selection Carousel, and Modes System with Context-Specific Editing. Beta1.2 is 15 of 21 items complete.

    Read the full post on Patreon, or follow progress on the public Trello roadmap.

Question What do "transition actions" and "end actions" mean in collision triggers?

Joined
Jul 10, 2021
Messages
99
Reactions
12
When using collision triggers in VaM, I have only used the "start action" and feel like this satisfies most of my needs for animations. But what are "transition actions" and "end actions" (I only have vague understanding of them)? Could anyone explain them to me, preferably with examples? Thanks!
 
End Actions are triggered when the collision ends, i.e. the collision sphere moves out of the range of any object.

Transition actions are float triggers that get set to 1 once the collision starts and back to 0 once it ends. It can be used to set a number value or color based on whether there is a collision.
 
Upvote 0
Back
Top Bottom