Origins ======= .. image:: https://user-images.githubusercontent.com/14288520/195716748-2e4392e9-433e-465e-bb59-6c4e67ed305f.png :target: https://user-images.githubusercontent.com/14288520/195716748-2e4392e9-433e-465e-bb59-6c4e67ed305f.png Functionality ------------- The node produces centers, normals, tangents for any element of given mesh. Also it can combine the data into matrix. The output is close how blender is placing moving axis of selected mesh element in normal mode. Category -------- analyzers -> origins Inputs ------ - **Vertices** - vertices - **Edges** - edges (optionally) - **Faces** - faces (optionally) Outputs ------- - **Origin** - center of element, in vertex mode just coordinates of current vertex - **Normal** - normal of current element - **Tangent** - tangent to current element - **Matrix** - built from origin, normal and tangent data matrix .. image:: https://user-images.githubusercontent.com/14288520/195724734-737f4fea-dfc0-4c2b-955a-3c2fe7bd3343.png :target: https://user-images.githubusercontent.com/14288520/195724734-737f4fea-dfc0-4c2b-955a-3c2fe7bd3343.png Parameters ---------- +--------------------------+-------+--------------------------------------------------------------------------------+ | Parameters | Type | Description | +==========================+=======+================================================================================+ | Element mode | enum | Vertex, edge or face | +--------------------------+-------+--------------------------------------------------------------------------------+ | Flat matrixes list | bool | Put matrixes of each input object into one list (N-panel) | +--------------------------+-------+--------------------------------------------------------------------------------+ See also -------- * Analyzers-> :ref:`Component Analyzer/Vertices/Normal ` * Analyzers-> :ref:`Component Analyzer/Vertices/Matrix ` * Analyzers-> :ref:`Component Analyzer/Edges/Center ` * Analyzers-> :ref:`Component Analyzer/Edges/Matrix ` * Analyzers-> :ref:`Component Analyzer/Faces/Center ` * Analyzers-> :ref:`Component Analyzer/Faces/Normal ` * Analyzers-> :ref:`Component Analyzer/Faces/Matrix ` * Analyzers-> :ref:`Component Analyzer/Faces/Tangent ` Usage ----- displaying Face normals, for debugging normal directions. .. image:: https://user-images.githubusercontent.com/14288520/195725890-3878085e-81d9-4aea-936f-be9bf7435d4d.png :target: https://user-images.githubusercontent.com/14288520/195725890-3878085e-81d9-4aea-936f-be9bf7435d4d.png * Generator-> :doc:`Suzanne ` * Generator-> :doc:`Segment ` * A*SCALAR: Number-> :doc:`Scalar Math ` * Viz-> :doc:`Viewer Draw ` --------- Using of corner case of tangent for vertices connected only with one face: .. image:: https://user-images.githubusercontent.com/14288520/195728391-ee791480-2e5b-4439-a4d9-1020869e4698.png :target: https://user-images.githubusercontent.com/14288520/195728391-ee791480-2e5b-4439-a4d9-1020869e4698.png * Generator-> :doc:`NGon ` * Transform-> :doc:`Move ` * Number-> :doc:`Number Range ` * CROSS: Vector-> :doc:`Vector Math ` * List->List Struct-> :doc:`List Split ` * Viz-> :doc:`Viewer Draw ` --------- Using matrix output for mesh instancing, looks like work of adaptive polygon node: .. image:: https://user-images.githubusercontent.com/14288520/195731114-76294da1-c266-427d-a378-51cdf2b586b1.png :target: https://user-images.githubusercontent.com/14288520/195731114-76294da1-c266-427d-a378-51cdf2b586b1.png * Generator-> :doc:`Suzanne ` * Analyzers-> :doc:`Area ` * MUL: Number-> :doc:`Scalar Math ` * Number-> :doc:`A Number ` * Number-> :doc:`Easing 0..1 ` * Vector-> :doc:`Vector In ` * Matrix-> :doc:`Matrix Deform ` * Matrix-> :doc:`Matrix Apply to Mesh ` * List->List Struct-> :doc:`List Slice ` * Viz-> :doc:`Mesh Viewer `