Note that there are some explanatory texts on larger screens.

plurals
  1. PO
    primarykey
    data
    text
    <p><strong>Is there anything else I can do to speed it up?</strong></p> <p>D, depending on the implementation and compiler, puts forth reasonably good performance. As you haven't explained what ray tracing methods and optimizations you're using already, then I can't give you much help there.</p> <p>The next step, then, is to run a timing analysis on the program, and recode the most frequently used code or slowest code than impacts performance the most in assembly.</p> <p>More generally, check out the resources in these questions:</p> <ul> <li><a href="https://stackoverflow.com/questions/362140/literature-and-tutorials-for-writing-a-ray-tracer">Literature and Tutorials for Writing a Ray Tracer</a></li> <li><a href="https://stackoverflow.com/questions/600357/anyone-know-of-a-really-good-book-about-ray-tracing">Anyone know of a really good book about Ray Tracing?</a></li> <li><a href="https://stackoverflow.com/questions/445456/computer-graphics-raytracing-and-programming-3d-renders">Computer Graphics: Raytracing and Programming 3D Renders</a></li> <li><a href="https://stackoverflow.com/questions/39473/raytracing-with-cuda">raytracing with CUDA</a></li> </ul> <p>I really like the idea of using a graphics card (a massively parallel computer) to do some of the work.</p> <p>There are many other raytracing related resources on this site, some of which are listed in the sidebar of this question, most of which can be found in the <a href="https://stackoverflow.com/questions/tagged/raytracing">raytracing tag</a>.</p>
    singulars
    1. This table or related slice is empty.
    plurals
    1. This table or related slice is empty.
    1. This table or related slice is empty.
    1. This table or related slice is empty.
    1. This table or related slice is empty.
    1. VO
      singulars
      1. This table or related slice is empty.
    2. VO
      singulars
      1. This table or related slice is empty.
    3. VO
      singulars
      1. This table or related slice is empty.
 

Querying!

 
Guidance

SQuiL has stopped working due to an internal error.

If you are curious you may find further information in the browser console, which is accessible through the devtools (F12).

Reload