Displaz.jl icon indicating copy to clipboard operation
Displaz.jl copied to clipboard

Adding support for normals and shader selection

Open r-chris opened this issue 8 years ago • 2 comments

As discussed in issue #3 this adds support for shader selection and normals to give us more flexibility for plotting data from Julia

r-chris avatar Jun 20 '16 23:06 r-chris

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.

c42f avatar Jun 21 '16 07:06 c42f

Right - looks like PointClouds.jl already allows us to compute normals on request - so that'll be a good addition.

r-chris avatar Jun 22 '16 01:06 r-chris