From 1dfd117ccd712ae24195537c3f47c60d3fd706e3 Mon Sep 17 00:00:00 2001 From: Syoyo Fujita Date: Mon, 17 Jul 2017 18:40:42 +0900 Subject: [PATCH] Add project URLs using tinyobjloader 1.0.x. --- README.md | 2 ++ 1 file changed, 2 insertions(+) diff --git a/README.md b/README.md index 417e628..7c95235 100644 --- a/README.md +++ b/README.md @@ -55,6 +55,8 @@ TinyObjLoader is successfully used in ... * Loading models in Vulkan Tutorial https://vulkan-tutorial.com/Loading_models * .obj viewer with Metal https://github.com/middlefeng/NuoModelViewer/tree/master * Vulkan Cookbook https://github.com/PacktPublishing/Vulkan-Cookbook +* cudabox: CUDA Solid Voxelizer Engine https://github.com/gaspardzoss/cudavox +* Drake: A planning, control, and analysis toolbox for nonlinear dynamical systems https://github.com/RobotLocomotion/drake * Your project here! ### Old version(v0.9.x)