Search found 2 matches

by kendal
Fri Jul 15, 2022 11:56 am
Forum: Questions
Topic: Point indexes (PLY)
Replies: 3
Views: 2276

Re: Point indexes (PLY)

Hi Daniel, thanks for your reply, I thought there must be some reason nothing I did would change them! I mentioned in the post that the only thing that's worked has been doing what you suggest, but with bigger files it can take a while just to load and modify them. It's still quicker than changing t...
by kendal
Thu Jul 14, 2022 9:54 am
Forum: Questions
Topic: Point indexes (PLY)
Replies: 3
Views: 2276

Point indexes (PLY)

Hi all, I'm working on some animations with point clouds in a game engine (UE4), and there's a morph function which changes the location, point-by-point, of one point cloud to another. The problem is that it just goes through the list (it only reads ASCII PLY files), moving the first point in cloud ...