Displaz.jl
Displaz.jl copied to clipboard
Adding support for normals and shader selection
As discussed in issue #3 this adds support for shader selection and normals to give us more flexibility for plotting data from Julia
Thanks, this looks useful.
My larger plan related to this stuff is to upgrade the plotting interface to allow a full list of arbitrary vertex attributes (as in write_ply_points) to be specified. It would probably be a lower level plotting interface, with the current one layered on top of it. PointClouds.jl will probably be involved in the mix somewhere too.
Right - looks like PointClouds.jl already allows us to compute normals on request - so that'll be a good addition.