dilevin / computer-graphics-meshes

Computer Graphics Assignment about Meshes
1 stars 5 forks source link

Catmull Clark Efficiency #57

Closed AlekseyPanas closed 10 months ago

AlekseyPanas commented 10 months ago

How efficient does the algorithm need to be? Mine runs pretty slow for bob the duck on the 4th iteration, taking roughly 20-30 seconds

Zhecheng-Wang commented 10 months ago

Did you build in release?

AlekseyPanas commented 10 months ago

Oh thats right, I forgot about that 😆

AlekseyPanas commented 10 months ago

It takes roughly 2-3 seconds in release mode, so I figure thats okay