Skip to content

New Model

VLanvin requested to merge model into dev

Created by: TheoWinterhalter

The goal of this PR is to provide a new module to deal with OBJ files. This is more like a proof of concept for the time being.

I'll try to list what is missing with respect to the old Model module:

  • Ability to compute normals (although I have an option when reading an obj file).

  • Handling faces that are not triangles (for now only square faces as well)

  • Smooth option to compute normals

  • Handling of colours

  • Simplify

  • Iterators

  • Empty model

  • Ability to add faces or so (add_face, merge, …)

Maybe not all of them are needed.

Merge request reports

Loading