search for: canonicalizeandmergescene

Displaying 1 result from an estimated 1 matches for "canonicalizeandmergescene".

2011 May 12
2
Exporting interactive 3D plots with axes and labels
...thout the axes and labels with: dummy=function(...){ contour3d(p,x,x,x,level=mean(p),scale = FALSE,...) } conts=dummy() saveTrianglesAsOFF <- function(scene, filename = "scene.OFF") { scene <- misc3d:::colorScene(scene) triangles <- misc3d:::canonicalizeAndMergeScene(scene, "color", "color2", "alpha", "col.mesh", "fill", "smooth") ve <- misc3d:::t2ve(triangles) f <- file(filename, open = "w") on.exit(close(f)) write...