ARTFactory.h
Macro Definitions
CID_ARTWorld |
|
CID_ARTPlanet |
|
CID_ARTStar |
|
CID_ARTObserver |
|
CID_ARTCamera |
|
CID_ARTAssetManager |
|
CID_ARTGeometry |
|
CID_ARTLight |
|
CID_ARTReflectionProbe |
|
CID_ARTMaterial |
Detailed Description
Macro Definition
-
CID_ARTWorld Identifier of the world class of the ART planetary framework. The world is a singleton. This object implements the:
- ART::IWorld interface.
- ART::IOptions interface.
-
CID_ARTPlanet Identifier of the planet class of the ART planetary framework. This object implements the:
- ART::IPlanet interface.
-
CID_ARTStar Identifier of the star class of the ART planetary framework. This object implements the:
- ART::IStar interface.
-
CID_ARTObserver Identifier of the observer class of the ART planetary framework. The observer is a singleton. This object implements the:
- ART::IObserver interface.
-
CID_ARTAssetManager Identifier of the asset manager class of the ART planetary framework. The asset manager is a singleton. This object implements the:
- ART::IAssetManager interface.
-
CID_ARTGeometry Identifier of the geometry class of the ART planetary framework. This object implements the:
- ART::IGeometry interface.
-
CID_ARTLight Identifier of the light class of the ART planetary framework. This object implements the:
- ART::ILight interface.
-
CID_ARTReflectionProbe Identifier of the reflection probe class of the ART planetary framework. This object implements the:
- ART::IReflectionProbe interface.
-
CID_ARTMaterial Identifier of the material class of the ART planetary framework. This object implements the:
- ART::IMaterial interface.