In 3D graphics, a render is the process of turning a scene (geometry, materials, lights, camera) into a final image or sequence of images. This can be done in real time (e.g. in a game engine) or offline (e.g. in Blender Cycles or V-Ray). Here we explain how the process works and how PBR textures fit in.

What does "rendering" mean?

Rendering is the computation that answers: "What would this 3D scene look like from this camera, under this lighting?" The software simulates light bouncing off surfaces, transparency, shadows, and reflections. The result is a 2D image (or video) that you see as the "render." Quality depends on your geometry, materials (often PBR textures), lighting, and render settings. For material basics, see what are PBR textures and understanding albedo, normal, and roughness maps.

Real-time vs offline rendering

Real-time rendering (Unreal, Unity, Eevee) aims for many frames per second. It uses approximations and optimizations so you can interact with the scene. Offline rendering (Cycles, V-Ray, Corona, Arnold) spends more time per frame to get higher accuracy—better reflections, global illumination, and subtle lighting—and is often used for stills, animations, and archviz. Both can use the same PBR textures; the engine applies them according to its shading model.

How PBR textures fit in

PBR textures describe surface properties (albedo, roughness, metalness, normal) in a way that both real-time and offline engines understand. So the same material can look consistent in a game engine and in a path tracer. Using high-quality PBR textures improves the realism of your render. You can find free PBR textures in our catalog for use in Blender, Unreal, Unity, and other software. For setup in Blender, see how to apply PBR textures in Blender.

Improving your renders

Good lighting, proper exposure, and suitable PBR materials all make a big difference. Use HDRIs or well-placed lights; match your material resolution (1K, 2K, 4K) to the shot. For more on rendering and optimization, see our articles on render time optimization and GPU vs CPU rendering for PBR. For texture choices, browse our texture library and blog.

Frequently asked questions

What is a render in 3D?

A render is the process of turning a 3D scene (geometry, materials, lights, camera) into a final 2D image or video. The software simulates how light interacts with surfaces to produce the image you see.

What is the difference between real-time and offline rendering?

Real-time rendering aims for many frames per second for interactive use. Offline rendering spends more time per frame for higher quality, used for stills, animation, and archviz.

How do PBR textures affect a render?

PBR textures define surface properties so the renderer can shade surfaces correctly. The same PBR texture set works in both real-time and offline engines for consistent, realistic results.