-
Notifications
You must be signed in to change notification settings - Fork 40
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Use assimp for loading meshes #393
Commits on May 13, 2022
-
First draft of assimp loader, can load obj and dae meshes
Signed-off-by: Luca Della Vedova <[email protected]>
Configuration menu - View commit details
-
Copy full SHA for 33c8d2f - Browse repository at this point
Copy the full SHA 33c8d2fView commit details -
WIP correct material assignments
Signed-off-by: Luca Della Vedova <[email protected]>
Configuration menu - View commit details
-
Copy full SHA for bce766d - Browse repository at this point
Copy the full SHA bce766dView commit details -
Refactor mesh creation into separate function
Signed-off-by: Luca Della Vedova <[email protected]>
Configuration menu - View commit details
-
Copy full SHA for 3b08c5b - Browse repository at this point
Copy the full SHA 3b08c5bView commit details
Commits on May 18, 2022
-
Signed-off-by: Luca Della Vedova <[email protected]>
Configuration menu - View commit details
-
Copy full SHA for 0ed8f69 - Browse repository at this point
Copy the full SHA 0ed8f69View commit details -
[FEATURE] Drag and drop support for gltf and fbx (#354)
Onur Berk Töre authoredMay 18, 2022 Configuration menu - View commit details
-
Copy full SHA for 531b2a8 - Browse repository at this point
Copy the full SHA 531b2a8View commit details
Commits on May 20, 2022
-
WIP actors with single skeletons working
Signed-off-by: Luca Della Vedova <[email protected]>
2Configuration menu - View commit details
-
Copy full SHA for 8f63b21 - Browse repository at this point
Copy the full SHA 8f63b21View commit details
Commits on May 23, 2022
-
Signed-off-by: Luca Della Vedova <[email protected]>
Configuration menu - View commit details
-
Copy full SHA for db823ca - Browse repository at this point
Copy the full SHA db823caView commit details
Commits on May 30, 2022
-
Fix: Works even the root node doesnt have child (#358)
Signed-off by: Onur Berk Tore [email protected] Co-authored-by: Luca Della Vedova <[email protected]>
Configuration menu - View commit details
-
Copy full SHA for 1795314 - Browse repository at this point
Copy the full SHA 1795314View commit details -
4
Configuration menu - View commit details
-
Copy full SHA for ce4cfc8 - Browse repository at this point
Copy the full SHA ce4cfc8View commit details -
Naming style to follow Gazebo convention
Signed-off-by: Luca Della Vedova <[email protected]>
Configuration menu - View commit details
-
Copy full SHA for 47e42a3 - Browse repository at this point
Copy the full SHA 47e42a3View commit details -
Merge branch 'main' of github.com:gazebosim/gz-common into luca/assim…
…p_sandbox Signed-off-by: Luca Della Vedova <[email protected]>
Configuration menu - View commit details
-
Copy full SHA for 2a94bfc - Browse repository at this point
Copy the full SHA 2a94bfcView commit details -
Signed-off-by: Luca Della Vedova <[email protected]>
Configuration menu - View commit details
-
Copy full SHA for c106035 - Browse repository at this point
Copy the full SHA c106035View commit details
Commits on Jun 1, 2022
-
Parse alpha from texture from GLTF materials
Signed-off-by: Luca Della Vedova <[email protected]>
Configuration menu - View commit details
-
Copy full SHA for d5f9935 - Browse repository at this point
Copy the full SHA d5f9935View commit details -
Minor cleanups, parse metalness and roughness
Signed-off-by: Luca Della Vedova <[email protected]>
Configuration menu - View commit details
-
Copy full SHA for 1f28b89 - Browse repository at this point
Copy the full SHA 1f28b89View commit details
Commits on Jun 3, 2022
-
Fix: Assimp generates normals for all the meshes. (#359)
* Fix: Works even the root node doesnt have child * Assimp also generates normals * Revert "Fix: Works even the root node doesnt have child" This reverts commit 7687252. Signed-off by: Onur Berk Tore, [email protected] Signed-off by: Onur Berk Tore, [email protected] Co-authored-by: Luca Della Vedova <[email protected]>
Configuration menu - View commit details
-
Copy full SHA for b7f160a - Browse repository at this point
Copy the full SHA b7f160aView commit details
Commits on Jun 6, 2022
-
WIP create API for having in memory textures
Signed-off-by: Luca Della Vedova <[email protected]>
Configuration menu - View commit details
-
Copy full SHA for 1c9771d - Browse repository at this point
Copy the full SHA 1c9771dView commit details -
Signed-off-by: Luca Della Vedova <[email protected]>
Configuration menu - View commit details
-
Copy full SHA for fd3a0f5 - Browse repository at this point
Copy the full SHA fd3a0f5View commit details
Commits on Jun 9, 2022
-
Add API to load compressed images and read RGBA data
Signed-off-by: Luca Della Vedova <[email protected]>
Configuration menu - View commit details
-
Copy full SHA for 08f1102 - Browse repository at this point
Copy the full SHA 08f1102View commit details -
Signed-off-by: Luca Della Vedova <[email protected]>
Configuration menu - View commit details
-
Copy full SHA for 661823c - Browse repository at this point
Copy the full SHA 661823cView commit details -
Signed-off-by: Luca Della Vedova <[email protected]>
Configuration menu - View commit details
-
Copy full SHA for b5ab18f - Browse repository at this point
Copy the full SHA b5ab18fView commit details -
Configuration menu - View commit details
-
Copy full SHA for 97b459e - Browse repository at this point
Copy the full SHA 97b459eView commit details
Commits on Jun 10, 2022
-
Migrate to image API, minor cleanups
Signed-off-by: Luca Della Vedova <[email protected]>
Configuration menu - View commit details
-
Copy full SHA for d08554f - Browse repository at this point
Copy the full SHA d08554fView commit details -
Configuration menu - View commit details
-
Copy full SHA for 304cd93 - Browse repository at this point
Copy the full SHA 304cd93View commit details -
Add PBR materials to inmemory textures
Signed-off-by: Luca Della Vedova <[email protected]>
Configuration menu - View commit details
-
Copy full SHA for d6c59b1 - Browse repository at this point
Copy the full SHA d6c59b1View commit details
Commits on Jun 13, 2022
-
Configuration menu - View commit details
-
Copy full SHA for 6879e1c - Browse repository at this point
Copy the full SHA 6879e1cView commit details
Commits on Jun 15, 2022
-
Use correct mesh index to load bones
Signed-off-by: Luca Della Vedova <[email protected]>
Configuration menu - View commit details
-
Copy full SHA for 435fe13 - Browse repository at this point
Copy the full SHA 435fe13View commit details
Commits on Jun 17, 2022
-
Add metallic roughness map support
Signed-off-by: Luca Della Vedova <[email protected]>
Configuration menu - View commit details
-
Copy full SHA for 91e32ea - Browse repository at this point
Copy the full SHA 91e32eaView commit details
Commits on Jun 21, 2022
-
Merge branch 'main' into luca/assimp_sandbox
Signed-off-by: Luca Della Vedova <[email protected]>
Configuration menu - View commit details
-
Copy full SHA for d09f892 - Browse repository at this point
Copy the full SHA d09f892View commit details -
Add API to return image data as vector of bytes
Signed-off-by: Luca Della Vedova <[email protected]>
Configuration menu - View commit details
-
Copy full SHA for ee7fb08 - Browse repository at this point
Copy the full SHA ee7fb08View commit details -
Signed-off-by: Luca Della Vedova <[email protected]>
Configuration menu - View commit details
-
Copy full SHA for 7ee1c45 - Browse repository at this point
Copy the full SHA 7ee1c45View commit details
Commits on Jun 22, 2022
-
Signed-off-by: Luca Della Vedova <[email protected]>
Configuration menu - View commit details
-
Copy full SHA for c822fc0 - Browse repository at this point
Copy the full SHA c822fc0View commit details
Commits on Jun 23, 2022
-
Move to GZ impl ptr, don't remove empty bones
Signed-off-by: Luca Della Vedova <[email protected]>
Configuration menu - View commit details
-
Copy full SHA for 032611b - Browse repository at this point
Copy the full SHA 032611bView commit details
Commits on Jun 24, 2022
-
Configuration menu - View commit details
-
Copy full SHA for 05f4604 - Browse repository at this point
Copy the full SHA 05f4604View commit details
Commits on Jun 27, 2022
-
Configuration menu - View commit details
-
Copy full SHA for 2f78228 - Browse repository at this point
Copy the full SHA 2f78228View commit details -
Configuration menu - View commit details
-
Copy full SHA for 9d9d692 - Browse repository at this point
Copy the full SHA 9d9d692View commit details
Commits on Jun 28, 2022
-
Add path to find external texture for collada files
Signed-off-by: Luca Della Vedova <[email protected]>
Configuration menu - View commit details
-
Copy full SHA for 41541c1 - Browse repository at this point
Copy the full SHA 41541c1View commit details -
WIP port all tests from other loaders
Signed-off-by: Luca Della Vedova <[email protected]>
Configuration menu - View commit details
-
Copy full SHA for da0d078 - Browse repository at this point
Copy the full SHA da0d078View commit details -
Minor cleanup and name migration
Signed-off-by: Luca Della Vedova <[email protected]>
2Configuration menu - View commit details
-
Copy full SHA for 98c5c06 - Browse repository at this point
Copy the full SHA 98c5c06View commit details -
WIP Fixing and reenabling tests
Signed-off-by: Luca Della Vedova <[email protected]>
Configuration menu - View commit details
-
Copy full SHA for 2f580e7 - Browse repository at this point
Copy the full SHA 2f580e7View commit details -
Signed-off-by: Luca Della Vedova <[email protected]>
Configuration menu - View commit details
-
Copy full SHA for efec93f - Browse repository at this point
Copy the full SHA efec93fView commit details
Commits on Jun 29, 2022
-
Signed-off-by: Luca Della Vedova <[email protected]>
Configuration menu - View commit details
-
Copy full SHA for 683a6c1 - Browse repository at this point
Copy the full SHA 683a6c1View commit details
Commits on Jun 30, 2022
-
Fix: Reversed models when skeletons exist (#375)
* Fix: Reverse model issue Co-authored-by: Luca Della Vedova <[email protected]>
Configuration menu - View commit details
-
Copy full SHA for b5bc4db - Browse repository at this point
Copy the full SHA b5bc4dbView commit details -
Configuration menu - View commit details
-
Copy full SHA for b630640 - Browse repository at this point
Copy the full SHA b630640View commit details
Commits on Jul 8, 2022
-
Revert to only parse skeletons for scenes with animations
Signed-off-by: Luca Della Vedova <[email protected]>
Configuration menu - View commit details
-
Copy full SHA for a970a52 - Browse repository at this point
Copy the full SHA a970a52View commit details
Commits on Jul 12, 2022
-
Signed-off-by: Luca Della Vedova <[email protected]>
Configuration menu - View commit details
-
Copy full SHA for 4e7c022 - Browse repository at this point
Copy the full SHA 4e7c022View commit details -
Minor performance improvements in mesh manager
Signed-off-by: Luca Della Vedova <[email protected]>
Configuration menu - View commit details
-
Copy full SHA for 2b2e220 - Browse repository at this point
Copy the full SHA 2b2e220View commit details -
Add assimp dependency to github packages
Signed-off-by: Luca Della Vedova <[email protected]>
Configuration menu - View commit details
-
Copy full SHA for d030bc5 - Browse repository at this point
Copy the full SHA d030bc5View commit details -
Merge branch 'main' into luca/assimp_sandbox
Signed-off-by: Luca Della Vedova <[email protected]>
Configuration menu - View commit details
-
Copy full SHA for af99a3e - Browse repository at this point
Copy the full SHA af99a3eView commit details -
Don't force assimp version anymore
Signed-off-by: Luca Della Vedova <[email protected]>
Configuration menu - View commit details
-
Copy full SHA for 57f8a73 - Browse repository at this point
Copy the full SHA 57f8a73View commit details -
Signed-off-by: Luca Della Vedova <[email protected]>
Configuration menu - View commit details
-
Copy full SHA for 8bb789e - Browse repository at this point
Copy the full SHA 8bb789eView commit details -
Documentation, remove workaround and clean state
Signed-off-by: Luca Della Vedova <[email protected]>
Configuration menu - View commit details
-
Copy full SHA for 5a5cbea - Browse repository at this point
Copy the full SHA 5a5cbeaView commit details
Commits on Jul 14, 2022
-
Minor cleanup and review feedback
Signed-off-by: Luca Della Vedova <[email protected]>
Configuration menu - View commit details
-
Copy full SHA for d647967 - Browse repository at this point
Copy the full SHA d647967View commit details
Commits on Jul 18, 2022
-
Configuration menu - View commit details
-
Copy full SHA for 28f9b68 - Browse repository at this point
Copy the full SHA 28f9b68View commit details
Commits on Jul 19, 2022
-
Merge branch 'main' of https://github.com/ignitionrobotics/ign-common …
…into luca/assimp_sandbox
Configuration menu - View commit details
-
Copy full SHA for 589bc8a - Browse repository at this point
Copy the full SHA 589bc8aView commit details -
Signed-off-by: Luca Della Vedova <[email protected]>
Configuration menu - View commit details
-
Copy full SHA for 51a8953 - Browse repository at this point
Copy the full SHA 51a8953View commit details
Commits on Jul 20, 2022
-
Signed-off-by: Luca Della Vedova <[email protected]>
Configuration menu - View commit details
-
Copy full SHA for d798f74 - Browse repository at this point
Copy the full SHA d798f74View commit details -
Signed-off-by: Luca Della Vedova <[email protected]>
Configuration menu - View commit details
-
Copy full SHA for a62eb6f - Browse repository at this point
Copy the full SHA a62eb6fView commit details -
Update for bone node assignment in assimp 5.2.0
Signed-off-by: Luca Della Vedova <[email protected]>
Configuration menu - View commit details
-
Copy full SHA for 8ce8b79 - Browse repository at this point
Copy the full SHA 8ce8b79View commit details -
Signed-off-by: Luca Della Vedova <[email protected]>
Configuration menu - View commit details
-
Copy full SHA for 6a0839a - Browse repository at this point
Copy the full SHA 6a0839aView commit details -
Revert to normal loaders for old asset formats
Signed-off-by: Luca Della Vedova <[email protected]>
Configuration menu - View commit details
-
Copy full SHA for cdfb6da - Browse repository at this point
Copy the full SHA cdfb6daView commit details -
Signed-off-by: Luca Della Vedova <[email protected]>
Configuration menu - View commit details
-
Copy full SHA for 61e22e6 - Browse repository at this point
Copy the full SHA 61e22e6View commit details -
Feature: Inits units tests for fbx and glTF2 (#385)
Signed-off-by: Onur Berk Tore <[email protected]>
Onur Berk Töre authoredJul 20, 2022 Configuration menu - View commit details
-
Copy full SHA for 8fe6b91 - Browse repository at this point
Copy the full SHA 8fe6b91View commit details -
Signed-off-by: Luca Della Vedova <[email protected]>
Configuration menu - View commit details
-
Copy full SHA for 36aca25 - Browse repository at this point
Copy the full SHA 36aca25View commit details -
Configuration menu - View commit details
-
Copy full SHA for 54aea7c - Browse repository at this point
Copy the full SHA 54aea7cView commit details
Commits on Jul 22, 2022
-
Merge remote-tracking branch 'origin/luca/vector_image_data' into luc…
…a/assimp_sandbox
Configuration menu - View commit details
-
Copy full SHA for 590ee15 - Browse repository at this point
Copy the full SHA 590ee15View commit details -
Signed-off-by: Luca Della Vedova <[email protected]>
Configuration menu - View commit details
-
Copy full SHA for e0b3cd6 - Browse repository at this point
Copy the full SHA e0b3cd6View commit details -
Signed-off-by: Luca Della Vedova <[email protected]>
Configuration menu - View commit details
-
Copy full SHA for a0c668d - Browse repository at this point
Copy the full SHA a0c668dView commit details -
Signed-off-by: Luca Della Vedova <[email protected]>
Configuration menu - View commit details
-
Copy full SHA for d78e2dd - Browse repository at this point
Copy the full SHA d78e2ddView commit details -
Signed-off-by: Luca Della Vedova <[email protected]>
Configuration menu - View commit details
-
Copy full SHA for ff4c1eb - Browse repository at this point
Copy the full SHA ff4c1ebView commit details
Commits on Jul 26, 2022
-
Merge branch 'main' of https://github.com/ignitionrobotics/ign-common …
…into luca/assimp_sandbox Signed-off-by: Luca Della Vedova <[email protected]>
Configuration menu - View commit details
-
Copy full SHA for cdc14c8 - Browse repository at this point
Copy the full SHA cdc14c8View commit details
Commits on Jul 27, 2022
-
Address review feedback, fix const correctness
Signed-off-by: Luca Della Vedova <[email protected]>
Configuration menu - View commit details
-
Copy full SHA for 85bfe1b - Browse repository at this point
Copy the full SHA 85bfe1bView commit details -
Add test for fully featured GLB and embedded lightmap
Signed-off-by: Luca Della Vedova <[email protected]>
Configuration menu - View commit details
-
Copy full SHA for 9165ee9 - Browse repository at this point
Copy the full SHA 9165ee9View commit details -
Skip test on older assimp version
Signed-off-by: Luca Della Vedova <[email protected]>
Configuration menu - View commit details
-
Copy full SHA for 25616cd - Browse repository at this point
Copy the full SHA 25616cdView commit details -
Add test to texture values and alpha from texture
Signed-off-by: Luca Della Vedova <[email protected]>
Configuration menu - View commit details
-
Copy full SHA for e801652 - Browse repository at this point
Copy the full SHA e801652View commit details -
Fix color test, add mesh manager integration test
Signed-off-by: Luca Della Vedova <[email protected]>
Configuration menu - View commit details
-
Copy full SHA for 2f969d4 - Browse repository at this point
Copy the full SHA 2f969d4View commit details -
Fix texture splitting index calculation
Signed-off-by: Luca Della Vedova <[email protected]>
Configuration menu - View commit details
-
Copy full SHA for 8224142 - Browse repository at this point
Copy the full SHA 8224142View commit details -
Fix color parsing and unit test
Signed-off-by: Luca Della Vedova <[email protected]>
Configuration menu - View commit details
-
Copy full SHA for 1138935 - Browse repository at this point
Copy the full SHA 1138935View commit details
Commits on Jul 29, 2022
-
Temporary - use gz-cmake custom branch for CI
Signed-off-by: Luca Della Vedova <[email protected]>
Configuration menu - View commit details
-
Copy full SHA for 44e19b1 - Browse repository at this point
Copy the full SHA 44e19b1View commit details -
Signed-off-by: Luca Della Vedova <[email protected]>
Configuration menu - View commit details
-
Copy full SHA for 5d43e70 - Browse repository at this point
Copy the full SHA 5d43e70View commit details -
Remove github dependencies file
Signed-off-by: Luca Della Vedova <[email protected]>
Configuration menu - View commit details
-
Copy full SHA for 420bc48 - Browse repository at this point
Copy the full SHA 420bc48View commit details -
Disable narrowing conversion warning
Signed-off-by: Luca Della Vedova <[email protected]>
Configuration menu - View commit details
-
Copy full SHA for a7b0967 - Browse repository at this point
Copy the full SHA a7b0967View commit details -
Silence warning on Ubuntu / Mac
Signed-off-by: Luca Della Vedova <[email protected]>
Configuration menu - View commit details
-
Copy full SHA for acdf06d - Browse repository at this point
Copy the full SHA acdf06dView commit details -
Merge branch 'main' into luca/assimp_sandbox
Signed-off-by: Luca Della Vedova <[email protected]>
Configuration menu - View commit details
-
Copy full SHA for 4484e5e - Browse repository at this point
Copy the full SHA 4484e5eView commit details -
Introduces GZ_MESH_FORCE_ASSIMP flag (#403)
Signed-off-by: Onur Berk Tore <[email protected]>
Onur Berk Töre authoredJul 29, 2022 Configuration menu - View commit details
-
Copy full SHA for afc47c8 - Browse repository at this point
Copy the full SHA afc47c8View commit details -
Add integration test for environment variable
Signed-off-by: Luca Della Vedova <[email protected]>
Configuration menu - View commit details
-
Copy full SHA for 2c07731 - Browse repository at this point
Copy the full SHA 2c07731View commit details
Commits on Jul 30, 2022
-
Signed-off-by: Louise Poubel <[email protected]>
Configuration menu - View commit details
-
Copy full SHA for a1c0b9f - Browse repository at this point
Copy the full SHA a1c0b9fView commit details