sabotage3d

Results 34 comments of sabotage3d

Hi guys I cannot find the android example in the repository. Can someone share it please?

Is there a test release we can try or we need to compile it from source?

Can I make it work manually with this kernel 5.10.74? What are the steps I need to do? I am looking for similar steps to this repo: https://github.com/kinweilee/v4l2-mmal-uvc.

Thank you for your reply. According to a few articles there might be a huge speed up for Vector and Matrix operations using the Neon SIMD for arm processors. I...

Thanks a lot for the tips I will make some tests between the libraries.

Did you try any SIMD optimizations, I am more interested to see the performance tests on arm based mobiles. Can you share your tests source codes I can do a...

I made a quick comparison with the other libraries. I ran the test under my Mac 10.8 x64 with Intel Core2 Quad Q6600 . These are the results: Testing Eigen...

Thanks a lot. How can we preserve the normals and uvs for the outside faces ? Do you have a simple example ?

Isn't that recalculating the normals ? ``` //MVectorArray normals; for( size_t i = 0; i < triangleIsInterior.size(); i++ ) { if ( triangleIsInterior[ i ] ) { MVector normal; resMesh.getPolygonNormal(...

Yeah but we have lets say 8 vertices of a box and 8 vertex normals. We do the cut we end up with 9 or smaller number depending on the...