5#include <Common/primitive_type.h>
7namespace ph::math {
class Transform; }
32 uint32 m_isCookable : 1;
Definition PreCookReport.h:13
PreCookReport & markAsCookable()
Definition PreCookReport.cpp:17
const math::Transform * getBaseLocalToWorld() const
Definition PreCookReport.cpp:43
PreCookReport & setBaseTransforms(const math::Transform *localToWorld, const math::Transform *worldToLocal)
Definition PreCookReport.cpp:29
PreCookReport(SdlResourceId rawResourceId)
Definition PreCookReport.cpp:8
PreCookReport & markAsUncookable()
Definition PreCookReport.cpp:23
const math::Transform * getBaseWorldToLocal() const
Definition PreCookReport.cpp:48
bool isCookable() const
Definition PreCookReport.cpp:38
Math functions and utilities.
Definition TransformInfo.h:10
The root for all renderer implementations.
Definition EEngineProject.h:6
std::uint64_t SdlResourceId
Definition SdlResourceId.h:8