From 8f39397f84c70f8b88465f7424942ef36d817114 Mon Sep 17 00:00:00 2001 From: Luis Barrancos Date: Sat, 27 Jan 2018 21:58:21 +0800 Subject: [PATCH] Update reference --- docs/source/bibtex/references.bib | 18 ++++++++++++++---- docs/source/features/features.rst | 18 +++++++++--------- 2 files changed, 23 insertions(+), 13 deletions(-) diff --git a/docs/source/bibtex/references.bib b/docs/source/bibtex/references.bib index 6ccd95b..8fd0129 100644 --- a/docs/source/bibtex/references.bib +++ b/docs/source/bibtex/references.bib @@ -396,14 +396,24 @@ @article{Jakob:2014:CFR:2601097.2601139 keywords = {BRDF, BSDF, albedo problem, importance sampling, layered materials, linear transport theory}, } -@article{Boughida:2017:BCD, - author = {Malik Boughida and Tamy Boubekeur}, +@article{Boughida:2017:BCD:3128450.3128464, + author = {Boughida, Malik and Boubekeur, Tamy}, title = {Bayesian Collaborative Denoising for Monte Carlo Rendering}, - journal = {Computer Graphics Forum (Proc. EGSR 2017)}, + journal = {Comput. Graph. Forum}, + issue_date = {July 2017}, volume = {36}, number = {4}, + month = {jul}, + year = {2017}, + issn = {0167-7055}, pages = {137--153}, - year = {2017} + numpages = {17}, + url = {https://doi.org/10.1111/cgf.13231}, + doi = {10.1111/cgf.13231}, + acmid = {3128464}, + publisher = {The Eurographs Association \&\#38; John Wiley \&\#38; Sons, Ltd.}, + address = {Chichester, UK}, + keywords = {\'{z}Computing methodologies \'{z} Ray tracing, CCS Concepts, Image processing}, } @inproceedings{dEon:2011:QMR:1964921.1964951, diff --git a/docs/source/features/features.rst b/docs/source/features/features.rst index ecb9766..9183178 100644 --- a/docs/source/features/features.rst +++ b/docs/source/features/features.rst @@ -11,15 +11,15 @@ Main exporter features Presently the exporter supports: -* Rendering to Maya's RenderView -* Batch Rendering -* Appleseed project export (\*.appleseed files) -* Image Based Lighting via appleseed Physical Sky, and Dome Light -* Support for most of Maya's hypershade nodes (see :ref:`label_supported_nodes`) -* Several appleseed specific materials, texture, and utility nodes. See :ref:`Custom appleseed shader ` for detailed information -* Shader overrides with diagnostic modes, ambient occlusion geometric information -* Final render denoising :cite:`Boughida:2017:BCD` -* Support for custom OSL shaders as Maya shading nodes + * Rendering to Maya's RenderVie + * Batch Renderin + * Appleseed project export (\*.appleseed files) + * Image Based Lighting via appleseed Physical Sky, and Dome Light + * Support for most of Maya's hypershade nodes (see :ref:`label_supported_nodes`) + * Several appleseed specific materials, texture, and utility nodes. See :ref:`Custom appleseed shader ` for detailed information + * Shader overrides with diagnostic modes, ambient occlusion geometric information + * Final render denoising :cite:`Boughida:2017:BCD:3128450.3128464` + * Support for custom OSL shaders as Maya shading nodes .. include:: limitations.rst