Lesson 6.2Lesson 6.2 · Offline Rendering — V-Ray & Corona
V-Ray Fundamentals
GI, render elements, materials, sun and sky, and sampling - the offline standard, understood
V-Ray isn't a hundred sliders to memorise. It's five ideas - light, materials, sun, output and sampling - wearing a big control panel.
V-Ray, made by Chaos, is the de facto offline standard in architectural visualization - it runs inside 3ds Max, SketchUp, Rhino, Revit and more, and it is what most studios list in a job ad. Its reputation for complexity is half-deserved: there are a lot of controls, but they cluster around a handful of concepts you already understand.
This lesson teaches those concepts - global illumination, render elements, physical materials, the sun-and-sky system, and sampling - so the panel stops looking like a cockpit and starts looking like the four levers you already know, exposed at full resolution.
GI, materials, sun-and-sky, passes, sample-and-denoise. Five ideas. The panel is just where they live.
Global illumination: the engine of realism
Everything believable in a V-Ray image starts with global illumination (GI) - the engine tracing light as it bounces from surface to surface, not just where it lands directly. You met GI as a principle in Module 1; V-Ray is where you get explicit control over it. Direct light is the sun hitting a wall; GI is that light bouncing off the wall to softly illuminate the ceiling, picking up the wall's colour as it goes. Without GI, shadows go inky black and interiors look lit by a single bare bulb in a void. With it, light fills a room the way it does in life.
V-Ray computes GI in two conceptual parts often described as primary and secondary bounces, and historically offered several engines to solve them - irradiance map and light cache being the classic pairing, with brute force as the slower, most accurate option. You do not need to master every mode on day one. What matters is the mental model: more bounces and more accurate methods mean softer, truer, more colour-rich fill light - and more render time. Modern V-Ray defaults are sensible; you mostly decide how much accuracy a scene needs.
The practical lesson is that GI is your main dial for how 'lit' and believable a space feels. A dark, flat interior usually means GI is too weak or bounces are too few, not that you need more lamps. A scene that renders forever may have GI cranked far past what the eye can see. Learning to feel where enough is - bright, soft, colour-bled fill without wasted computation - is one of the highest-value V-Ray skills, and it transfers directly to Corona and every other engine. GI is not a checkbox to leave on default and forget; it is the setting that most decides whether your interior reads as real or as plastic, and it deserves a deliberate look on every scene you set up.
Dark, flat interior? Suspect GI before you add another lamp.
Materials and the sun-and-sky system
V-Ray's materials are physically based, so everything you learned in Module 2 applies directly. The core is the V-Ray Material (its physical material), driven by the same PBR quantities: a diffuse/base colour, a roughness or reflection glossiness that controls how sharp or blurred reflections are, reflection strength governed by real Fresnel behaviour (surfaces get more reflective at grazing angles), and optional refraction for glass and liquids. Because these are real properties, a material tuned once behaves correctly under any light - the whole promise of PBR. V-Ray ships large, high-quality material libraries, and the professional habit is to start from a close library material and adjust, rather than building every surface from zero.
Lighting a scene begins, for most architecture, with the V-Ray Sun and Sky system - a physically accurate model of the sun and the atmosphere. You place the sun by direction and altitude (exactly the azimuth and altitude from Module 1), and the linked sky provides the soft ambient light and the backdrop that appears in reflections. Because it is physical, the colour and intensity shift realistically as you lower the sun toward golden hour. For interiors and for controllable studio setups you add V-Ray lights: rectangle/area lights (soft, believable shadows - the interior workhorse), sphere and disc lights, IES lights that read real fixture photometry for accurate downlight pools, and dome lights that wrap the scene in an HDRI for image-based lighting and true reflected surroundings.
Two settings underpin all of this and are worth naming: exposure and colour management. V-Ray's physical camera and its exposure controls (or a linked tone mapping) decide how the computed light is read into an image - too dark or blown out is usually an exposure problem, not a lighting one. And modern V-Ray works in a managed colour space so materials and lights behave predictably. Get sun, sky, a few area lights and a sane exposure right, and most of your image is already there; the rest is refinement. The order matters too: set the light and exposure before you fuss over material detail, because a material only looks right once the light it sits in is right, and chasing surface tweaks under bad light wastes hours.
Render elements: the post-production superpower
The single feature that most separates offline from real-time - and the reason compositors love V-Ray - is render elements (also called passes or AOVs). When you render, V-Ray can simultaneously output the finished 'beauty' image and a stack of component layers that were combined to make it: a diffuse/GI pass (the raw surface colour and bounced light), a reflection pass, a lighting pass, a shadow pass, an ambient occlusion pass that darkens contact points, a Z-depth pass encoding distance from camera (used for depth-of-field and fog in post), and mask / MultiMatte passes that isolate objects or materials by colour so you can select just the floor or just the windows later.
Why this matters: it makes post-production non-destructive and cheap. Reflections a touch strong? Dial down the reflection pass in Photoshop or a compositor - no re-render. Want the shadows deeper, the far wall a different colour, a bloom only on the lights, gentle depth-of-field falloff? Every one of those is a post move on a saved pass, done in minutes, revised endlessly, without ever paying the render cost again. On a hero image that a client will revise five times, this is the difference between five overnight re-renders and five ten-minute edits.
The discipline is to decide your passes before the final render, because you cannot recover a pass you did not output. A sensible default set for architecture is diffuse, reflection, lighting, GI, shadow, ambient occlusion, Z-depth and a couple of MultiMatte masks for the objects you expect to tweak. Save them together (the multi-layer EXR format keeps them in one file at full bit depth), and your compositor - or you, in Module 7 - inherits a scene you can re-grade forever. This is also why offline pairs so naturally with a strong post workflow: the render is not the finished image, it is a richly labelled set of parts, and the finished image is assembled from them. Treat the render as raw ingredients, not the meal, and a single overnight render can feed a week of client revisions.
Output the passes you MIGHT need - you can't grade a layer you never saved.
Sampling and the denoiser: buying clean pixels
The last core idea is sampling - how V-Ray fights noise. Because the engine estimates each pixel by tracing many light rays and averaging them, an early or cheap render looks grainy: too few samples means a noisy estimate. Add more samples and the noise falls, the image cleans up, and the render slows down. V-Ray's modern sampler is adaptive: it spends more samples on the hard, noisy parts of the frame (a blurry reflection, a deep shadow, a bright light through glass) and fewer on the easy flat areas, which is far more efficient than a fixed count everywhere. In current V-Ray you mostly control this through a noise threshold - tell it how clean you want the image, and it samples until it gets there.
But samples have brutal diminishing returns - a theme the next lesson makes central. Getting from very noisy to acceptably clean is fast; squeezing out the last faint grain by brute sampling can double or triple the render time. This is where the V-Ray Denoiser changes the economics: it intelligently removes residual noise after (or during) rendering, so you can stop sampling at 'nearly clean' and let the denoiser finish the job. Used well, it can cut render times dramatically for a result the eye reads as clean. Used carelessly, it can smear fine detail into a waxy look - so it is a tool to tune, not a magic button.
The working mindset is therefore: sample to good-enough, then denoise - do not chase mathematically perfect convergence you cannot see. Combined with sensible GI and a physical camera, this is 90% of practical V-Ray render setup. Everything else - the deeper GI modes, caustics, volumetrics, distributed rendering across machines - is refinement you add as specific scenes demand it. Master GI, materials, sun-and-sky, render elements and adaptive-sampling-plus-denoise, and you can walk into any V-Ray studio and be useful, because those five ideas are the engine's spine and the rest is vocabulary you pick up on the job. Learn the spine first and the intimidating panel resolves into settings you understand rather than switches you fear.
V-Ray GI (irradiance map, light cache, brute force)
Global illumination - the bounced light engine
Your main dial for how lit and believable a space feels. More accuracy and bounces mean truer fill and more render time.
V-Ray Sun & Sky / V-Ray lights (rectangle, IES, dome)
Physically accurate lighting system
Sun by azimuth and altitude, sky for ambient and reflections; area lights for soft interior shadows; dome + HDRI for image-based lighting.
V-Ray Material (physical / PBR)
The physically based surface model
Base colour, roughness, Fresnel reflection, refraction - tuned once, correct under any light. Start from the library and adjust.
Render elements / VRayDenoiser
Output passes + noise removal
Passes give non-destructive post control; the denoiser lets you stop sampling at 'nearly clean', cutting render time sharply if tuned with care.
Workshop — set up a V-Ray interior the professional order
Build one simple interior scene and light it in the order a pro does - light and exposure first, materials second, passes and sampling last. The point is the sequence and the ideas, not a perfect image.
V-Ray (trial is fine) inside a host such as 3ds Max, SketchUp or Rhino, and a simple room model. A compositor or Photoshop later if you want to use the passes.
Goal: internalise the V-Ray setup order and its five core ideas Inputs: a simple room model (or a box with a window) in a V-Ray host - 3ds Max, SketchUp or Rhino Time: ~45-60 minutes
- 1Add a V-Ray Sun & Sky and place the sun by direction and altitude for a warm mid-morning. Do a fast, noisy test render and fix EXPOSURE first (via the physical camera / exposure control) until the tonal range looks right - before touching anything else.
- 2Confirm GI is on and the interior fills with soft bounced light. If the far corners are inky, raise GI / bounces slightly and note the render-time change. Add one or two V-Ray rectangle (area) lights for windows or fill and re-check exposure.
- 3Assign materials by starting from close V-Ray library materials (a floor, a wall, one metal, one glass) and adjusting roughness only. Resist rebuilding from scratch. Re-render and judge under the light you already set.
- 4Enable a starter set of render elements: diffuse, reflection, lighting, GI, shadow, ambient occlusion, Z-depth and one MultiMatte mask. Render and save as multi-layer EXR so every pass is preserved together.
- 5Set a noise threshold for 'nearly clean' rather than perfect, render, then apply the VRayDenoiser. Compare the denoised result and the render time against a brute high-sample version - note how much time the denoiser saved and whether any fine detail got smeared.
You’ll walk away with
One lit V-Ray interior rendered with a full set of render elements and a denoised final, plus a short note on your exposure choice, your GI setting and how much time the denoiser saved versus brute sampling.
Three altitudes on the same idea
Read the band that fits you — or all three.
Treat V-Ray as the studio lingua franca. You may not run it daily, but understanding GI, the sun-and-sky system and render elements lets you brief a visualizer precisely, judge a hero image on the right terms, and know what a revision will actually cost. Set the light and exposure before chasing material detail - the same design discipline you already use.
Your work leans on the parts V-Ray does best. Physical materials, area lights and IES fixtures reproduce fabric, stone, metal and layered artificial light faithfully - and render elements let you re-grade a room's mood without re-rendering. Start every surface from a close library material and adjust; light with area lights and a sane exposure before you fuss over textures.
V-Ray on your CV opens doors, so learn its spine deliberately. Don't memorise menus - learn the five ideas (GI, materials, sun-and-sky, render elements, sampling) and you can sit at any host and be productive. Render one strong interior with full passes and denoising for your portfolio; being able to explain each pass proves you understand the engine, not just its buttons.
“V-Ray is realistic because it has hundreds of settings - you need to master them all to get good results.”
Do it yourself
Reason it through, then try it in a host if you have one.
- 1What does global illumination add to a render, and what happens without it?
- 2Which V-Ray light gives soft, believable interior shadows, and why?
- 3Name three render elements and one thing each lets you do in post.
- 4In one sentence, what does the V-Ray Denoiser let you stop doing?
- 5What should you set correctly BEFORE fussing over material detail?
The one line to carry out
Peer-reviewed journals & authoritative standards
- 01Chaos — V-Ray — Chaos, 2026.
- 02Chaos — V-Ray & Corona Documentation Hub — Chaos, 2026.
- 03Pharr, M., Jakob, W., & Humphreys, G. — Physically Based Rendering: From Theory to Implementation — pbr-book.org (free online edition), 2023.
- 04Global illumination — overview — Wikipedia, 2026.
- 05Poly Haven — free HDRIs, textures and models — Poly Haven, 2026.
V-Ray's power comes with a big control surface. The next engine trades some of that surface for approachability without giving up the photoreal ceiling - and many interior artists prefer it for exactly that reason. Meet Corona.
The author
Amogh N P
Architect, interior designer, and creative polymath. Studio Matrx began in his notebooks — his vision of design made honest, useful, and open to everyone. Its Academy is written and taught in his memory, and free, forever.
More about Amogh →