-
Notifications
You must be signed in to change notification settings - Fork 22
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Legend3d not rendering #12
Comments
Here my 2 cents: rgl_plot <- function( #data dataframe preparation: #legend dataframe preparation: #RGL plot preparation: #RGL rendering set-up #RGL plotting: #axis,grids and plane plotting #now you can call the rgl_plot function Saluti, |
Thanks Marco. This is very helpful and is a useful workaround. 👍 :) Best, |
I am attempting to add a legend to my WebGL scene in shiny. Although the code works locally with the legend displayed, this does not work when it is ran on shiny. I am just attempting to run some example code at this point.
When it is ran as a regular script with
open3d()
par3d(windowRect = c(100, 100, 612, 612))
The window renders properly with the legend. I am not quite sure why this happens and have yet to figure out a workaround for this issue. If you have any ideas for a temporary workaround it would be appreciated.
Thanks.
The text was updated successfully, but these errors were encountered: