• 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 looking for plants that can move with physics, or animated.

VRmatt

Active member
Joined
Jul 9, 2022
Messages
285
Solutions
1
Reactions
56
I'd like to create a room with some plants. I'd like them to sway, or have branches that can move or collide with a person.
Anyone know how to accomplish this?
 
Make them in Blender or others if none exist in the Hub?
 
Upvote 0
Animation (non interactive):
  • Custom model with blendshapes, animated through a controller in Unity
  • Custom model with rigging, animated through a legacy anim
For interactive behavior:
  • Custom model with rigging and basic collisions and a proper rigidbody with a joint system that would have a setup with a lot of drag.
 
Upvote 0
Back
Top Bottom