2023-03-07 |
seungho baek | Add glb-loader to load gltf2-binary 71/288871/20 |
tree | commitdiff |
2023-03-07 |
seungho baek | Add model-loader to abstract gltf2-loader and dli-loader 07/288607/30 |
tree | commitdiff |
2023-03-02 |
Eunki Hong | Make multiple roots model share the resources. 01/289101/2 |
tree | commitdiff |
2023-03-01 |
huayong.xu | Make sure that global variables are initialized lazily... 02/289102/1 |
tree | commitdiff |
2023-02-28 |
Richard | Cache manager for 3D models 98/287698/18 |
tree | commitdiff |
2023-02-27 |
David Steele | Merge "Allow to load uint32_t as indices" into devel... |
tree | commitdiff |
2023-02-24 |
David Steele | Merge "DALi Version 2.2.15" into devel/master |
tree | commitdiff |
2023-02-24 |
Eunki Hong | Merge "Generate Camera from loaded model" into devel... |
tree | commitdiff |
2023-02-24 |
Eunki Hong | Allow to load uint32_t as indices 37/288537/11 |
tree | commitdiff |
2023-02-24 |
Eunki Hong | Generate Camera from loaded model 30/288530/9 |
tree | commitdiff |
2023-02-24 |
Bowon Ryu | Merge "Fix space font validation condition" into devel... |
tree | commitdiff |
2023-02-22 |
Seungho BAEK | Merge "Refactoring model-impl.cpp" into devel/master |
tree | commitdiff |
2023-02-20 |
David Steele | Merge "Replace std::string global variables with C... |
tree | commitdiff |
2023-02-20 |
David Steele | Merge "Make sure that global variables are initialized... |
tree | commitdiff |
2023-02-20 |
seungho baek | Refactoring model-impl.cpp 85/288585/5 |
tree | commitdiff |
2023-02-20 |
Eunki Hong | Merge "Make SceneView's default camera is 3D camera... |
tree | commitdiff |
2023-02-20 |
Eunki Hong | Merge "Reduce decoding time of embedded gltf + Fix... |
tree | commitdiff |
2023-02-20 |
Eunki Hong | Merge "Generate tangent as Vector4 for gltf" into devel... |
tree | commitdiff |
2023-02-20 |
Eunki Hong | Merge "Fix gltf animation's 0 frame behavior." into... |
tree | commitdiff |
2023-02-18 |
Eunki Hong | Generate tangent as Vector4 for gltf 73/287173/11 |
tree | commitdiff |
2023-02-17 |
Eunki, Hong | Make SceneView's default camera is 3D camera 90/288490/2 |
tree | commitdiff |
2023-02-17 |
Eunki, Hong | Reduce decoding time of embedded gltf + Fix base64... 35/287635/7 |
tree | commitdiff |
2023-02-17 |
huayong.xu | Replace std::string global variables with C-style string. 36/288336/2 |
tree | commitdiff |
2023-02-16 |
Eunki, Hong | Fix gltf animation's 0 frame behavior. 22/288422/2 |
tree | commitdiff |
2023-02-15 |
Bowon Ryu | Merge "Fix the valid condition of text update" into... |
tree | commitdiff |
2023-02-15 |
Adeel Kazmi | Merge "Add PathFinder algorithm using SPFA" into devel... |
tree | commitdiff |
2023-02-07 |
Eunki, Hong | Fix svace issue (uint32_t to long or std::streamsize) 25/287825/2 |
tree | commitdiff |
2023-02-04 |
Eunki Hong | Add PathFinder algorithm using SPFA 22/287422/7 |
tree | commitdiff |
2023-02-01 |
Adeel Kazmi | Fixed SVACE issue in gltf2-loader 24/287624/1 |
tree | commitdiff |
2023-01-31 |
Eunki, Hong | Make API to set MultiSampling level for SceneView 57/287357/5 |
tree | commitdiff |
2023-01-31 |
Seungho BAEK | Merge "Support embedded texture data for glTF + alpha... |
tree | commitdiff |
2023-01-30 |
Eunki Hong | Merge "Remove useless warning message when multiline... |
tree | commitdiff |
2023-01-30 |
Eunki Hong | Merge "Doxygen check version and block low version... |
tree | commitdiff |
2023-01-30 |
Eunki Hong | Merge "Cleanup .gitignore file" into devel/master |
tree | commitdiff |
2023-01-29 |
seungho baek | Support embedded texture data for glTF + alpha 36/286936/22 |
tree | commitdiff |
2023-01-27 |
Adam Bialogonski | Added NavigationMesh and PathFinding using A* algorithm... 60/286960/25 |
tree | commitdiff |
2023-01-27 |
David Steele | Merge "DALi Version 2.2.11" into devel/master |
tree | commitdiff |
2023-01-27 |
seungho baek | Fix default IBL env map type as Cube Map 40/287340/1 |
tree | commitdiff |
2023-01-26 |
seungho baek | Use EnvironmentMapLoadTask to load Equirectangular... 72/286172/38 |
tree | commitdiff |
2023-01-19 |
David Steele | Merge "Updating Test Harness to show wait channel"... |
tree | commitdiff |
2023-01-18 |
Eunki, Hong | Able to load uint8_t type Joint + Able to animate 0... 61/286361/6 |
tree | commitdiff |
2023-01-16 |
Bowon Ryu | Merge "Add GetSpanType API" into devel/master |
tree | commitdiff |
2023-01-13 |
Adeel Kazmi | Fix SVACE error in scene-view 52/286852/1 |
tree | commitdiff |
2023-01-12 |
Seungho BAEK | Merge "Asynchronous loading of Scene3D resources" into... |
tree | commitdiff |
2023-01-12 |
seunghobaek | Asynchronous loading of Scene3D resources 11/284211/35 |
tree | commitdiff |
2023-01-10 |
Bowon Ryu | Merge "Add GetTextBoundingRectangle API for Text Contro... |
tree | commitdiff |
2023-01-10 |
Bowon Ryu | Merge "Add GetCharacterIndexAtPosition API" into devel... |
tree | commitdiff |
2023-01-06 |
seungho baek | Bug fix to load animation of dli in Model |
tree | commitdiff |
2022-12-22 |
Seungho BAEK | Merge "Use Renderer::BlendMode::USE_ACTOR_OPACITY inste... |
tree | commitdiff |
2022-12-21 |
Bowon Ryu | Merge "Spannable: Add StrikethroughSpan" into devel... |
tree | commitdiff |
2022-12-21 |
Seungho BAEK | Merge "Modify ColorMode Policy for SceneView and Model... |
tree | commitdiff |
2022-12-20 |
seungho baek | Modify ColorMode Policy for SceneView and Model 11/285811/3 |
tree | commitdiff |
2022-12-20 |
Bowon Ryu | Merge "Spannable: Add ItalicSpan" into devel/master |
tree | commitdiff |
2022-12-20 |
Bowon Ryu | Merge "Spannable: Add BoldSpan" into devel/master |
tree | commitdiff |
2022-12-20 |
seungho baek | Use Renderer::BlendMode::USE_ACTOR_OPACITY instead... 04/285404/5 |
tree | commitdiff |
2022-12-19 |
Eunki, Hong | Minor coverity issue fixes 55/282555/24 |
tree | commitdiff |
2022-12-19 |
Eunki Hong | Merge "Fix Scene3D shader cache miss" into devel/master |
tree | commitdiff |
2022-12-19 |
David Steele | Merge "Sync UTC harness" into devel/master |
tree | commitdiff |
2022-12-19 |
Eunki, Hong | Fix Scene3D shader cache miss 97/285297/6 |
tree | commitdiff |
2022-12-19 |
Bowon Ryu | Merge "Spannable: Add CharacterSpacing span" into devel... |
tree | commitdiff |
2022-12-19 |
Bowon Ryu | Merge "Add Filter in InputFilter" into devel/master |
tree | commitdiff |
2022-12-16 |
Adeel Kazmi | Merge "Allow duplicated name and use Actor ID as a... |
tree | commitdiff |
2022-12-16 |
Lukasz Oleksak | Merge "[AT-SPI] Add child_bus attribute to parents... |
tree | commitdiff |
2022-12-16 |
Adeel Kazmi | Merge "DALi Version 2.2.6" into devel/master |
tree | commitdiff |
2022-12-16 |
seungho baek | Fix Scene3d::Loader bugs 30/284930/9 |
tree | commitdiff |
2022-12-16 |
sunghyun kim | Merge "Fix issue using broken image" into devel/master |
tree | commitdiff |
2022-12-15 |
Adeel Kazmi | Merge "Prepare Doxygen version update 1.9.1" into devel... |
tree | commitdiff |
2022-12-15 |
Adeel Kazmi | Merge "Equirectangular projection support for Skybox... |
tree | commitdiff |
2022-12-15 |
Adeel Kazmi | Merge "Make PremultiplyOnLoad flag in image-cache class... |
tree | commitdiff |
2022-12-15 |
Bowon Ryu | Merge "Spannable: Add UnderlineSpan" into devel/master |
tree | commitdiff |
2022-12-15 |
Bowon Ryu | Merge "Add IsSpannedTextPlaced" into devel/master |
tree | commitdiff |
2022-12-14 |
Richard | Equirectangular projection support for Skybox in SceneView 60/285560/3 |
tree | commitdiff |
2022-12-14 |
seungho baek | Allow duplicated name and use Actor ID as a unique... 92/285392/11 |
tree | commitdiff |
2022-12-13 |
Eunki, Hong | Make FBO visual use premultiplied alpha 86/285486/1 |
tree | commitdiff |
2022-12-05 |
Richard | Texture size reduction on the fly for 3D model using... 99/284399/17 |
tree | commitdiff |
2022-12-01 |
Eunki Hong | Merge "Make SceneView FBO multisampling + Sync utc... |
tree | commitdiff |
2022-11-30 |
Eunki, Hong | Make SceneView FBO multisampling + Sync utc harness 15/284215/6 |
tree | commitdiff |
2022-11-29 |
Eunki Hong | Merge "Add DesiredWidth/Height and samplingMode in... |
tree | commitdiff |
2022-11-29 |
Seungho BAEK | Merge "Support KHR_materials_specular and KHR_materials... |
tree | commitdiff |
2022-11-29 |
Seungho BAEK | Merge "Enable multiple primitives in a mesh(glTF)"... |
tree | commitdiff |
2022-11-29 |
Bowon Ryu | Merge "Fix hidden input issue" into devel/master |
tree | commitdiff |
2022-11-29 |
seungho baek | Support KHR_materials_specular and KHR_materials_ior... 77/284477/10 |
tree | commitdiff |
2022-11-28 |
seunghobaek | Enable multiple primitives in a mesh(glTF) 96/284396/14 |
tree | commitdiff |
2022-11-25 |
Adeel Kazmi | Merge "DALi Version 2.2.3" into devel/master |
tree | commitdiff |
2022-11-25 |
Eunki, Hong | Make Scene3D controls also applied actor color 94/284494/5 |
tree | commitdiff |
2022-11-22 |
David Steele | Merge "Creates RenderTask when it connects on Scene... |
tree | commitdiff |
2022-11-22 |
seungho baek | Creates RenderTask when it connects on Scene and Remove... 85/284585/6 |
tree | commitdiff |
2022-11-22 |
Seungho BAEK | Merge "Fix SVACE Issue" into devel/master |
tree | commitdiff |
2022-11-16 |
Eunki Hong | Merge "Deprecate camera plane distance setter + Allow... |
tree | commitdiff |
2022-11-15 |
Eunki, Hong | Deprecate camera plane distance setter + Allow to setup... 41/283941/5 |
tree | commitdiff |
2022-11-14 |
Heeyong Song | Merge "Fix SVACE issue" into devel/master |
tree | commitdiff |
2022-11-11 |
David Steele | Merge "DALi Version 2.2.1" into devel/master |
tree | commitdiff |
2022-11-11 |
Eunki, Hong | (Scene3D) Change model's default behavior 73/284173/2 |
tree | commitdiff |
2022-11-09 |
seungho | Refactoring of SceneView and Model. 05/283605/11 |
tree | commitdiff |
2022-11-07 |
Bowon Ryu | Merge "Add GetLineBoundingRectangle API." into devel... |
tree | commitdiff |
2022-11-04 |
Eunki, Hong | Fix Svace issue for 64bit 85/283885/1 |
tree | commitdiff |
2022-11-02 |
seungho | Add Skybox in SceneView 03/283303/12 |
tree | commitdiff |
2022-10-11 |
Eunki, Hong | Apply ProjectionDirection property when SceneView size... 95/282395/7 |
tree | commitdiff |
2022-10-06 |
seungho | Fix Svace issue 73/282573/1 |
tree | commitdiff |
2022-10-06 |
seungho | Rotate camera when window orientation is changed. 92/282392/7 |
tree | commitdiff |
next |