Box Points
3D Renderer - Display points of a geometry with Boxes
Display boxes on the place of each vertex. Way lighter than Instantiate but less versatile.
Box points, as any other point renderers can be displayed through several different referential:
Variables:
- Blending Mode: How this box points gets blended
- Depth Buffer: Depth-buffer related settings
- Referential: Referential of the boxes, to align them along world / vertex / camera
- Scale: Scale of the boxes
- Anchor: pivot point of the boxes
Python
Oil.createObject("BoxPointsGeometryRenderer")