Non planet question

Forum Archive Non planet question

Viewing 3 posts - 1 through 3 (of 3 total)
  • Author
    Posts
  • #16211
    Martin Aversa
    Participant

      Hey there, I spotted you use CUDA for rendering. Any tips for why or when should you use CUDA vs OptiX? 

      #78570
      spikeyxxx
      Participant

        Hi Martin,

        It is a question of speed; in complex scenes with a lot of relections, Optix is usually faster; it is specially designed for faster ray tracing. If your scene is simpler, with simple lighting and materials, CUDA might be faster.

        I don’t bother and leave it on Optix all the time, but if you want you can compare the two and choose the best one for your specific scene. (This might be useful, when rendering an animation, then you can test one frame…)

        Remember however, that this only applies to rendering with Cycles!

        And you need a compatible NVIDiA GPU…

        #78571
        Kent Trammell
        Participant

          Great info from Spikey. He’s good at that.

          I don’t believe my GPUs are optix-compatible 😣

        Viewing 3 posts - 1 through 3 (of 3 total)
        • The topic ‘Non planet question’ is closed to new replies.