•  - load 5 glTF ( 1 scene contains Animation )
     - Input Up or Down key to rotate or stop Camera
     - Input Left or Right key to change glTF file
     - Double Touch change glTF file
    
    Change-Id: I2653f219dc10413f1d59b4799533d0215de5656c
    Signed-off-by: Seungho, Baek <sbsh.baek@samsung.com>
    Seungho, Baek authored
     
    Browse Dir »


  • With separate cameras for UI & 3D scene sections
     - Double-tap to toggle between 3D models (teapot & cube)
     - Pan up/down on left side of screen to change roughness
     - Pan up/down on right side of screen to change metalness
     - Pan anywhere else to rotate scene
    
    Change-Id: I51ec8436700c4e970221184d6875e4e9c501fafb
    greynaga authored
     
    Browse Dir »


  • New Structure:
    
      build
        |  tizen
      builder
        |  dali-builder.cpp
      demo
        |  [demo source & header files]
      examples
        |  [example-name]
        |    |  [example source files]
      packaging
        |  com.samsung.dali-demo.spec
      resources
        |  images
        |    |  [all images]
        |  models
        |    |  [all models]
        |  scripts
        |    |  [all scripts]
      shared
        |  view.h
    
    Now, each example should be in its own subdirectory within the "examples" directory. This will get
    automatically built.
    
    README also updated.
    
    Change-Id: Idae4cedf220698a4a2d928535cff88e8bf25f82a
    Adeel Kazmi authored
     
    Browse Dir »