m Move meshx link |
Capitalization corrections and link to the Cubemap Creator |
||
| (One intermediate revision by the same user not shown) | |||
| Line 9: | Line 9: | ||
== Binary == | == Binary == | ||
=== | === BRSON === | ||
Items and worlds have their slot hierarchy saved into the [[BRSON | Items and worlds have their slot hierarchy saved into the [[BRSON]] format. | ||
== Meshes == | == Meshes == | ||
=== | === MeshX === | ||
All procedural meshes bake to [[ | All procedural meshes bake to [[MeshX]]. Additionally, all meshes imported into Resonite will be automatically converted to MeshX. This format is exclusive to Resonite. | ||
== Textures == | == Textures == | ||
=== | === Bitmap3D === | ||
LUTs will be converted into | LUTs will be converted into Bitmap3D on import. | ||
=== cubemap === | === cubemap === | ||
Baking reflection probes and creating cubemaps with the Cubemap Creator will save as a cubemap file. | Baking reflection probes and creating cubemaps with the [[Cubemap Creator]] will save as a cubemap file. | ||
=== exr === | === exr === | ||
Latest revision as of 10:14, 10 November 2025
Resonite supports a wide range of file formats, but Resonite may default to specific formats under certain conditions. For example, meshes will get converted immediately upon import, but images will only be converted when a destructive operation is applied. You do not need to author assets in these formats, Resonite will use these formats as needed.
Audio
ogg
Voice messages as well as audio recorded with the microphone tool will be encoded as vorbis in an ogg container.
Binary
BRSON
Items and worlds have their slot hierarchy saved into the BRSON format.
Meshes
MeshX
All procedural meshes bake to MeshX. Additionally, all meshes imported into Resonite will be automatically converted to MeshX. This format is exclusive to Resonite.
Textures
Bitmap3D
LUTs will be converted into Bitmap3D on import.
cubemap
Baking reflection probes and creating cubemaps with the Cubemap Creator will save as a cubemap file.
exr
Destructive operations on high bit depth images, such as resizing an HDR image, will encode the image as an exr.
webp
Destructive operations on images, such as resizing an image, will encode the image as a lossless webp. This is also the default encode format for Quick Photo Captures.