For the complete documentation index, see llms.txt. This page is also available as Markdown.

Naming

All names should use lowercase letters (blender file, gltf, images textures, textures)

Space between letters should use underscores “_ “

Do not use any name extension that may not be need it

Names for materials and images should be the same as the GLTF file

Examples of naming conventions:

  • Carnaval_ornament_ranchhouse_nft.gtf

  • Carnaval_ornament_ranchhouse_lod_0.gtf

  • Carnaval_ornament_ranchhouse_lod_1.gtf

  • Carnaval_ornament_ranchhouse_wireframe.gtf

Last updated