Forceflow / cuda_voxelizer

CUDA Voxelizer to convert polygon meshes into annotated voxel grids
MIT License
583 stars 97 forks source link

trimesh2/include/Color.h(165): error: more than one instance of overloaded function "cbrt" matches the argument list: #80

Closed gjgjgjfff closed 5 months ago

gjgjgjfff commented 5 months ago

An error occurs when I run cmake --build. --parallel 8 Can you help me figure out what the problem is?

Color.h(165): static inline float cielab_nonlinearity(float x) { using namespace ::std;

if (x > 216.0f / 24389.0f) return cbrt(x); else return 4.0f / 29.0f + (841.0f / 108.0f) * x; }

Forceflow commented 5 months ago

Don't make duplicate issues, let's discuss in #81