• - simplified the navigation of the file stream: the ktx metadata is
      skipped with a single fseek() from SEEK_CUR, by the number of bytes
      known from the ktx header;
    - removed the allocation of a single large buffer: image data is read
      from file, per image, directly into a buffer to be transferred to
      PixelData;
    - using std::unique_ptr<> to manage the scope of the file handle and
      image buffer;
    - removed local arrays of image sizes and buffer pointers as a total
      of no more than one of these is used at any given time;
    
    Change-Id: If51688568dd90dc1117b3c9a0de10f6c429bd394
    Signed-off-by: György Straub <g.straub@partner.samsung.com>
    György Straub authored
     
    Browse Dir »

  • Generates DALi examples shared objects and Android DALi launcher application.
    Android DALi application apk then can be installed on supported Android device.
    
    Change-Id: I2f87030feab33aa5c4c944323eb0ca0c042db6bd
    Anton Obzhirov authored
     
    Browse Dir »





  • Change-Id: Ic2fbd3deaf69e4dfcc7ab512c70eae077b12bbc8
    Signed-off-by: Adeel Kazmi <adeel.kazmi@samsung.com>
    Signed-off-by: Buildserver <chella.sivathasan@samsung.com>
    Adeel Kazmi authored
     
    Browse Dir »



  • The tangent was generated by vertex, and was changed to per normal, this will work if the normal are defined per vertex.
    
    This patch is creating good results with the current models tested, but depends on the output of the exporter.
    
    In case the tangents are not correct, the 3D model should be re-exported or generate the normals programmatically.
    
    Change-Id: I35cdf2ce581974ab5fbc85709442bcb3a8112b8f
    greynaga 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 »