three-loader-3dtiles

Home > three-loader-3dtiles > LoaderOptions > contentPostProcess

LoaderOptions.contentPostProcess property

A callback for running post-processing on tile content (Mesh or Points) - Default: undefined

Signature:

contentPostProcess?: (content: Mesh | Points) => void;