Rendu
A lightweight rendering engine for experimentations
Loading...
Searching...
No Matches
Public Attributes | List of all members
ForwardProbe::GPUProbe Struct Reference

Represent a probe on the GPU for the forward renderer. More...

#include <ForwardLight.hpp>

Public Attributes

glm::vec4 positionAndMip {0.0f}
 The cubemap location and the mip.
 
glm::vec4 sizeAndFade {0.0f}
 The cubemap box effect size, and the size of its fading region on edges.
 
glm::vec4 centerAndCos {0.0f}
 The cubemap parallax box center, and the cubemap parallax box orientation (precomputed cos).
 
glm::vec4 extentAndSin {0.0f}
 The cubemap parallax box half size, and the cubemap parallax box orientation (precomputed sin).
 

Detailed Description

Represent a probe on the GPU for the forward renderer.


The documentation for this struct was generated from the following file: