corto icon indicating copy to clipboard operation
corto copied to clipboard

Mesh compression library, designed for rendering and speed.

Results 16 corto issues
Sort by recently updated
recently updated
newest added

I was getting heap corruption errors when reading certain .ply files and found the cause: skip_property_binary() in tinyply.cpp declares the "skip" vector as static in line 112, so if it's...

Hello @ponchio ! Really love your work! We are having some funny business with UVs. I am sure you are busy, but maybe if you have a second to offer...

hello! I can't compile on mac os (10.14.6) Here's the warnings+errors: ``` [ 40%] Built target cortolib [ 45%] Building CXX object CMakeFiles/cortocodec_unity.dir/src/decoder.cpp.o In file included from /Applications/corto/src/decoder.cpp:26: /Applications/corto/src/tunstall.h:43:22: warning:...

So while trying to run the unity project, I was getting a DLLNotFoundException by unity, so I tried to check the Load on startup option on the plugin menu, but...

Hi. I am strating to use the encoder corto.exe in order to compress some ply files to crt format and sometimes the result is not able to be rendered. Here...

Hello, i am currently trying to encode a 3D mesh. Each vertex has a color per vertex attribute. The color memory layout has three channels. I noticed that the function...

![image](https://user-images.githubusercontent.com/11352104/50441553-385cca80-0936-11e9-975d-d691d1523496.png) (the correct one) ![image](https://user-images.githubusercontent.com/11352104/50441601-6f32e080-0936-11e9-8a45-9cc425d55cd9.png) (corto-threejs) thanks !

I want to decode crt file to ply file with -P option but its not working, keep saying model failed loading model. However when encoding if I specify -P parameter...

Could you please add save as ASCII not binary for decode -P option? Kindly asking, not an issue.