-
-
Notifications
You must be signed in to change notification settings - Fork 5
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
V3dconverter #51
Commits on May 29, 2022
-
Add v3dconverter in tools directory.
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.
Configuration menu - View commit details
-
Copy full SHA for 22af774 - Browse repository at this point
Copy the full SHA 22af774View commit details
Commits on Aug 14, 2022
-
In obj to v3d conversion: texture now rightly set to OFF when object …
…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.
Configuration menu - View commit details
-
Copy full SHA for b94e838 - Browse repository at this point
Copy the full SHA b94e838View commit details -
Configuration menu - View commit details
-
Copy full SHA for 3e71966 - Browse repository at this point
Copy the full SHA 3e71966View commit details -
Configuration menu - View commit details
-
Copy full SHA for ccbca8b - Browse repository at this point
Copy the full SHA ccbca8bView commit details
Commits on Dec 4, 2022
-
Configuration menu - View commit details
-
Copy full SHA for a30236d - Browse repository at this point
Copy the full SHA a30236dView commit details
Commits on Aug 11, 2023
-
- better *.obj to *.hf conversion.
- 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...).
Configuration menu - View commit details
-
Copy full SHA for d4203a7 - Browse repository at this point
Copy the full SHA d4203a7View commit details -
Configuration menu - View commit details
-
Copy full SHA for 320a86b - Browse repository at this point
Copy the full SHA 320a86bView commit details
Add this suggestion to a batch that can be applied as a single commit.
This suggestion is invalid because no changes were made to the code.
Suggestions cannot be applied while the pull request is closed.
Suggestions cannot be applied while viewing a subset of changes.
Only one suggestion per line can be applied in a batch.
Add this suggestion to a batch that can be applied as a single commit.
Applying suggestions on deleted lines is not supported.
You must change the existing code in this line in order to create a valid suggestion.
Outdated suggestions cannot be applied.
This suggestion has been applied or marked resolved.
Suggestions cannot be applied from pending reviews.
Suggestions cannot be applied on multi-line comments.
Suggestions cannot be applied while the pull request is queued to merge.
Suggestion cannot be applied right now. Please check back later.