File: introduction.rst

package info (click to toggle)
blender-doc 4.3-1
  • links: PTS, VCS
  • area: main
  • in suites: forky, sid, trixie
  • size: 253,604 kB
  • sloc: python: 13,030; javascript: 322; makefile: 113; sh: 107
file content (26 lines) | stat: -rw-r--r-- 1,260 bytes parent folder | download
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26

************
Introduction
************

EEVEE is Blender's realtime render engine focused on speed and interactivity while achieving the
goal of rendering :abbr:`PBR (Physically Based Rendering)` materials.
EEVEE can be used interactively in the 3D Viewport but also produce high quality final renders.

.. figure:: /images/render_eevee_introduction_viewport.png

   EEVEE in the 3D Viewport -- "Tiger" by Daniel Bystedt.

EEVEE materials are created using the same shader nodes as Cycles, making it easy to render existing
scenes. For Cycles users, this makes EEVEE work great for previewing materials in realtime.

EEVEE is based on rasterization and is not a path tracer.
Instead of computing each ray of light, rasterization determines what surface is visible from the camera.
It then estimates the way light interacts with these surfaces and materials using numerous algorithms.
While EEVEE is designed to use :abbr:`PBR (Physically Based Rendering)` principles,
it is not perfect and Cycles will always provide more physically accurate renders.
For these reasons, EEVEE has a set of :doc:`limitations </render/eevee/limitations/index>`.

.. figure:: /images/render_eevee_introduction_final-render.png

   EEVEE final render -- "Temple" by Dominik Graf.