Blender V4.5
eevee_velocity.hh File Reference
#include <variant>
#include "BLI_map.hh"
#include "GPU_batch.hh"
#include "eevee_shader_shared.hh"
#include "eevee_sync.hh"

Go to the source code of this file.

Classes

class  blender::eevee::VelocityModule
struct  blender::eevee::VelocityModule::VelocityObjectData
struct  blender::eevee::VelocityModule::VelocityGeometryData

Namespaces

namespace  blender
namespace  blender::eevee

Detailed Description

The velocity pass outputs motion vectors to use for either temporal re-projection or motion blur.

It is the module that tracks the objects data between frames updates.

Definition in file eevee_velocity.hh.