keijiro / Pcx

Point cloud importer & renderer for Unity
The Unlicense
1.36k stars 197 forks source link

The rendered .ply point cloud is mirrored #96

Closed RyanbowZ closed 8 months ago

RyanbowZ commented 8 months ago

I compared the version I imported using this plugin with the .obj format I exported by .ply and then import to Unity3d and find they are mirrored, meanwhile the transform are shifted.

keijiro commented 8 months ago

There is no handedness information in .ply/.obj, so mirroring happens in several use cases.