Created
October 29, 2025 00:35
-
-
Save achayan/eadb54881873211f864e58480932c94e to your computer and use it in GitHub Desktop.
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| <?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