Announcement

Collapse
No announcement yet.

Embree raycaster for V-Ray

Collapse
X
 
  • Filter
  • Time
  • Show
Clear All
new posts

  • Embree raycaster for V-Ray

    Hello,

    One of our programmers wrote an experimental implementation of the Embree raycaster for V-Ray 2.3; you can get it from the tools page here:
    http://www.spot3d.com/vray/misc/

    In some cases, the Embree raycaster can decrease render times up to 30%, so it's definitely worth checking out If it works out ok, we may consider including it as a standard part of V-Ray and also for other situations like proxies and instances.

    Best regards,
    Vlado
    I only act like I know everything, Rogers.

  • #2
    ahh i love news like this.. a pint for said programmer i recon. downloading now

    Comment


    • #3
      any tips/documentation as to what the different tree types are good for?

      i notice its mentioned that its only single precision.... so im guessing in scenes where we get the "scene bounding box is too large" warning, we are more likely to get problems? any other times its likely to be a problem?

      its also mentioned that being single precision is a big reason for the speedup.. does this mean adapting it to be double precision would negate any benefits, or vice versa reducing the precision of the standard vray raycaster to single precision would provide a big speedup..?

      also, if this turns out to be useful is it possible that incorporating it into more aspects of vray could see larger improvements..?
      Last edited by super gnu; 22-06-2012, 03:55 PM.

      Comment


      • #4
        For the moment, at least on my i7, the bvh4 and bvh4.spatial methods seem to perform best, with bvh4.spatial sometime being a little faster.

        About any other potential problems - I don't know yet, we have not tested it extensively. That's why I'm putting it here for public preview

        For the double precision, it will slow it down a lot, yes. Making the V-Ray raycaster a single-precision one will speed it up too.

        Raycasting takes anywhere between 50% and 70% of the total calculation times in V-Ray; since Embree is about twice as fast compared to the V-Ray raycaster, the biggest improvement you can get is between 25% and 35%. Using AVX instructions could speed it up more though - we have yet to try this out.

        Best regards,
        Vlado
        I only act like I know everything, Rogers.

        Comment


        • #5
          nevermind!
          removed
          :: twitter :: Portfolio :: My 3D Products :: ...and ::

          Comment


          • #6
            ahh..not using AVX yet? i assumed the whole thing with embree was that it used every trick the intel chips had inside them to get the fastest result. maybe 2 pints for the coder when he gets it running at full steam.

            Comment


            • #7
              I've downloaded the vrayembree2013.dlo, but how do you make use of it/enable it within max?

              Comment


              • #8
                there are instructions in the readme that comes with it..

                Comment


                • #9
                  Originally posted by super gnu View Post
                  there are instructions in the readme that comes with it..
                  Yeah I've followed them but they don't really tell you much other than where to put the file and what it does once you have it running.

                  Comment


                  • #10
                    it says you create a helper in the scene, and then it works.. what else is there?

                    Comment


                    • #11
                      Hmm.. I see no helper in the list other than vray light meter.

                      Comment


                      • #12
                        Ahhhh... It's not in the "create" drop down menu, its on the right side. Now I see it.

                        Comment


                        • #13
                          thats strange. you have vray 2.30?

                          i dunno about max 2013 but in 2012 i have vray bptracer vray embree, vraylightmeter and vraystereoscopic.

                          you are putting the dlo in the plugins/vrayplugins folder?

                          Comment


                          • #14
                            first tests with simple scene and 12% faster with bhv4...I think it is already worth using it so if we get proxy support etc it will become first choice for many of us.
                            Best Regards

                            Tomek

                            Portfolio: http://dtown.pl/

                            Comment


                            • #15
                              id maybe wait to see what problems the single-precision thing will introduce before deciding its worth using/first choice.. thats quite a large step down in accuracy!

                              i suspect on the scale of scenes i work with it might be an issue but i didnt test thoroughly yet.

                              Comment

                              Working...
                              X