-
Notifications
You must be signed in to change notification settings - Fork 31
ReplaceRenderGeometry
EnashMods edited this page Feb 3, 2021
·
2 revisions
Replaces the render geometry of the current render model tag with geometry compiled from a COLLADA scene file (.DAE).
Your collada file must contain a single mesh for every permutation.
For 3ds Max name your meshes as {region}:{permutation} (e.g. hull:base)
For Blender name them as {region}_{permutation}Mesh (e.g. hull_baseMesh)
ReplaceRenderGeometry <COLLADA Scene>
- COLLADA Scene - Path to the .dae file you want to import.