Skip to content

And another one.

Compare
Choose a tag to compare
@Kosvor2 Kosvor2 released this 03 Oct 23:18
· 6144 commits to master since this release
Add tangent output to torus knot node and optimize its code

- add tangent calculation and output to the node
No need to restrict the node's phase parameters to only positive values.. the spin/revolution phase can go in both directions.
- minor optimization
- conditionally calculate normals and tangents based on node extra parameters (on by default)
- remove the min bounds from the phase parameters
- update comments and documenation
- cleanup unused code
- PEPify the code