Differences

This shows you the differences between two versions of the page.

Link to this comparison view

Next revision
Previous revision
0.8.4:start [2022/05/03 12:20] – external edit 127.0.0.10.8.4:start [2023/10/25 09:41] (current) admin
Line 1: Line 1:
-====== Gorilla3D Framework Manual ======+====== Gorilla3D Framework Manual (0.8.4) ======
  
 {{ :hero-02.jpg?nolink&1920 |}} {{ :hero-02.jpg?nolink&1920 |}}
Line 7: Line 7:
 If you don't already have installed Delphi or C++ Builder you can start by downloading the Delphi community editon at: [[https://www.embarcadero.com/de/products/delphi/starter|https://www.embarcadero.com/de/products/delphi/starter]] If you don't already have installed Delphi or C++ Builder you can start by downloading the Delphi community editon at: [[https://www.embarcadero.com/de/products/delphi/starter|https://www.embarcadero.com/de/products/delphi/starter]]
  
-The component library uses the OpenGL 4.3+ or OpenGLES v3.+ technology and currently supports Windows 32/64 and Android 32/64 platforms.+The component library uses the OpenGL 4.3+ or OpenGLES v3.+ technology and currently supports Windows 32/64 and Android 32/64 platforms.
  
 A wide range of classes and components helps you build your game or multimedia app much faster and easier. A wide range of classes and components helps you build your game or multimedia app much faster and easier.
Line 24: Line 24:
       * [[textures|Textures]]       * [[textures|Textures]]
     * [[primitives|Primitives]]     * [[primitives|Primitives]]
 +    * [[cameras|Cameras]]
 +    * [[lights|Lights]]
     * [[terrain|Terrain]]     * [[terrain|Terrain]]
     * [[skybox|SkyBox]]     * [[skybox|SkyBox]]
Line 38: Line 40:
     * [[pathfinding|Pathfinding]]     * [[pathfinding|Pathfinding]]
     * [[renderpass|Render Pass]]     * [[renderpass|Render Pass]]
 +      * [[environmentmap|Environment Mapping]]
     * [[shadows|Shadows]]     * [[shadows|Shadows]]
     * [[water|Water]]     * [[water|Water]]
Line 47: Line 50:
     * [[interaction|Interaction]]     * [[interaction|Interaction]]
     * [[charactercontrolling|CharacterControlling]]     * [[charactercontrolling|CharacterControlling]]
 +      * [[triggerpoints|TriggerPoints]]
 +      * [[animationcontroller|Animation Controller]]
 +      * [[audiomanagercontroller|Audio Manager Controller]]
     * [[prefabs|Prefabs]]     * [[prefabs|Prefabs]]
     * [[android|Android]]     * [[android|Android]]