Nothing
#' Check for Denoiser Support
#'
#' @description Returns TRUE if rayrender was compiled with Open Image Denoise (OIDN) support.
#'
#' @return Logical value.
#' @export
#'@examplesIf interactive() || identical(Sys.getenv("IN_PKGDOWN"), "true")
#' has_denoiser()
has_denoiser = function() {
cppdef_HAS_OIDN()
}
Any scripts or data that you put into this service are public.
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.