search for: mscene

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

Did you mean: scene
2013 Jan 24
0
Creating a "scene" with plot3d or point3d
...quot;scene" is to provide a list of triangles to the function makeTriangles. Is there also a way to turn the data that are used by "plot3d" into a scene? I would like to write: --- 8< --------- M <- matrix(runif(12),4) plot3d(M) ### Some secretes operations that turn M into a Mscene Mscene <- turn.M.into.Scene(M) drawScene(Mscene) --- 8< --------- Any idea? Thanks Christophe -- View this message in context: http://r.789695.n4.nabble.com/Creating-a-scene-with-plot3d-or-point3d-tp4656522.html Sent from the R help mailing list archive at Nabble.com.