Houdini 20.0 Nodes APEX Nodes

geo::InitIntersectCache

Compute an intersection cache for a geometry.

On this page
Since 20.0

The intersection cache output is used in other intersection callbacks, like Intersect, IntersectPoints or AttribIntersectPoints and has little usage outside of this.

The geo ports of this callback are in-place ports. This means that the geometry is updated without creating a copy.

Inputs

*geo: Geometry Required

The geometry to compute the intersection cache for.

Outputs

*geo: Geometry

The geo input, unmodified.

icache: ApexIntersectCache

The computed intersection cache.

APEX Nodes