shadeops / houdini-pbrt-v4

Houdini exporter for pbrt-v4
BSD 2-Clause "Simplified" License
11 stars 2 forks source link

Add direct Ply Support #3

Closed shadeops closed 2 years ago

shadeops commented 3 years ago

Houdini's built-in gply only supports ascii ply files, additionally it uses a different uv naming scheme than what PBRT supports.

PBRT's ply reader supports quads, but then internally converts to triangles anyway. So we can just stick with triangles only on the export to simplify things.

shadeops commented 2 years ago

This was done in c457c5ec