Skip to content

Instantly share code, notes, and snippets.

@achayan
Created October 29, 2025 00:35
Show Gist options
  • Select an option

  • Save achayan/eadb54881873211f864e58480932c94e to your computer and use it in GitHub Desktop.

Select an option

Save achayan/eadb54881873211f864e58480932c94e to your computer and use it in GitHub Desktop.
<?xml version="1.0" encoding="utf-8"?>
<ExportConfig>
<!-- General Export Settings -->
<Format>FBX</Format>
<OutputPath>C:/Exports/Trees/</OutputPath>
<!-- FBX Specific Settings -->
<FBXSettings>
<Version>FBX2020</Version>
<FileFormat>Binary</FileFormat>
<UpAxis>Z</UpAxis>
<Smoothing>true</Smoothing>
<Triangulate>true</Triangulate>
</FBXSettings>
<!-- Geometry Settings -->
<GeometrySettings>
<LODExport>All</LODExport>
<IncludeCollision>false</IncludeCollision>
<IncludeVertexColors>true</IncludeVertexColors>
<IncludeNormals>true</IncludeNormals>
<IncludeTangents>true</IncludeTangents>
<IncludeUVs>true</IncludeUVs>
</GeometrySettings>
<!-- Material Settings -->
<MaterialSettings>
<EmbedTextures>false</EmbedTextures>
<TexturePath>Relative</TexturePath>
</MaterialSettings>
<!-- Animation Settings (if applicable) -->
<AnimationSettings>
<ExportAnimation>true</ExportAnimation>
<FrameRate>30</FrameRate>
</AnimationSettings>
<!-- Wind Settings -->
<WindSettings>
<IncludeWindData>true</IncludeWindData>
<BakeWind>false</BakeWind>
</WindSettings>
</ExportConfig>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment