sketchucation logo sketchucation
    • Login
    ℹ️ Licensed Extensions | FredoBatch, ElevationProfile, FredoSketch, LayOps, MatSim and Pic2Shape will require license from Sept 1st More Info

    V-ray questions

    Scheduled Pinned Locked Moved V-Ray
    renderpluginsextensions
    94 Posts 19 Posters 25.4k Views 19 Watching
    Loading More Posts
    • Oldest to Newest
    • Newest to Oldest
    • Most Votes
    Reply
    • Reply as topic
    Log in to reply
    This topic has been deleted. Only users with topic management privileges can see it.
    • soloS Offline
      solo
      last edited by

      My 'Doh!" moment of the day, of course you can, what was I thinking?

      Another one, how can I get a texture more crisp, I have a very low value bump 0.5 and low reflections set but the texture still seems ever so slightly blurry (customer did not pick it up but I did)?

      http://www.solos-art.com

      If you see a toilet in your dreams do not use it.

      1 Reply Last reply Reply Quote 0
      • soloS Offline
        solo
        last edited by

        Where can I get a VrimgtoExr converter?

        http://www.solos-art.com

        If you see a toilet in your dreams do not use it.

        1 Reply Last reply Reply Quote 0
        • thomthomT Offline
          thomthom
          last edited by

          @solo said:

          Where can I get a VrimgtoExr converter?

          http://asgvis.com/index.php?option=com_remository&Itemid=0&func=fileinfo&id=277

          Main Download page: http://asgvis.com/index.php?option=com_remository

          ASGVis' website is a pain to navigate after did had a redesign some months ago. They realise this and have a new version in progress.

          http://www.vray.com/vray_for_sketchup/ vray.com is also a good resource.
          http://www.vray.com/free_vray_tools/

          @solo said:

          Another one, how can I get a texture more crisp, I have a very low value bump 0.5 and low reflections set but the texture still seems ever so slightly blurry (customer did not pick it up but I did)?

          Hard to tell without seeing. But I assume you used a highres texture?
          You could try the image samplers: http://www.spot3d.com/vray/help/150R1/examples_image_sampler.htm#ex5

          Thomas Thomassen — SketchUp Monkey & Coding addict
          List of my plugins and link to the CookieWare fund

          1 Reply Last reply Reply Quote 0
          • soloS Offline
            solo
            last edited by

            Thanks for those links mate.

            Yeah the website is a mess to navigate.

            I overcame the texture issue, I got a clue from Nomeradona on the Podium site about increasing the texture reflection subdivisions and it worked like a charm.

            Now I ask yet another one... I need to show reflection on glass and some brushed aluminium, but I do not want to use a background image or hdri atmosphere, I was hoping that I could force reflections only on the reflective surfaces. In Vue one can force a reflection map globally for all reflective surfaces without effecting the lighting, is this possible with Vray?

            http://www.solos-art.com

            If you see a toilet in your dreams do not use it.

            1 Reply Last reply Reply Quote 0
            • thomthomT Offline
              thomthom
              last edited by

              Yes. You can do that on a global level if you go to the Reflection map in the enviroment. Or on a per material level by setting the Reflection map in the Maps section of the material.

              Thomas Thomassen — SketchUp Monkey & Coding addict
              List of my plugins and link to the CookieWare fund

              1 Reply Last reply Reply Quote 0
              • D Offline
                dalomar
                last edited by

                I just happened to be sticking my head in over here, so I figured I'd answer the Adaptive Amount 0.85 question. There are two main techniques that V-Ray uses to speed up a rendering; Early Termination and Importance sampling. I won't discuss the first one (that's another post), but the second one is basically the idea that values that have more potential to affect the scene should be sampled more accurately. In layman's terms, brighter areas get sampled more than darker areas do. The Adaptive Amount setting controls how much of a fall off happens between sampling the brighter areas and darker areas. We want some sort of fall off as that will make the rendering quicker, but with too much of a fall off darker areas my be undersampled leading to splotchiness and other issues.

                The "goldilocks" number for this setting is 0.85. Any higher (>.85) and the sampling can be compromised. Any lower (<.85) and the rendering will likely be slower without much visual difference. Note that this is more of an issue when working with Irradiance Mapping for primary bounces. If you happen to be using DMC, they you can increase this a little higher than .85 (but still not to 1) without as much of a chance for artifacts.

                Damien Alomar
                Product Manager | V-Ray for SketchUp/Rhino
                [ASGvis](http://www.asgvis.com)

                1 Reply Last reply Reply Quote 0
                • soloS Offline
                  solo
                  last edited by

                  Damien, thank you for taking the time out to explain some of the technicalities of Vray and welcome to SCF.
                  It's always a good thing when developers are able to consult and advise on open forum, I know you are very active at ASGvis and glad you have also 'broken the seal' here too.

                  My next question is regarding displacement (I'm sure that this is a well covered subject on the vray site, but for those who are new or in a deciding capacity as far as render engines goes I will ask my questions here)

                  I have been trying to master displacement on simple objects before using it on any real projects, I have noticed that it totally kills render times which is expected and in line with most other render apps. I have found a few strange behaviors however, below is a simple SU model with a grass displacement on it, it rendered perfectly the first time but when iI decided to add the white band the render was flat without any displacement, I then made the band a group and rendered and it worked again giving me the result below. My question is... does the grouping of two material adjacent to another where one is displaced and the other not have any significance?


                  http://img25.imageshack.us/img25/474/vraydisplacementsetup.jpg

                  [flash=560,340:2rgr8gua]http://www.youtube.com/watch/v/fBDTBV8qNWg[/flash:2rgr8gua]


                  http://img515.imageshack.us/img515/9630/grassdisplace8.jpg

                  http://www.solos-art.com

                  If you see a toilet in your dreams do not use it.

                  1 Reply Last reply Reply Quote 0
                  • A Offline
                    AcesHigh
                    last edited by

                    this grass worm is really alien!

                    1 Reply Last reply Reply Quote 0
                    • D Offline
                      dalomar
                      last edited by

                      Grouping does play an important role in VfSU knowing which faces to displace. The reason for this is that in order to keep the displaced mesh all continuous, V-Ray needs to know where those edges are and adjust the normal when approaching an edge between two displaced faces. Since the object was grouped correctly before you put the white band in there, adding it most likely muffed up the grouping in some way. One you regroup, then everything gets sorted out and it works.

                      The option that I was describing above is referred to as Keep Continuity. I don't recommend turning it off, but here's a small example of what it does...from Spot3d.com

                      http://www.spot3d.com/vray/help/150R1/examples_displacement.htm#example5

                      Damien Alomar
                      Product Manager | V-Ray for SketchUp/Rhino
                      [ASGvis](http://www.asgvis.com)

                      1 Reply Last reply Reply Quote 0
                      • G Offline
                        gaganraj
                        last edited by

                        damien,

                        any word on vfsu for mac?

                        1 Reply Last reply Reply Quote 0
                        • thomthomT Offline
                          thomthom
                          last edited by

                          Solo. Would you mind sharing your grassy worm?

                          Thomas Thomassen — SketchUp Monkey & Coding addict
                          List of my plugins and link to the CookieWare fund

                          1 Reply Last reply Reply Quote 0
                          • soloS Offline
                            solo
                            last edited by

                            Sure thing, it's bit heavy as it has a large texture and a SDS form.

                            I included the displacement map incase Vray does not automatically map to it.


                            vray displacement.skp


                            grass_1_displace.jpg

                            http://www.solos-art.com

                            If you see a toilet in your dreams do not use it.

                            1 Reply Last reply Reply Quote 0
                            • thomthomT Offline
                              thomthom
                              last edited by

                              Thanks. I haven't tried to displace grass yet. But I liked your sample.
                              Was curious to how the displacement looked like. That's a PS noise generating filter, right?

                              Thomas Thomassen — SketchUp Monkey & Coding addict
                              List of my plugins and link to the CookieWare fund

                              1 Reply Last reply Reply Quote 0
                              • soloS Offline
                                solo
                                last edited by

                                That's a map I got online with the grass when I was looking for a displacement example in order to learn.
                                I have been playing around using PSP making my own noise maps and concluded that the finer the noise the thinner the blades and visa verse.
                                I also tried squares and dots and they create some really cool effects, especially using a variety of grey shades one can get varying hieghts.

                                http://www.solos-art.com

                                If you see a toilet in your dreams do not use it.

                                1 Reply Last reply Reply Quote 0
                                • soloS Offline
                                  solo
                                  last edited by

                                  Using the above displacement map I mapped another texture onto a low poly sphere and it turned out pretty good, I did use 'soft focus' in PSP, I believe it's called 'Bloom' in PS.

                                  http://img24.imageshack.us/img24/8875/furballsu.jpg

                                  http://img105.imageshack.us/img105/4871/furball.jpg

                                  http://www.solos-art.com

                                  If you see a toilet in your dreams do not use it.

                                  1 Reply Last reply Reply Quote 0
                                  • soloS Offline
                                    solo
                                    last edited by

                                    Last one for the displacement tests, using a single face (no thickness) with a texture and displacement.


                                    http://img26.imageshack.us/img26/9169/carpetvray.jpg

                                    I believe displacement is under the belt, now the next thing I need to get a grip of is D.O.F, anyone got any good tips that can help?

                                    http://www.solos-art.com

                                    If you see a toilet in your dreams do not use it.

                                    1 Reply Last reply Reply Quote 0
                                    • thomthomT Offline
                                      thomthom
                                      last edited by

                                      The rug and fur displacement looks the best. I've yet to see a grass displacement that works up close, But it does work for smaller patches seen further away.

                                      DOF:
                                      You must use Physical Camera.
                                      The "Override Focal Dist." only takes inches as it's unit values. Nomatter what the model settings are.
                                      Once you've set the focal distance, adjust the F-Stop until you get what you want in focus in focus, and adjust Shutter Speed or ISO to compensate for changes in light

                                      Tip: while you dial in your DOF, render small and use "Override Materials" under the General Switches flyout to cut down render times.

                                      Thomas Thomassen — SketchUp Monkey & Coding addict
                                      List of my plugins and link to the CookieWare fund

                                      1 Reply Last reply Reply Quote 0
                                      • N Offline
                                        nomeradona
                                        last edited by

                                        @thomthom said:

                                        Tip: while you dial in your DOF, render small and use "Override Materials" under the General Switches flyout to cut down render times.

                                        good tip thom.

                                        visit my blog: http://www.nomeradona.blogspot.com

                                        1 Reply Last reply Reply Quote 0
                                        • free agentF Offline
                                          free agent
                                          last edited by

                                          just wanted to correct thomthom there, physical camera is not necessary for DOF, it works with both cameras

                                          http:i167.photobucket.comalbumsu143FreeAgent84bug.gif

                                          1 Reply Last reply Reply Quote 0
                                          • thomthomT Offline
                                            thomthom
                                            last edited by

                                            @unknownuser said:

                                            just wanted to correct thomthom there, physical camera is not necessary for DOF, it works with both cameras

                                            Whoops! It does? 😳
                                            I stand corrected.

                                            Thomas Thomassen — SketchUp Monkey & Coding addict
                                            List of my plugins and link to the CookieWare fund

                                            1 Reply Last reply Reply Quote 0
                                            • 1
                                            • 2
                                            • 3
                                            • 4
                                            • 5
                                            • 1 / 5
                                            • First post
                                              Last post
                                            Buy SketchPlus
                                            Buy SUbD
                                            Buy WrapR
                                            Buy eBook
                                            Buy Modelur
                                            Buy Vertex Tools
                                            Buy SketchCuisine
                                            Buy FormFonts

                                            Advertisement