aabtop / reify

Reify lets you embed a customized TypeScript runtime within a C++ application.
MIT License
6 stars 0 forks source link

CatmullClark subdivision fails at runtime. #18

Open aabtop opened 4 years ago

aabtop commented 4 years ago

Currently I've grayed out the option as I'm not sure what the issue is.

When enabled and executed it produces the following message:

terminate called after throwing an instance of 'CGAL::Assertion_exception'
  what():  CGAL ERROR: assertion violation!
Expr: ss_circle.has_on(sp)
File: /nix/store/8v1d7px814h07lklxddj50rbw9yvpi68-cgal-5.0-x86_64-unknown-linux-musl/include/CGAL/Nef_3/polygon_mesh_to_nef_3.h
Line: 255
Aborted

But it's not clear what's wrong. Could be related to #17.