Blitz3D Model
From Just Solve the File Format Problem
(Difference between revisions)
Dan Tobias (Talk | contribs) (Created page with "{{FormatInfo |formattype=electronic |subcat=3D and CAD/CAM Models |extensions={{ext|b3d}} }} A '''Blitz3D Model''' is a 3D object saved in the format used by the Blitz3D p...") |
(Added software and sample files) |
||
(One intermediate revision by one user not shown) | |||
Line 5: | Line 5: | ||
}} | }} | ||
A '''Blitz3D Model''' is a 3D object saved in the format used by the [[Blitz3D]] programming language, a language designed for 3D game development. | A '''Blitz3D Model''' is a 3D object saved in the format used by the [[Blitz3D]] programming language, a language designed for 3D game development. | ||
+ | |||
+ | == Software == | ||
+ | * [https://github.com/assimp/assimp assimp] | ||
+ | |||
+ | == Sample files == | ||
+ | * {{DexvertSamples|poly/blitz3DObject}} | ||
== Links == | == Links == | ||
* [https://fileinfo.com/extension/b3d fileinfo.com page] | * [https://fileinfo.com/extension/b3d fileinfo.com page] | ||
* [https://blenderartists.org/t/blitz-3d/364777/10 Forum discussions] | * [https://blenderartists.org/t/blitz-3d/364777/10 Forum discussions] | ||
+ | |||
+ | [[Category:Game data files]] |
Latest revision as of 22:09, 7 March 2024
A Blitz3D Model is a 3D object saved in the format used by the Blitz3D programming language, a language designed for 3D game development.