R/plot3d.R

Defines functions plot3d.gltf

plot3d.gltf <- function(x, scene = x$scene,
                        useRGLinfo = TRUE, time = NULL, clone = TRUE, ...) {
  plot3d(as.rglscene(x, scene = scene, useRGLinfo = useRGLinfo, time = time, clone = clone), ...)
}

Try the rgl2gltf package in your browser

Any scripts or data that you put into this service are public.

rgl2gltf documentation built on April 3, 2025, 7:36 p.m.