You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Describe the bug
The help page for plot_3d says ... contains "Additional arguments to pass to the 'rgl::par3d' function." However, the dots are never used in plot_3d. There's one commented out line
Thanks for the report! The ... argument was vestigial documentation--all the the relevant par3d settings now have an explicit argument in the function. The latest version removes the ... from the documentation to represent the current state of the code.
Describe the bug
The help page for
plot_3d
says...
contains "Additional arguments to pass to the 'rgl::par3d' function." However, the dots are never used inplot_3d
. There's one commented out linerayshader/R/plot_3d.R
Line 356 in 81f95cf
but no actual use.
Session Info
Reproducible Example
Please provide a reproducible example that triggers the bug below.
Note that uncommenting line 356 is not sufficient; it should be replaced with something like
after all other changes to
par3d()
settings have been made, i.e. at the very end of the function (sinceaspect3d()
changes thepar3d("scale")
value.)The text was updated successfully, but these errors were encountered: