• - Features 3D environment with simple lightmapping
    - Multi-touch first person camera control scheme
    - Uses free textures on the GPL license ( blendernation )
    - Models are custom made
    - Tutorial screen made using DALi toolkit controls ( text labels ).
    - Uses PicoJSON parser ( https://github.com/kazuho/picojson )
    
    Change-Id: I6e3503608cd22dc63f371132376d475c890a0474
    adam.b authored
     
    Browse File »



  • Updated the defaults on the shadow / light example to first
    move the light, rather than panning the scene.
    
    Updated the intial orientations to look better.
    
    Change-Id: I8eceb5f536a75fef5e6881987452efb53af6e544
    Signed-off-by: David Steele <david.steele@samsung.com>
    David Steele authored
     
    Browse File »
















  • Scripts, examples and demo code should not use defines from other
    parts of DALi. DALI_IMAGE_DIR is defined in Dali toolkit to specify
    where the toolkit images are. This is used in the default toolkit
    style file to specify the locations of the toolkit images.
    
    It must not be overridden by applications.
    
    Updated the demo style file to utilize a configured variable to point
    at the installed demo style's images.
    
    Added an example of a demo-specific image (confirmation popup background)
    
    Updated dali-builder to load the demo theme (Scripting example within demo
    already loads it)
    
    Change-Id: Ie43a6611a8db3fc0afc6a1cd4d9d6e48afef75e7
    Signed-off-by: David Steele <david.steele@samsung.com>
    David Steele authored
     
    Browse File »