file ARTFactory.h
Header of the ART::Factory class.
Go to the source code of this file.
Namespaces:
namespace | ART |
Classes:
class | Factory |
Defines:
#define | CID_ARTAssetManager CID_class_ARTAssetManager |
#define | CID_ARTCamera CID_class_ARTCamera |
#define | CID_ARTGeometry CID_class_ARTGeometry |
#define | CID_ARTLight CID_class_ARTLight |
#define | CID_ARTMaterial CID_class_ARTMaterial |
#define | CID_ARTObserver CID_class_ARTObserver |
#define | CID_ARTPlanet CID_class_ARTPlanet |
#define | CID_ARTReflectionProbe CID_class_ARTReflectionProbe |
#define | CID_ARTStar CID_class_ARTStar |
#define | CID_ARTWorld CID_class_ARTWorld |
Defines documentation
Identifier of the asset manager class of the ART planetary framework. The asset manager is a singleton. This object implements the:
- ART::IAssetManager interface.
Identifier of the camera class of the ART planetary framework.
Identifier of the geometry class of the ART planetary framework. This object implements the:
- ART::IGeometry interface.
Identifier of the light class of the ART planetary framework. This object implements the:
- ART::ILight interface.
Identifier of the material class of the ART planetary framework. This object implements the:
- ART::IMaterial interface.
Identifier of the observer class of the ART planetary framework. The observer is a singleton. This object implements the:
- ART::IObserver interface.
Identifier of the planet class of the ART planetary framework. This object implements the:
- ART::IPlanet interface.
Identifier of the reflection probe class of the ART planetary framework. This object implements the:
- ART::IReflectionProbe interface.
Identifier of the star class of the ART planetary framework. This object implements the:
- ART::IStar interface.
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.