xelatihy / yocto-gl

Yocto/GL: Tiny C++ Libraries for Data-Driven Physically-based Graphics

Home Page:https://xelatihy.github.io/yocto-gl

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Bug in save_ply

cengzezou opened this issue · comments

Nice work! Just spot an IO bug. Pretty sure in the ascii part of save_ply , all idx in switch (prop.type) should be replaced by pidx (if you look at the binary counterpart)