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

Julia bindings for the displaz lidar viewer

Results 4 Displaz.jl issues
Sort by recently updated
recently updated
newest added

Write the given type to a ply field, instead of always writing `Float32`.

Just a personal opinion - but would it make more sense to call the function `displaz()` instead of `plot3d()`, like the command line `displaz`? There seems to be export clashes...

I am not sure why this is happening, but I get no colors shown if I do: ```julia using Displaz fig = Displaz.newfigure() clearplot(fig) plot3d!(fig, rand(3,10), color=[Colors.RGB(1.0,1.0,0.0) for i=1:10]) ```...

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