Photon Engine
2.0.0-beta
A physically based renderer.
Loading...
Searching...
No Matches
ATransformedInstance.h
Go to the documentation of this file.
1
#pragma once
2
3
#include "
Actor/PhysicalActor.h
"
4
5
#include <string>
6
7
namespace
ph
8
{
9
10
class
ATransformedInstance
:
public
PhysicalActor
11
{
12
public
:
13
TransientVisualElement
cook
(
const
CookingContext
& ctx,
const
PreCookReport
& report)
const override
;
14
15
private
:
16
std::string m_phantomName;
17
};
18
19
}
// end namespace ph
PhysicalActor.h
ph::ATransformedInstance
Definition
ATransformedInstance.h:11
ph::ATransformedInstance::cook
TransientVisualElement cook(const CookingContext &ctx, const PreCookReport &report) const override
Definition
ATransformedInstance.cpp:26
ph::CookingContext
Information about the world being cooked.
Definition
CookingContext.h:24
ph::PhysicalActor
Definition
PhysicalActor.h:18
ph::PreCookReport
Definition
PreCookReport.h:13
ph::TransientVisualElement
A group of cooked data that represent the visible part of the scene at a specific time....
Definition
TransientVisualElement.h:19
ph
The root for all renderer implementations.
Definition
EEngineProject.h:6
Source
Actor
ATransformedInstance.h
Generated by
1.11.0