Untold Engine
Beta v0.0.16
docs
|
CU4DEngine::ANIMATIONDATA | The ANIMATIONDATA structure holds 3D animation data |
CU4DEngine::ANIMATIONSRAW | |
CU4DEngine::ANIMPOSERAW | |
CU4DEngine::ARMATURERAW | |
CU4DEngine::AttributeAlignedGeometryData | |
CU4DEngine::AttributeAlignedImageData | |
CU4DEngine::AttributeAlignedModelData | |
CU4DEngine::AttributeAlignedParticleData | |
CU4DEngine::AttributeAlignedShaderEntityData | |
CU4DEngine::AttributeAlignedSkyboxData | |
CU4DEngine::AttributeAlignedWorldData | |
CU4DEngine::BONESRAW | |
CU4DEngine::CHARACTERDATA | |
CU4DEngine::CHARACTERDATARAW | |
CU4DEngine::CollisionFilter | The CollisionFilter structure contains the filtering information of the 3D model |
CU4DEngine::COLLISIONMANIFOLDONODE | The COLLISIONMANIFOLDONODE structure holds collision manifold informaiton such as contact points, collision normal vector and closest collision points |
CU4DEngine::CollisionProperties | The CollisionProperties structure contains collision information of the 3D static model |
CU4DEngine::compareDistanceToPosition | |
CU4DEngine::CONTACTEDGE | The CONTACTEDGE structure holds collision polygon segment information |
CU4DEngine::CONTACTEDGEINFORMATION | The CONTACTEDGEINFORMATION structure holds contact edge information |
CU4DEngine::CONTACTFACES | The CONTACTFACES structure holds collision polygon faces information |
CU4DEngine::ContactManifoldProperties | The ContactManifoldProperties structure contains collision contact manifold of the 3D static model |
CU4DEngine::CONTROLLERMESSAGE | |
CU4DEngine::CONVEXHULL | The CONVEXHULL structure holds data representing vertices, edges and faces for a computed convex-hull |
CU4DEngine::ConvexHullProperties | The ConvexHullProperties structure contains the convex-hull vertices of the 3D static model |
CU4DEngine::CONVEXHULLRAW | |
CU4DEngine::DIRECTIONALLIGHTRAW | |
CU4DEngine::Edges | |
CU4DEngine::FONTDATA | |
CU4DEngine::FONTDATARAW | |
CU4DEngine::KEYFRAMEDATA | The KEYFRAMEDATA structure holds 3D animation keyframe data |
CU4DEngine::KEYFRAMERAW | |
CU4DEngine::LIGHTDATA | |
CU4DEngine::LIGHTDATARAW | |
CU4DEngine::MassProperties | The MassProperties structure contains mass properties information of the 3D static model |
CU4DEngine::ModelBoundingVolumePair | |
CU4DEngine::MODELRAW | |
CU4DEngine::PARTICLERENDERDATA | The PARTICLERENDERDATA structure holds 3D particle data |
CU4DEngine::PARTICLESRAW | |
CU4DEngine::PARTICLESYSTEMDATA | The PARTICLESYSTEMDATA structure holds data required by the particle system |
CU4DEngine::POINTINFORMATION | The POINTINFORMATION structure holds segment point information |
CU4DEngine::POINTLIGHT | |
CU4DEngine::POINTLIGHTRAW | |
CU4DEngine::POLYTOPEEDGES | The POLYTOPEEDGES structure holds a polytope edge representation |
CU4DEngine::POLYTOPEFACES | The POLYTOPEFACES structure holds a polytope face representation |
CU4DEngine::POLYTOPEVERTEX | The POLYTOPEVERTEX structure holds a polytope vertex representation |
CU4DEngine::SIMPLEXDATA | The SIMPLEXDATA structure holds data representing a simplex support point and the Minkowski difference |
CU4DEngine::SPRITEANIMATIONDATA | The SPRITEANIMATION structure holds sprite animation data |
CU4DEngine::SPRITEDATA | The SPRITEDATA structure holds sprites information |
►CT | |
CU4DEngine::TEXTDATA | The TEXTDATA structure holds text information |
CU4DEngine::TEXTURESRAW | |
CU4DEngine::TRIPLEBUFFER | |
CU4DEngine::U4DAABB | Implements a mathematical representation of an Axis-Aligned Bounding Box |
CU4DEngine::U4DAnimation | Implements 3D animations for 3D model entities |
CU4DEngine::U4DAnimationManager | Manages 3D animations for 3D model entities |
CU4DEngine::U4DArmatureData | Bone armature of the 3D entity |
CU4DEngine::U4DBlendAnimation | Smoothly blends two animations so that the transition is smooth |
►CU4DEngine::U4DBodyForceGenerator | In charge of updating all external forces acting on a 3D entity |
CU4DEngine::U4DBoneIndices | Implements the indexes of bone-armature used in a 3D character animation. This class is only used for organizational purposes. It does not implement any mathematical operations |
CU4DEngine::U4DBroadPhaseCollisionModelPair | Collision entity pairs |
►CU4DEngine::U4DBVHCollision | The U4DBVHCollision virtual class is in charge of testing collisions in the Broad-Phase stage |
CU4DEngine::U4DBVHManager | Boundary Volume Hierarchy manager |
►CU4DEngine::U4DCallbackInterface | |
►CU4DEngine::U4DCameraInterface | The U4DCameraInterface provides the interface for the camera behaviors (first person camera, third person camera, etc) |
►CU4DEngine::U4DCollisionDetection | The U4DCollisionDetection is in charge of implementing the collision detection algorithm |
CU4DEngine::U4DCollisionEngine | In charge of implemeting the collision engine operations |
CU4DEngine::U4DCollisionResponse | In charge of implementing the collision response in the engine |
CU4DEngine::U4DColorData | Holds color information for the 3D entity |
►CU4DEngine::U4DControllerInterface | The U4DController interface provides the behaviors for the different type of controllers |
CU4DEngine::U4DDebugger | |
CU4DEngine::U4DDirector | Controls the updates and rendering of every game entity. It informs the engine of any touch event. It loads every shader used in the engine |
CU4DEngine::U4DDualQuaternion | Implements a Dual-Quaternion mathematical entity used for storing rotation and translations as real and pure quaternions, respectively |
CU4DEngine::U4DEntityManager | The U4DEntityManager Class manages the rendering, space update, physics, collision and visibility for all objects in a game |
CU4DEngine::U4DEntityNode< T > | The U4DEntityNode class represents a node in a Generic tree |
►CU4DEngine::U4DEntityNode< U4DBoneData > | |
►CU4DEngine::U4DEntityNode< U4DBVHNode< T > > | |
►CU4DEngine::U4DEntityNode< U4DBVHNode< U4DEngine::U4DDynamicAction > > | |
►CU4DEngine::U4DEntityNode< U4DBVHNode< U4DEngine::U4DModel > > | |
►CU4DEngine::U4DEntityNode< U4DEntity > | |
►CU4DEngine::U4DEntityNode< U4DMeshOctreeNode > | |
►CU4DEngine::U4DEntityNode< U4DProfilerNode > | |
CU4DEngine::U4DFlock | Implements AI steering separation behavior |
►CU4DEngine::U4DGameLogicInterface | |
CU4DEngine::U4DIndex | Implements a 3D integer-only index class. It is mainly used for organizational purposes. It does not implement any computational operations |
►CU4DEngine::U4DInputElement | |
►CU4DEngine::U4DIntegrator | The U4DIntegrator virtual class is in charge of integrating the equation of motion |
CU4DEngine::U4DKineticDictionary | Dictionary for all actions currently active |
CU4DEngine::U4DLayerManager | Manages the layer objects currently present in the scene. Layers are object that can be rendered on top of the view component |
CU4DEngine::U4DLogger | Implements messages notifications sent to the console log window |
►CU4DEngine::U4DMacArrowKeyStateInterface | |
CU4DEngine::U4DMacArrowKeyStateManager | |
►CU4DEngine::U4DMacKeyStateInterface | |
CU4DEngine::U4DMacKeyStateManager | |
►CU4DEngine::U4DMacMouseStateInterface | |
CU4DEngine::U4DMacMouseStateManager | |
CU4DEngine::U4DMaterialData | Holds material information for a 3D entity |
CU4DEngine::U4DMatrix3n | The U4DMatrix3n is in charge of implementing linear algebra matrix operations such as addition, subtraction, transformations, etc |
CU4DEngine::U4DMatrix4n | In charge of implementing a representation of a 4x4 matrix. The class implements matrix operations such as addition, subtraction, transformation, inverse, transponse, etc |
CU4DEngine::U4DMeshOctreeManager | Builds an octree bounding a 3d model |
CU4DEngine::U4DNavigation | Determines the path for the 3D model to navigate |
CU4DEngine::U4DNavMesh | Navigation mesh. It contains the navigatio mesh nodes extracted from the navigation mesh loader |
CU4DEngine::U4DNavMeshLoader | Loads the navigation mesh imported from blender |
CU4DEngine::U4DNavMeshNode | Navigation mesh node. The nav mesh node contains information required by the PathFinding algorithm |
CU4DEngine::U4DNumerical | The U4DNumerical provides numerical robustness in floating point comparison, rounding errors and random number generation |
CU4DEngine::U4DOBB | Implements a represenatation of an Oriented-Bounding Box |
CU4DEngine::U4DPadAxis | In charge of interpreting all Game Pad Axis inputs |
►CU4DEngine::U4DPadButtonStateInterface | |
CU4DEngine::U4DPadButtonStateManager | |
►CU4DEngine::U4DPadJoystickStateInterface | |
CU4DEngine::U4DPadJoystickStateManager | |
CU4DEngine::U4DParticleData | All the behavior properties of a 3D particle such as start-color, end-color, life, speed |
CU4DEngine::U4DParticleEmitterFactory | Creates and allocates memory for the emitter classes such as Linear, Sphere and Torus |
►CU4DEngine::U4DParticleEmitterInterface | The U4DParticleEmitterInterface interface contains all the methods required for the computation of the position, colors and behaviors of the particles |
CU4DEngine::U4DParticlePhysics | In charge of simulating gravity forces on 3D particles |
CU4DEngine::U4DPathfinderAStar | Implements the Path Finding algorithm known as A Star algorithm |
CU4DEngine::U4DPhysicsEngine | In charge of implemeting the physics engine operations |
CU4DEngine::U4DPlane | Implements a mathematical representation of a 3D plane |
CU4DEngine::U4DPoint3n | The U4DPoint3n implements a 3D point representation in space |
CU4DEngine::U4DPolygonData | |
CU4DEngine::U4DProfilerManager | |
CU4DEngine::U4DQuaternion | Responsible for implementing Quaternion operations in the engine. These operations include: Quaternion addition, subtraction, multiplication, normalization, etc |
CU4DEngine::U4DRay | |
CU4DEngine::U4DRayCast | U4DRayCast class test intersections between a ray and 3D objects |
►CU4DEngine::U4DRenderEntity | Manages all rendering for 3D models, images, skyboxes, etc |
CU4DEngine::U4DRenderManager | Manages all rendering for 3D models, images, skyboxes, etc |
►CU4DEngine::U4DRenderPassInterface | |
►CU4DEngine::U4DRenderPipelineInterface | |
CU4DEngine::U4DResourceLoader | In charge of importing 3D model assets |
CU4DEngine::U4DScene | Scene (universe) object of the game. A scene can have multiple worlds. A world represents the View Component of the Model-View-Controller pattern |
CU4DEngine::U4DSceneManager | In charge of managing the current scene enabled |
►CU4DEngine::U4DSceneStateInterface | Scene state interface |
CU4DEngine::U4DSceneStateManager | Scene state manager. It manages the states of the scenes |
CU4DEngine::U4DScheduler | |
CU4DEngine::U4DSegment | Implements a geometrical representation of a segment in 3D space |
CU4DEngine::U4DSphere | Implements a mathematical representation of a sphere |
CU4DEngine::U4DSpriteAnimation | Implements sprites animations |
CU4DEngine::U4DSpriteLoader | In charge of loading sprite information |
►CU4DEngine::U4DStaticAction | Actions such as collision detections applied to a 3D model entity |
►CU4DEngine::U4DSteering | Implements AI steering behaviors |
CU4DEngine::U4DTetrahedron | Implements a geometrical representation of a Tetrahedron |
CU4DEngine::U4DTextureData | Holds texture information for a 3D entity |
CU4DEngine::U4DTimer | |
►CU4DEngine::U4DTouchesStateInterface | |
CU4DEngine::U4DTouchesStateManager | |
►CU4DEngine::U4DTransformationManagerInterface | The U4DTransformation interfaces provides all the methods for the transformation of all entities |
CU4DEngine::U4DTriangle | Implements a geometrical representation of a 3D triangle |
CU4DEngine::U4DTrigonometry | Trigonometrical computations such as degress to radius conversion |
CU4DEngine::U4DVector2n | In charge of implementing a 2D vector representation. The class contains several linear algebra operations such as addition, subtraction, scalar multiplication, dot product, etc |
CU4DEngine::U4DVector3n | In charge of implementing 3D Linear Algebra Vector operations. These operations include: Addition, subtraction, scalar multiplication, dot product, cross product, among others |
CU4DEngine::U4DVector4n | 4D vector in space. Note: This class does not perform any linear algebra operations. It simply serves as a representation and is used as a helper in class |
CU4DEngine::U4DVertexData | The U4DVertexData represents attribute data for a 3D entity |
CU4DEngine::U4DVisibilityCulling | Tests whether a 3D model is within the frustum |
CU4DEngine::U4DVisibilityDictionary | Dictionary that keeps tracks of all visible 3D models |
CU4DEngine::U4DVisibilityManager | Tests whether a model is within the camera frustum |