Photon Engine 2.0.0-beta
A physically based renderer.
Loading...
Searching...
No Matches
ph::FullMaterial Class Referencefinal

#include <FullMaterial.h>

Inheritance diagram for ph::FullMaterial:
ph::Material ph::TSdlResourceBase< ESdlTypeCategory::Ref_Material > ph::SdlResourceBase ph::ISdlResource

Public Member Functions

 FullMaterial ()
 
 FullMaterial (const std::shared_ptr< SurfaceMaterial > &surfaceMaterial)
 
void genBehaviors (const CookingContext &ctx, PrimitiveMetadata &metadata) const override
 
 PH_DEFINE_SDL_CLASS (TSdlOwnerClass< FullMaterial >)
 
- Public Member Functions inherited from ph::Material
 PH_DEFINE_SDL_CLASS (TSdlOwnerClass< Material >)
 
- Public Member Functions inherited from ph::TSdlResourceBase< ESdlTypeCategory::Ref_Material >
ESdlTypeCategory getDynamicCategory () const override
 
- Public Member Functions inherited from ph::SdlResourceBase
SdlResourceId getId () const override
 Get the unique ID of this resource. The returned ID is guaranteed to be unique in the current process. Newly created resource cannot have an ID that has been used by a previous resource, even if the previous resource has ended its life cycle. See SdlResourceId.h for some utilities.
 
- Public Member Functions inherited from ph::ISdlResource
 ISdlResource (const ISdlResource &other)=default
 
 ISdlResource (ISdlResource &&other)=default
 
virtual ~ISdlResource ()=default
 
ISdlResourceoperator= (const ISdlResource &rhs)=default
 
ISdlResourceoperator= (ISdlResource &&rhs)=default
 
virtual const SdlClassgetDynamicSdlClass () const
 Get runtime SDL class of the resource.
 
virtual bool isInlinable () const
 

Additional Inherited Members

- Static Public Attributes inherited from ph::TSdlResourceBase< ESdlTypeCategory::Ref_Material >
static constexpr ESdlTypeCategory CATEGORY
 Static category information of the resource. This static category information is required by ISdlResource. See its documentation for more details.
 
- Protected Member Functions inherited from ph::TSdlResourceBase< ESdlTypeCategory::Ref_Material >
 TSdlResourceBase ()=default
 
 TSdlResourceBase (const TSdlResourceBase &other)=default
 
 TSdlResourceBase (TSdlResourceBase &&other)=default
 
TSdlResourceBaseoperator= (const TSdlResourceBase &rhs)=default
 
TSdlResourceBaseoperator= (TSdlResourceBase &&rhs)=default
 
- Protected Member Functions inherited from ph::SdlResourceBase
 SdlResourceBase ()
 
 SdlResourceBase (const SdlResourceBase &other)
 
 SdlResourceBase (SdlResourceBase &&other)=default
 
SdlResourceBaseoperator= (const SdlResourceBase &rhs)
 
SdlResourceBaseoperator= (SdlResourceBase &&rhs)=default
 
- Protected Member Functions inherited from ph::ISdlResource
 ISdlResource ()=default
 

Constructor & Destructor Documentation

◆ FullMaterial() [1/2]

ph::FullMaterial::FullMaterial ( )

◆ FullMaterial() [2/2]

ph::FullMaterial::FullMaterial ( const std::shared_ptr< SurfaceMaterial > & surfaceMaterial)
explicit

Member Function Documentation

◆ genBehaviors()

void ph::FullMaterial::genBehaviors ( const CookingContext & ctx,
PrimitiveMetadata & metadata ) const
overridevirtual

Implements ph::Material.

◆ PH_DEFINE_SDL_CLASS()

ph::FullMaterial::PH_DEFINE_SDL_CLASS ( TSdlOwnerClass< FullMaterial > )
inline

The documentation for this class was generated from the following files: