Point Caches
Point Caches are a special Asset type that bundles a Point Count, and One or Many AttributeMaps, that contain every attribute value list, baked into textures.
These point caches can be used in the graph using the Point Cache Operator, to access all these values, and so they can be read in Attribute from Map Blocks for instance.
Point Cache Assets
Point cache Assets follow the Open Source Point Cache Specification and are imported as bundled Scriptable Objects. Every .pCache
extension file will import into a bundled Scriptable Object so it can be used with the Point Cache Operator.
Point Cache Operator
Point cache Assets can be referenced in a Point Cache Operator so it displays its point count and the list of Attribute Maps contained in the Point Cache Asset. The Number and the Name of the Outputs will dynamically change depending on the Asset set in the settings field.
Generating Point Caches
You can generate point cache using various methods:
- Using the Houdini pCache Exporter bundled with VFXToolbox (located in the /DCC~ folder)
- Using the Built-in Point Cache Bake Tool
- By writing your own exporter to write Point Cache files that follow the specification.