Differences

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

Link to this comparison view

Both sides previous revisionPrevious revision
Next revision
Previous revision
Last revisionBoth sides next revision
firststeps [2020/01/09 09:48] – [First Steps] adminfirststeps [2020/11/06 09:23] – [First Steps] admin
Line 9: Line 9:
 But, let' start and have quick look at the basic features of Gorilla3D and how they are going to be used. But, let' start and have quick look at the basic features of Gorilla3D and how they are going to be used.
  
- * [[viewport|Viewport]]+    * [[viewport|Viewport]]
     * [[models|Models]]     * [[models|Models]]
     * [[animations|Animations]]     * [[animations|Animations]]
     * [[materials|Materials]]     * [[materials|Materials]]
 +      * [[default-material|DefaultMaterial]]
 +      * [[runtime-material|RuntimeMaterial]]
 +      * [[water|Water]]
     * [[primitives|Primitives]]     * [[primitives|Primitives]]
     * [[terrain|Terrain]]     * [[terrain|Terrain]]
Line 27: Line 30:
     * [[pathfinding|Pathfinding]]     * [[pathfinding|Pathfinding]]
     * [[renderpass|Render Pass]]     * [[renderpass|Render Pass]]
-    * [[shadow|Shadow]]+    * [[shadows|Shadows]] 
 +    * [[water|Water]]
     * [[bokeh|Bokeh]]     * [[bokeh|Bokeh]]
     * [[deftypes|Internal Model Definition]]     * [[deftypes|Internal Model Definition]]
Line 33: Line 37:
     * [[layer3d|2D FMX components]]     * [[layer3d|2D FMX components]]
     * [[scripting|Scripting]]     * [[scripting|Scripting]]
 +    * [[interaction|Interaction]]
 +    * [[charactercontrolling|CharacterControlling]]
     * [[android|Android]]     * [[android|Android]]
  
Line 49: Line 55:
  
 When installing Delphi 10.3 Rio, the default configuration is set to "android-14" When installing Delphi 10.3 Rio, the default configuration is set to "android-14"
 +
 +**Since Gorilla3D v0.8.1 we have to set NDK minimum API level to "android-21". On Delphi 10.3.3 its already set to "android-22" by default.**