Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

V3dconverter #51

Merged
merged 7 commits into from Oct 9, 2023
Merged

V3dconverter #51

merged 7 commits into from Oct 9, 2023

Conversation

hsanjuan
Copy link
Member

@hsanjuan hsanjuan commented Oct 9, 2023

No description provided.

jmbau added 7 commits May 29, 2022 10:29
V3dconverter is a command line tool to convert *.obj and *.ac file formats to/from *.3d format.
Only *.obj to *.3d conversion is fully operational, *.3d to *.obj and *.ac to *.3d are very experimental at now.
…has textured AND untextured faces.

In obj to v3d conversion: don't translate obj 's' (smoothing group) statement into V3d shade_model_* statement because V3d supports only one shade_model_* per file.
In experimental v3d to obj conversion: v3dconverter-generated *.3d objects are now read correctly (TEXCOORD keyword was missing).
In experimental v3d to obj conversion: primitives counter gives now correct result.
- better *.obj to *.3d face normals conversion.
- remove 'type 1' when writing *.3d file because 'type' parameter is deprecated and not used in Sar2.
- usefull informations are now written at *.3d top of file (and not only at console).
- add model rectangular/circular/spherical bounding box volume information, which can help to decide which contact detection shape is the best (lower is better...).
@hsanjuan hsanjuan merged commit ce25970 into master Oct 9, 2023
1 check failed
@hsanjuan hsanjuan deleted the v3dconverter branch October 9, 2023 08:09
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

None yet

2 participants