Node Geomery Subdivide Node

Hey team!! A new node for NGE!
The Subdivide node:

It can apply flat or smooth subdivision to any geometry

You can also do it at the vertexData level like this:

Subdivide(vertexData, level, {
 flatOnly: false,
 weight: 1,
});

The PR to follow: Add support for subdivide modifier for NGE and VertexData by deltakosh · Pull Request #16202 · BabylonJS/Babylon.js · GitHub

9 Likes

Awesome, thank you so much! :smile: