• Update for following changes in dali-core:
    Actor::MoveBy                     -> TranslateBy
    Actor::ColorBy                    -> <removed>
    Actor::OpacityBy                  -> <removed>
    Actor::SetRotation                -> SetOrientation
    Actor::GetCurrentRotation         -> GetCurrentOrientation
    Actor::GetCurrentWorldRotation    -> GetCurrentWorldOrientation
    Actor::SetInheritRotation         -> SetInheritOrientation
    Actor::IsRotationInherited        -> IsOrientationInherited
    Actor::Property::ROTATION         -> Actor::Property::ORIENTATION
    Actor::Property::WORLD_ROTATION   -> Actor::Property::WORLD_ORIENTATION
    Actor::Property::INHERIT_ROTATION -> Actor::Property::INHERIT_ORIENTATION
    
    Change-Id: I0e883d5588e2f18beba32d64a2407253fe1fb286
    Yoonsang Lee authored
     
    Browse File »




  • 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 File »