Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/xtremezero/CSGExport-Godot
CSG Export Plugin for GodotEngine
https://github.com/xtremezero/CSGExport-Godot
Last synced: 6 days ago
JSON representation
CSG Export Plugin for GodotEngine
- Host: GitHub
- URL: https://github.com/xtremezero/CSGExport-Godot
- Owner: xtremezero
- License: mit
- Created: 2020-03-16T08:28:01.000Z (over 4 years ago)
- Default Branch: master
- Last Pushed: 2023-01-27T23:34:13.000Z (almost 2 years ago)
- Last Synced: 2024-05-21T12:54:00.648Z (6 months ago)
- Language: GDScript
- Size: 181 KB
- Stars: 53
- Watchers: 3
- Forks: 16
- Open Issues: 1
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
- awesome-godot - CSG Mesh Exporter (.OBJ) - Export CSG nodes to OBJ meshes to improve editing performance. (Plugins and scripts / 3D)
README
# CSGExport-Godot
CSG Export Plugin for GodotEngine
=================================
Export CSG Meshes with 1 clickHow to use :
- Combine all your CSGMeshes under a CSGCombiner node then press (Export to OBJ) in the Spatial Container Menu.Limitations :
- Only works when you select 1 CSGCombiner node (Cant multiselect)- Only material diffuse and emission colors will be exported (Textures and maps wont be exported, but you can add them manually in your 3D editing software)
- The plugin is still experimental ,so please report for bugs at: [email protected]