Dust3D: Difference between revisions

From Game Making Tools Wiki
(Link to contributors on Github)
(Link to guide, 'Node-Based' in Glossary, tweaked intro.)
Line 8: Line 8:
| exports      = .DS3, .FBX, .GLB,<br>.OBJ, .PNG
| exports      = .DS3, .FBX, .GLB,<br>.OBJ, .PNG
}}
}}
'''Dust3D''' is a unique 3-D modelling package, where you create a model buy placing nodes, which are automatically connected.
'''Dust3D''' is a unique 3-D modelling package, where you create a model buy placing {{jargon|Node-Based|nodes}}. These are automatically connected to form the larger model.


== See Also ==
== See Also ==
* [[Guide:Dust3D]]
* [https://dust3d.org/ dust3d.org]
* [https://dust3d.org/ dust3d.org]
* [https://github.com/huxingyi/dust3d dust3d] project on Github
* [https://github.com/huxingyi/dust3d dust3d] project on Github

Revision as of 08:01, 17 October 2021

Release date: 2018
Made by: Open-Source
Runs on: Linux
Mac OS
Windows
Imports: .DS3
Exports: .DS3, .FBX, .GLB,
.OBJ, .PNG


Dust3D is a unique 3-D modelling package, where you create a model buy placing nodes. These are automatically connected to form the larger model.

See Also