armory3d / armory

3D Engine with Blender Integration
https://armory3d.org/engine
zlib License
3.08k stars 319 forks source link

Get Object Geometry Node #3081

Closed t3du closed 1 week ago

t3du commented 1 week ago

This node allows to retrieve the object geometry information and the vertex groups (positions and names).

image

For example using vertex groups (for instancing geometry or drawing geometry) in vertex positions and edges of an object (mesh curve):

image

Here are some examples in 3D geometry with vertices and normals:

image image image

Face Normals and other vectors can be calculated using the previous outputs.

image

3017

requires iron #218