Skip to content
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

multitexture materials #96

Merged
merged 15 commits into from
Sep 13, 2021
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
The table of contents is too big for display.
Diff view
Diff view
  •  
  •  
  •  
4 changes: 3 additions & 1 deletion .github/workflows/Doxygen.yml
Original file line number Diff line number Diff line change
@@ -1,5 +1,7 @@
name: Documentation Generation
on: [push]
on:
push:
branches: [develop]
jobs:
Doxygen:
runs-on: ubuntu-latest
Expand Down
5 changes: 4 additions & 1 deletion .github/workflows/UnitTests.yml
Original file line number Diff line number Diff line change
@@ -1,5 +1,8 @@
name: Unit Testing
on: [push]
on:
push:
branches: [develop]
pull_request:
jobs:
Debian:
runs-on: ubuntu-latest
Expand Down
3 changes: 1 addition & 2 deletions .github/workflows/codeql-analysis.yml
Original file line number Diff line number Diff line change
Expand Up @@ -10,8 +10,7 @@
# supported CodeQL languages.
#
name: "Code Quality"

on: [push]
on: [push, pull_request]
jobs:
analyze:
name: Analyze
Expand Down
100 changes: 0 additions & 100 deletions docs/README_8md.html

This file was deleted.

This file was deleted.

118 changes: 0 additions & 118 deletions docs/annotated.html

This file was deleted.

19 changes: 0 additions & 19 deletions docs/annotated_dup.js

This file was deleted.

127 changes: 0 additions & 127 deletions docs/assets_8hpp.html

This file was deleted.

Loading