Home > three-loader-3dtiles > LoaderOptions > contentPostProcess
A callback for running post-processing on tile content (Mesh or Points) - Default: undefined
undefined
Signature:
contentPostProcess?: (content: Mesh | Points) => void;