OBJ

Extensions: obj6 outils

OBJ is an open 3D geometry format introduced by Wavefront in the 1980s. It records vertices, normals, UVs, and face connectivity in human-readable text, and is supported by nearly all 3D software, making it a safe choice for cross-software mesh exchange. Its materials and textures are typically defined in an accompanying .mtl file, and both must be placed in the same directory.

OBJ does not contain animation or skeletal data; it only represents static meshes, so character animation workflows are not suitable for using it as a final format. Additionally, text encoding makes large model files bulky, and complex scenes load slowly. If you need single-file delivery with embedded textures, GLB is a better choice.

Détails du format
Nom complet
Wavefront OBJ
Type
3D Model
Notes
  • Le fichier MTL doit accompagner le fichier OBJ pour les matériaux
  • Pas de support pour l'animation ou les squelettes
Fonctionnalités prises en charge
  • Format texte lisible par l'humain
  • Fichiers de géométrie (.obj) et de matériau (.mtl) séparés
  • Support universel par les logiciels
  • Préservation des coordonnées UV et des normales

Outils OBJ

Visionneuse OBJ

Formats associés