Skip to content
This repository has been archived by the owner on Jul 21, 2023. It is now read-only.

Convex mesh (XML) export support #9

Open
knot126 opened this issue Jun 9, 2022 · 0 comments
Open

Convex mesh (XML) export support #9

knot126 opened this issue Jun 9, 2022 · 0 comments
Labels
enhancement New feature or request
Milestone

Comments

@knot126
Copy link
Contributor

knot126 commented Jun 9, 2022

Add support for exporting meshes like the ones in assets/meshes. Here is an example file (6gon.xml.mp3):

<convex>
	<v>1 0 -1</v>
	<v>0.5 0.87 -1</v>
	<v>-0.5 0.87 -1</v>
	<v>-1 0 -1</v>
	<v>-0.5 -0.87 -1</v>
	<v>0.5 -0.87 -1</v>
	<v>1 0 1</v>
	<v>0.5 0.87 1</v>
	<v>-0.5 0.87 1</v>
	<v>-1 0 1</v>
	<v>-0.5 -0.87 1</v>
	<v>0.5 -0.87 1</v>	
</convex>
@knot126 knot126 added the enhancement New feature or request label Jun 9, 2022
@knot126 knot126 added this to the v2.1.0 milestone Jun 9, 2022
@knot126 knot126 modified the milestones: v2.1.0, v2.2.0 Aug 7, 2022
@knot126 knot126 modified the milestones: v2.2.0, v3.0.0 Dec 28, 2022
Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
enhancement New feature or request
Projects
None yet
Development

No branches or pull requests

1 participant