Announcement

Collapse
No announcement yet.

Vray GPU - Render Ultra Hight resolution (35k x 24k)

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

  • Vray GPU - Render Ultra Hight resolution (35k x 24k)

    Hello everyone,

    i'm on 3ds max 2023 and i need to calculate an image of 35400x23600 pixels for a project.
    I've seen that it's possible to go up to 50000x50000 resolution with Vray CPU, but what about Vray GPU?
    Can you tell me the procedure to follow to achieve such a rendering?

    a beautiful day to all
    sincerely​
    Last edited by jeanpierre_madelaine; 23-10-2023, 08:55 AM.

  • #2
    This should help for starters.
    Aleksandar Hadzhiev | chaos.com
    Chaos Support Representative | contact us

    Comment


    • #3
      Thank you for you reply, I've already read this tutorial, it's only for CPU render, i'am searching exactly the same thing but for GPU render

      In GPU mode, I didn't see any option to override the 3ds max resolution.
      Actually the maximum résolution i can have in GPU mode is 32000 x 32000 pixels (the maximum 3ds max resolution)

      Last edited by jeanpierre_madelaine; 24-10-2023, 01:10 AM.

      Comment


      • #4
        You could export a .vrscene and render it in cmd, where you can set custom resolution width/height. The code should look something like this:
        Code:
        vray.exe -scenefile=<vrscene path> -rtengine=5 -imgwidth=35000 -imgheight=24000
        More info about STD options here.
        The vray.exe file is usually located here:
        Code:
        C:\ProgramData\Autodesk\ApplicationPlugins\VRay3ds Max2023\bin
        Aleksandar Hadzhiev | chaos.com
        Chaos Support Representative | contact us

        Comment

        Working...
        X