|
Photon Engine 2.0.0-beta
A physically based renderer.
|
#include <PreCookReport.h>
Public Member Functions | |
| PreCookReport (SdlResourceId rawResourceId) | |
| PreCookReport & | markAsCookable () |
| PreCookReport & | markAsUncookable () |
| PreCookReport & | setBaseTransforms (const math::Transform *localToWorld, const math::Transform *worldToLocal) |
| bool | isCookable () const |
| const math::Transform * | getBaseLocalToWorld () const |
| const math::Transform * | getBaseWorldToLocal () const |
|
explicit |
| const math::Transform * ph::PreCookReport::getBaseLocalToWorld | ( | ) | const |
| const math::Transform * ph::PreCookReport::getBaseWorldToLocal | ( | ) | const |
| bool ph::PreCookReport::isCookable | ( | ) | const |
| PreCookReport & ph::PreCookReport::markAsCookable | ( | ) |
| PreCookReport & ph::PreCookReport::markAsUncookable | ( | ) |
| PreCookReport & ph::PreCookReport::setBaseTransforms | ( | const math::Transform * | localToWorld, |
| const math::Transform * | worldToLocal ) |