Facepunch / sbox-sdf

Library providing marching cubes / squares mesh generation
MIT License
15 stars 7 forks source link

Cannot convert from float to int #15

Closed yuberee closed 1 year ago

yuberee commented 1 year ago

https://github.com/Facepunch/sbox-sdf/blob/16cd7ae4940d8f2d2ed20ec5a9b352e5a92008bf/libsdf/code/2D/Sdf2DMeshWriter.cs#L571

Getting an error here because it's using bevelScale instead of what I assume should be EdgeFaces

yuberee commented 1 year ago

Nevermind, looks like this is a S&box issue since it was using an old version of the polygon library.

Metapyziks commented 1 year ago

I've made sure the asset.party versions of both libs are updated, maybe that will help.