Davidah121 / SMPL

A static C++ library that encompasses all of the tools I have made to make development easier.
1 stars 0 forks source link

Convert To VectorPath & VectorPath to TriangleModel #61

Open Davidah121 opened 3 years ago

Davidah121 commented 3 years ago

Converts any vector shape into a vector path. This should have the option to only use bezier curves foregoing Arc. Lines can be represented using bezier curves.

Another method should be created that converts a VectorPath to a model that can be drawn with any modern graphics api. Should be all triangles and not quads.

Davidah121 commented 3 years ago

Moved to GameDev Milestone. It makes more since as a part of that milestone.