Notes |
|
(0018367)
|
Sean McBride
|
2009-11-06 17:14
|
|
I've confirmed that this patch A) does not break current unit tests B) does not break my application's use of PLY files.
David, can you attach a PLY file to this bug that did not work before but does after your patch? |
|
|
(0018700)
|
David Doria
|
2009-12-05 20:10
|
|
I have attached a file which I believe does not work before and does work after the patch. It has another curiosity too, the colors are named diffuse_red, etc. instead of simply "red". I tried looking up the ply spec but it was pretty foggy - it looks like you can set diffuse_red, specular_red, etc, but it doesn't say if it is valid to simply have the main point colors named "diffuse_red" rather than "red". This would get pretty hard to handle generically I imagine - any ideas? I think this is a very common format that we should try to support as good as possible. |
|
|
(0018828)
|
Sean McBride
|
2009-12-11 16:46
|
|
I have the impression that not many VTK users are using PLY actually.
Seems reasonable to check for either. Even if "diffuse_red" is not valid, it won't prevent valid files from opening. Could you attach your patch to support "diffuse" to this bug please? |
|
|
(0037111)
|
Kitware Robot
|
2016-08-12 09:55
|
|
Resolving issue as `moved`.
This issue tracker is no longer used. Further discussion of this issue may take place in the current VTK Issues page linked in the banner at the top of this page. |
|