Additional Vector3 functions for Circuits V2
There are a number of Vector3 functions which are not yet exposed to Circuits.
Most of those functions can probably be re-implemented in Circuits itself, but due to the extra CPU overhead that comes with doing so, it would be really nice to have these functions exposed as native nodes.
Here's a couple of Vector3 functions I'd personally really like to see exposed to Circuits (& feel free to add any other useful ones I've missed in the comments):
- ProjectOnPlane
- Project
- Reflect
- ClampMagnitude
- MoveTowards
Again, all of the above can most likely be re-implemented in Circuits already, but would likely cost more CPU than a native node, due to the extra overhead involved in calculating the extra nodes.
2
Please sign in to leave a comment.
Comments
0 comments