From 6bf145d7cf057775f3db138b03f68392af21d1eb Mon Sep 17 00:00:00 2001 From: Syoyo Fujita Date: Tue, 23 Aug 2016 02:35:31 +0900 Subject: [PATCH] Add link to "Fast OBJ file importing and parsing in CUDA". --- README.md | 2 ++ 1 file changed, 2 insertions(+) diff --git a/README.md b/README.md index 68318d4..6cf5ac4 100644 --- a/README.md +++ b/README.md @@ -74,6 +74,8 @@ TinyObjLoader is successfully used in ... * parg, tiny C library of various graphics utilities and GL demos https://github.com/prideout/parg * Opengl unit of ChronoEngine https://github.com/projectchrono/chrono-opengl * Point Based Global Illumination on modern GPU https://pbgi.wordpress.com/code-source/ +* Fast OBJ file importing and parsing in CUDA http://researchonline.jcu.edu.au/42515/1/2015.CVM.OBJCUDA.pdf + ## Features