kidscancode / godot_recipes

Lessons, tutorials, and guides for game development using the Godot game engine.
MIT License
239 stars 37 forks source link

[Discussion] KinematicBody: Align with surface #40

Open cbscribe opened 3 years ago

cbscribe commented 3 years ago

Discussion for http://godotrecipes.com/3d/3d_align_surface/

rishcd commented 3 years ago

Can we just take the sum of raycast normal and mesh pointing direction , then use look at the the vector sum may also do the same thing sir?