dbp
e276548b09
0024130: Implementing ray tracing visualization core
...
The purpose of this functionality is to bring a basic ray-tracing solution to existing OCCT visualization toolkit (TKOpenGL).
Currently ray-tracing visualization core supports sharp shadows, specular reflections, transparency and adaptive anti-aliasing.
However, the basis for all ray-tracing algorithms is versatile, allowing you to add new ray-tracing features easily (such as ambient occlusion).
All ray-tracing computations are performed on the GPU using OpenCL framework, allowing real-time rendering performance.
It is important to note, that real-time ray-tracing is possible using high-performance GPUs with support of OpenCL 1.1 and higher (such as NVIDIA GeForce 660 or ATI/AMD Radeon 7850).
When using low-end GPUs (such as NVIDIA GeForce 640) the ray-tracing performance may slow down significantly.
Therefore, even with NVIDIA GeForce 640 you can render scenes with the millions of triangles. The support of OpenCL-enabled CPUs and integrated graphics cards is not guaranteed.
2013-10-31 18:02:12 +04:00
..
2013-10-31 13:31:39 +04:00
2013-09-18 10:29:29 +04:00
2013-08-22 12:08:59 +04:00
2013-10-31 13:33:04 +04:00
2013-07-18 13:09:32 +04:00
2013-09-26 17:07:27 +04:00
2013-10-10 17:08:58 +04:00
2013-09-18 09:13:42 +04:00
2013-10-24 11:56:50 +04:00
2013-09-18 09:13:31 +04:00
2013-09-26 17:21:40 +04:00
2013-09-18 09:13:42 +04:00
2013-09-26 17:21:40 +04:00
2013-09-18 09:13:31 +04:00
2013-09-18 09:36:12 +04:00
2013-09-18 09:13:31 +04:00
2013-10-03 14:31:09 +04:00
2013-07-18 13:09:32 +04:00
2013-09-26 17:07:27 +04:00
2013-09-18 09:43:17 +04:00
2013-09-26 17:07:27 +04:00
2013-07-12 12:37:38 +04:00
2013-10-25 06:43:43 +04:00
2013-10-31 15:31:05 +04:00
2013-10-24 11:56:50 +04:00
2013-09-27 10:29:52 +04:00
2013-10-24 16:09:09 +04:00
2013-10-24 11:56:50 +04:00
2013-08-22 12:08:59 +04:00
2013-10-03 14:08:10 +04:00
2013-07-18 13:09:32 +04:00
2013-09-18 09:43:17 +04:00
2013-10-10 14:24:13 +04:00
2013-10-03 14:08:10 +04:00
2013-10-17 12:20:17 +04:00
2013-09-18 09:43:17 +04:00
2013-10-31 13:31:39 +04:00
2013-10-24 11:56:50 +04:00
2013-08-15 17:23:27 +04:00
2013-09-26 17:07:27 +04:00
2013-09-18 10:29:30 +04:00
2013-10-31 13:31:39 +04:00
2013-09-26 17:07:27 +04:00
2013-10-31 13:53:21 +04:00
2013-07-25 12:39:12 +04:00
2013-10-03 14:08:10 +04:00
2013-09-26 17:07:27 +04:00
2013-09-18 09:13:42 +04:00
2013-10-31 15:31:05 +04:00
2013-10-31 13:31:39 +04:00
2013-07-18 13:09:32 +04:00
2013-09-26 17:07:27 +04:00
2013-10-10 17:08:58 +04:00
2013-10-10 17:08:58 +04:00
2013-08-15 17:23:27 +04:00
2013-10-10 17:08:58 +04:00
2013-08-22 12:08:59 +04:00
2013-10-31 13:31:39 +04:00
2013-08-22 12:08:59 +04:00
2013-10-31 13:31:39 +04:00
2013-10-31 15:31:05 +04:00
2013-10-03 14:18:52 +04:00
2013-09-18 10:29:30 +04:00
2013-10-03 14:18:52 +04:00
2013-09-20 12:09:50 +04:00
2013-10-31 13:31:39 +04:00
2013-09-05 13:43:39 +04:00
2013-08-22 12:08:59 +04:00
2013-10-10 17:08:55 +04:00
2013-08-22 12:08:59 +04:00
2013-10-24 16:03:29 +04:00
2013-10-31 13:31:39 +04:00
2013-09-18 09:43:17 +04:00
2013-09-18 09:43:17 +04:00
2013-10-10 14:12:29 +04:00
2013-10-31 15:31:05 +04:00
2013-09-18 09:13:31 +04:00
2013-07-18 13:09:32 +04:00
2013-07-18 13:09:32 +04:00
2013-09-18 09:43:17 +04:00
2013-09-26 17:07:27 +04:00
2013-09-26 17:07:27 +04:00
2013-09-18 09:13:42 +04:00
2013-10-10 14:12:29 +04:00
2013-08-01 12:20:35 +04:00
2013-09-26 17:07:27 +04:00
2013-10-10 14:12:29 +04:00
2013-08-22 12:08:59 +04:00
2013-09-18 10:29:29 +04:00
2013-10-03 16:14:55 +04:00
2013-10-17 12:16:17 +04:00
2013-08-22 12:08:59 +04:00
2013-09-18 11:27:33 +04:00
2013-07-25 12:39:12 +04:00
2013-07-12 12:37:38 +04:00
2013-10-10 13:31:41 +04:00
2013-10-31 18:02:12 +04:00
2013-07-12 12:29:30 +04:00
2013-09-18 09:36:12 +04:00
2013-08-22 12:08:59 +04:00
2013-09-18 09:43:17 +04:00
2013-07-18 13:09:32 +04:00
2013-09-18 09:13:31 +04:00
2013-09-26 17:21:40 +04:00
2013-08-22 12:08:59 +04:00
2013-07-18 13:09:32 +04:00
2013-07-18 13:09:32 +04:00
2013-09-18 09:36:12 +04:00
2013-10-31 15:31:05 +04:00
2013-09-18 09:36:12 +04:00
2013-07-18 13:09:32 +04:00
2013-07-18 13:09:32 +04:00
2013-10-31 15:31:05 +04:00
2013-08-22 12:08:59 +04:00
2013-08-22 12:08:59 +04:00
2013-07-18 13:09:32 +04:00
2013-07-18 13:09:32 +04:00
2013-09-26 17:07:27 +04:00
2013-10-31 13:31:39 +04:00
2013-09-26 20:36:30 +04:00
2013-10-03 16:31:43 +04:00
2013-10-10 17:08:53 +04:00
2013-09-26 17:21:40 +04:00
2013-10-24 16:03:22 +04:00
2013-10-10 17:08:58 +04:00
2013-10-10 13:31:41 +04:00
2013-09-18 11:27:33 +04:00
2013-10-10 17:08:58 +04:00
2013-09-26 17:07:27 +04:00
2013-09-26 17:07:27 +04:00
2013-10-24 11:58:32 +04:00
2013-09-18 09:36:12 +04:00
2013-10-31 13:31:39 +04:00
2013-10-10 13:31:41 +04:00
2013-08-22 12:08:59 +04:00
2013-10-31 13:31:39 +04:00
2013-09-18 09:43:17 +04:00
2013-09-26 17:07:27 +04:00
2013-09-18 09:13:42 +04:00
2013-09-18 09:43:17 +04:00
2013-08-22 12:08:59 +04:00
2013-10-03 14:34:40 +04:00
2013-07-18 13:09:32 +04:00
2013-07-18 13:09:32 +04:00
2013-08-15 17:23:43 +04:00
2013-08-15 17:23:27 +04:00
2013-10-31 13:31:39 +04:00
2013-07-12 12:37:38 +04:00
2013-08-15 17:23:27 +04:00
2013-10-31 13:57:14 +04:00
2013-09-18 09:13:31 +04:00
2013-07-18 13:09:32 +04:00
2013-07-18 13:09:32 +04:00
2013-07-18 13:09:32 +04:00
2013-10-24 16:03:22 +04:00
2013-09-18 11:27:33 +04:00
2013-07-18 13:09:32 +04:00
2013-10-31 18:02:12 +04:00
2013-09-17 10:49:54 +04:00
2013-10-31 13:31:39 +04:00
2013-09-18 09:13:31 +04:00
2013-10-31 13:31:39 +04:00
2013-10-31 13:31:39 +04:00
2013-08-15 17:23:43 +04:00
2013-09-26 17:07:27 +04:00
2013-10-17 12:38:07 +04:00
2013-10-10 17:08:58 +04:00
2013-09-05 13:23:03 +04:00
2013-10-03 14:12:16 +04:00
2013-10-31 13:31:39 +04:00
2013-10-03 14:18:52 +04:00
2013-09-26 17:21:40 +04:00
2013-09-18 11:27:33 +04:00
2013-07-18 13:09:32 +04:00
2013-10-24 11:56:50 +04:00
2013-09-26 17:07:27 +04:00
2013-09-18 09:36:12 +04:00
2013-09-18 09:13:31 +04:00
2013-09-12 14:09:43 +04:00
2013-08-22 12:08:59 +04:00
2013-08-22 12:08:59 +04:00
2013-08-22 12:08:59 +04:00
2013-08-22 12:08:59 +04:00
2013-07-18 13:09:32 +04:00
2013-07-18 13:09:32 +04:00
2013-10-17 12:23:02 +04:00
2013-09-20 12:09:54 +04:00
2013-09-20 12:09:54 +04:00
2013-09-20 12:09:54 +04:00
2013-10-24 16:03:22 +04:00
2013-10-24 11:51:15 +04:00
2013-07-12 12:54:01 +04:00
2013-10-10 17:08:58 +04:00
2013-09-26 17:07:27 +04:00
2013-10-31 15:31:05 +04:00
2013-09-18 09:36:12 +04:00
2013-09-18 09:36:12 +04:00
2013-08-22 12:08:59 +04:00
2013-10-31 15:31:05 +04:00
2013-09-18 09:13:31 +04:00
2013-09-18 09:13:31 +04:00
2013-10-31 13:30:01 +04:00
2013-09-20 12:09:54 +04:00
2013-07-18 13:09:32 +04:00
2013-07-12 12:37:38 +04:00
2013-09-18 09:36:12 +04:00
2013-09-26 17:21:40 +04:00
2013-07-18 13:09:32 +04:00
2013-07-18 13:09:32 +04:00
2013-07-18 13:09:32 +04:00
2013-10-31 13:31:39 +04:00
2013-07-18 13:09:32 +04:00
2013-07-18 13:09:32 +04:00
2013-07-18 13:09:32 +04:00
2013-07-18 13:09:32 +04:00
2013-10-24 11:56:50 +04:00
2013-07-22 12:31:41 +04:00
2013-07-18 13:09:32 +04:00
2013-07-12 12:37:38 +04:00
2013-09-18 09:36:12 +04:00
2013-09-18 09:13:42 +04:00
2013-07-12 12:37:38 +04:00
2013-10-31 15:31:05 +04:00
2013-07-18 13:09:32 +04:00
2013-07-18 13:09:32 +04:00
2013-10-10 13:29:18 +04:00
2013-09-18 09:13:31 +04:00
2013-09-26 17:21:40 +04:00
2013-09-18 09:13:31 +04:00
2013-07-18 13:09:32 +04:00
2013-10-31 18:02:12 +04:00
2013-10-10 14:12:29 +04:00
2013-10-10 14:12:29 +04:00
2013-10-31 13:31:39 +04:00
2013-10-31 13:55:44 +04:00
2013-09-18 09:36:12 +04:00
2013-10-31 13:31:39 +04:00
2013-10-10 17:08:58 +04:00
2013-10-31 13:31:39 +04:00
2013-10-31 15:31:05 +04:00
2013-09-26 17:07:27 +04:00
2013-09-18 09:36:12 +04:00
2013-07-18 13:16:35 +04:00
2013-07-18 13:09:32 +04:00
2013-10-31 18:02:12 +04:00
2013-10-31 18:02:12 +04:00
2013-10-24 16:03:21 +04:00
2013-10-24 11:56:50 +04:00
2013-10-25 06:43:43 +04:00
2013-09-26 20:17:54 +04:00
2013-09-18 09:36:12 +04:00
2013-09-18 09:13:31 +04:00
2013-09-26 17:07:27 +04:00
2013-09-18 09:13:31 +04:00
2013-09-18 09:13:31 +04:00
2013-09-18 11:27:33 +04:00
2013-07-12 12:37:38 +04:00
2013-08-15 17:23:43 +04:00
2013-10-31 15:31:05 +04:00
2013-09-26 17:21:40 +04:00
2013-09-18 09:13:31 +04:00
2013-07-12 12:54:01 +04:00
2013-07-12 12:37:38 +04:00
2013-08-22 12:08:59 +04:00
2013-10-24 11:38:16 +04:00
2013-09-18 09:36:12 +04:00