To begin with, don't assume it is in C++... R supports multiple compiled 
languages, and rgl appears to have both C++ and C in it.

I googled "r rgl github" and found an online copy of the src (source) files 
right away. The official way is to find the CRAN package page and download the 
tar.gz file and extract the files. Either way, you get the whole package source 
code this way.

I am afraid I don't have time to dig into the source to identify which file you 
need. Keeping in mind that the rgl package is an interface to lower level code, 
beware that you may need to leave the R code to find what you are looking 
for... in which case you would be dealing with a different code base and 
community of coders.

On July 29, 2020 2:35:33 PM PDT, Byron Dom via R-help <r-help@r-project.org> 
wrote:
>How can I access the C++ source associated with the rgl function
>shade3d. More specifically, I'm interested in the part of the code used
>by arrow3d to draw arrow heads.
>
>I'm not familiar with how GitHub is organized and I've put in a lot of
>effort doing searches there and on the web in general. The result has
>been a few fragments of rgl C++ code but not what I'm looking for.
>
>
>       [[alternative HTML version deleted]]
>
>______________________________________________
>R-help@r-project.org mailing list -- To UNSUBSCRIBE and more, see
>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.

-- 
Sent from my phone. Please excuse my brevity.

______________________________________________
R-help@r-project.org mailing list -- To UNSUBSCRIBE and more, see
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.

Reply via email to