Comments on: Triers CUDA ray tracing tutorial https://viscomp.alexandra.dk/?p=278 Computer Graphics, Computer Vision and High Performance Computing Tue, 29 Jan 2019 17:41:34 +0000 hourly 1 https://wordpress.org/?v=5.8.2 By: Purva Kulkarni https://viscomp.alexandra.dk/?p=278#comment-1001 Tue, 29 Jan 2019 17:41:34 +0000 http://viscomp.alexandra.dk/?p=278#comment-1001 I am new to CUDA. I am trying to implement the ray tracing of .obj file for 224 X 172 resolution camera. The Kernel Launch parameters are, 224 threads in X and 172 in Y dimension. I have used the Bounding Box optimization, however for certain scenes, I am getting “Display Driver stopped error: as for a single ray, the entire triangle mesh is checked for intersection. How do I solve this problem?

]]>
By: hemanth https://viscomp.alexandra.dk/?p=278#comment-300 Thu, 05 May 2016 03:38:11 +0000 http://viscomp.alexandra.dk/?p=278#comment-300 Partition using sqrt(n) for each group apply y-fast trie
could u implement this using CUDA

]]>
By: Peter Scott https://viscomp.alexandra.dk/?p=278#comment-225 Fri, 17 Jun 2011 01:59:48 +0000 http://viscomp.alexandra.dk/?p=278#comment-225 Wow! Very nice tutorial. This is very helpful. 🙂

]]>
By: Valerie https://viscomp.alexandra.dk/?p=278#comment-224 Wed, 11 May 2011 22:06:48 +0000 http://viscomp.alexandra.dk/?p=278#comment-224 Thank you for including the video — much appreciated!

]]>
By: debbiep https://viscomp.alexandra.dk/?p=278#comment-223 Wed, 04 May 2011 16:26:49 +0000 http://viscomp.alexandra.dk/?p=278#comment-223 thanks for the tutorial! this is great

]]>
By: Tony https://viscomp.alexandra.dk/?p=278#comment-222 Mon, 27 Sep 2010 22:29:28 +0000 http://viscomp.alexandra.dk/?p=278#comment-222 Hello,
First, thank you for your tutorial , it has been very helpful for me I’m trying to do a simple raytracing (not realtime) with .obj file but I’m a little confused about the camera’s configuration . How can I configure a static camera ?

]]>
By: Alex https://viscomp.alexandra.dk/?p=278#comment-221 Mon, 03 May 2010 17:48:51 +0000 http://viscomp.alexandra.dk/?p=278#comment-221 Hi,
We are working in a real time ray-tracer using opencl and amd sdk. We are getting some artifacts. like the link below.
http://alchemist3d.com/raytracer.jpg
Any idea why?

]]>
By: Mobeen https://viscomp.alexandra.dk/?p=278#comment-220 Tue, 23 Feb 2010 04:57:17 +0000 http://viscomp.alexandra.dk/?p=278#comment-220 I followed your volume rendering tutorial also and this time around your raytracing tutorial too. Cool stuff man.

]]>
By: Odhran McConnell https://viscomp.alexandra.dk/?p=278#comment-219 Thu, 13 Aug 2009 20:40:00 +0000 http://viscomp.alexandra.dk/?p=278#comment-219 I’ve had a very brief look at getting this to run but it exits with “Application unable to start correctly (0x000007b)”. I’m running Windows 7 64-bit.

Could this be a DirectX 9 or 10 thing?

Thanks.

]]>
By: admin https://viscomp.alexandra.dk/?p=278#comment-218 Wed, 12 Aug 2009 17:37:08 +0000 http://viscomp.alexandra.dk/?p=278#comment-218 Thanks a lot Francis!

]]>