obj2voxel icon indicating copy to clipboard operation
obj2voxel copied to clipboard

Convert OBJ and STL files to voxels, with support for textures. Written in pure C++17 with CMake. No raytracing or slicing or OpenGL shenanigans. Fast and robust using just 3D intersections. Simple as...

Results 8 obj2voxel issues
Sort by recently updated
recently updated
newest added

[WARN] TinyOBJ: material [ 'Minecraft_minecraft:dirt_12' ] not found in .mtl IN MTL newmtl Minecraft_minecraft:dirt_12 Ns 35.999996 Ka 1.000000 1.000000 1.000000 Kd 0.510000 0.360000 0.240000 Ks 0.370000 0.370000 0.370000 Ke 0.000000...

bug

**Is your feature request related to a problem? Please describe.** Right now the program manages to fill up my system drive faster than Lightning McQueen can say `kachow` - i...

enhancement

Hello! First, thanks for your project, it really works like a charm. My feature request would be to scale the model for a specific number of blocks on Y axis....

enhancement

Hi Eisenwave , please, i need your help to build your program. i have a big error message when i do "make" in the build folder of voxelio folder (you...

bug

**Describe the bug** When trying to supersample my model, it simply doesn't write any voxels. **To Reproduce** I use this command ``` ./obj2voxel-v1.3.4-linux model.2.obj output.ply -r 60 -p zxy -u...

bug

If you point `.gitmodules` to SSH URLs, recursive cloning requires a GitHub account and a SSH key being configured. You can make your repository more accessible to users by using...

![1701237368169](https://github.com/Eisenwave/obj2voxel/assets/111164867/580c94bf-670f-4c7b-adce-01456a2b897a) ![1701237375050](https://github.com/Eisenwave/obj2voxel/assets/111164867/0dae4b9b-2b5c-40d8-bd37-c3585fb52a03)

bug

These changes fixed some compile errors found when compiling against the latest `voxel-io` API. Please do also mind https://github.com/Eisenwave/voxel-io/pull/3