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

Commits on May 29, 2022

  1. 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.
    jmbau committed May 29, 2022
    Configuration menu
    Copy the full SHA
    22af774 View commit details
    Browse the repository at this point in the history

Commits on Aug 14, 2022

  1. 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.
    jmbau committed Aug 14, 2022
    Configuration menu
    Copy the full SHA
    b94e838 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    3e71966 View commit details
    Browse the repository at this point in the history
  3. v3dtoobj.c file update.

    jmbau committed Aug 14, 2022
    Configuration menu
    Copy the full SHA
    ccbca8b View commit details
    Browse the repository at this point in the history

Commits on Dec 4, 2022

  1. Configuration menu
    Copy the full SHA
    a30236d View commit details
    Browse the repository at this point in the history

Commits on Aug 11, 2023

  1. - 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...).
    jmbau committed Aug 11, 2023
    Configuration menu
    Copy the full SHA
    d4203a7 View commit details
    Browse the repository at this point in the history
  2. version number update

    jmbau committed Aug 11, 2023
    Configuration menu
    Copy the full SHA
    320a86b View commit details
    Browse the repository at this point in the history