Hello Is there any package for rendering or raytracing? -- View this message in context: http://r.789695.n4.nabble.com/rendering-or-raytracing-tp4213944p4213944.html Sent from the R help mailing list archive at Nabble.com.
rendering or raytracing?
4 messages · skan, Duncan Murdoch, Baptiste Auguie
On 19/12/2011 7:54 AM, skan wrote:
Hello Is there any package for rendering or raytracing?
The rgl package uses OpenGL for rendering solid objects, but it doesn't do raytracing. A nice addition would be to output a scene in a format that some external ray-tracer (e.g. POV-ray) could render. Duncan Murdoch
Hi Then OK, I mean raytracing directly with some R package. Or maybe some optics package I've seen there exist an optics package called planar but it's only for reflection and transmission at planar interfaces. -- View this message in context: http://r.789695.n4.nabble.com/rendering-or-raytracing-tp4213944p4214608.html Sent from the R help mailing list archive at Nabble.com.
Hi, package planar is concerned with the full electromagnetic problem at planar interfaces, which is not very useful for raytracing. The cda package includes a small demo interfacing either rgl or povray (via system call) to visualize 3D clusters of metallic particles. A more general interface to povray or pbrt or luxrender etc. would be very nice to have. baptiste
On 20 December 2011 05:01, skan <juanpide at gmail.com> wrote:
Hi Then OK, I mean raytracing directly with some R package. Or maybe some optics package I've seen there exist an optics package called planar but it's only for reflection and transmission at planar interfaces. -- View this message in context: http://r.789695.n4.nabble.com/rendering-or-raytracing-tp4213944p4214608.html Sent from the R help mailing list archive at Nabble.com.
______________________________________________ R-help at r-project.org mailing list https://stat.ethz.ch/mailman/listinfo/r-help PLEASE do read the posting guide http://www.R-project.org/posting-guide.html and provide commented, minimal, self-contained, reproducible code.