[Improve file explorer & implement Assimp with lighting/material support]
- Reworked file explorer UI for clearer hierarchy and usability
- Actually wired up Assimp properly for model loading
- Added basic lighting support
- Added independent material support per mesh
(oh my gosh this took 4 days to actually get working, let alone not crashing 😭)
This commit is contained in:
4
build.sh
4
build.sh
@@ -9,9 +9,11 @@ finish() {
|
||||
local duration=$((end_time - start_time))
|
||||
|
||||
if [ $exit_code -eq 0 ]; then
|
||||
echo -e "================================\n Modularity - Native Linux Build Complete\n================================"
|
||||
echo -e "[Complete]: Your Modularity Build Completed in ${duration}s!\nThe build should be located under Modularity within another folder called 'Build'"
|
||||
else
|
||||
echo "[!]: Your Modularity Build Failed after ${duration}s (exit code ${exit_code})."
|
||||
echo -e "================================\n Modularity - Native Linux Build Failed\n================================"
|
||||
echo "[Failed]: Your Modularity Build Failed after ${duration}s (exit code ${exit_code})."
|
||||
fi
|
||||
|
||||
exit $exit_code
|
||||
|
||||
Reference in New Issue
Block a user