Cycles: Vector Rotate Node using Axis and Angle method
This node provides the ability to rotate a vector around a `center` point using either `Axis Angle` , `Single Axis` or `Euler` methods. Reviewed By: #cycles, brecht Differential Revision: https://developer.blender.org/D3789
This commit is contained in:

committed by
Charlie Jolly

parent
ab3a6e050c
commit
20a4cdfd70
@@ -264,6 +264,7 @@ shader_node_categories = [
|
||||
NodeItem("ShaderNodeNormalMap"),
|
||||
NodeItem("ShaderNodeNormal"),
|
||||
NodeItem("ShaderNodeVectorCurve"),
|
||||
NodeItem("ShaderNodeVectorRotate"),
|
||||
NodeItem("ShaderNodeVectorTransform"),
|
||||
]),
|
||||
ShaderNodeCategory("SH_NEW_CONVERTOR", "Converter", items=[
|
||||
|
Reference in New Issue
Block a user