Skip to content

Commit

Permalink
More comments
Browse files Browse the repository at this point in the history
  • Loading branch information
hudrima1 committed Jun 30, 2024
1 parent fb04699 commit e16a203
Show file tree
Hide file tree
Showing 104 changed files with 136 additions and 125 deletions.
2 changes: 2 additions & 0 deletions apps/app_demo/source/AppDemoSceneView.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -19,6 +19,7 @@ AppDemoSceneView::AppDemoSceneView(SLScene* s,
{
}
//-----------------------------------------------------------------------------
// ???
SLbool AppDemoSceneView::onKeyPress(SLKey key, SLKey mod)
{
// Keyboard shortcuts for next or previous sceneID loading
Expand All @@ -45,6 +46,7 @@ SLbool AppDemoSceneView::onKeyPress(SLKey key, SLKey mod)
return SLSceneView::onKeyPress(key, mod);
}
//-----------------------------------------------------------------------------
// ???
SLbool AppDemoSceneView::onKeyRelease(SLKey key, SLKey mod)
{
if (AppDemoGui::hideUI)
Expand Down
1 change: 1 addition & 0 deletions apps/app_demo/source/AppDemoVideo.cpp
Original file line number Diff line number Diff line change
@@ -1,5 +1,6 @@
/**
* \file AppDemoVideo.cpp
* \brief All video capturing and video tracking functions are in here.
* \date August 2019
* \authors Marcus Hudritsch
* \copyright http://opensource.org/licenses/GPL-3.0
Expand Down
3 changes: 1 addition & 2 deletions apps/app_demo/source/scenes/AppDemoScene2Dand3DText.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -4,8 +4,7 @@
* \details For more info about App framework and the scene assembly see:
* https://cpvrlab.github.io/SLProject4/app-framework.html
* \date May 2024
* \date May 2024
* \authors Marino von Wattenwyl
* \authors Marcus Hudritsch, Marino von Wattenwyl
* \copyright http://opensource.org/licenses/GPL-3.0
* \remarks Please use clangformat to format the code. See more code style on
* https://github.com/cpvrlab/SLProject4/wiki/SLProject-Coding-Style
Expand Down
2 changes: 1 addition & 1 deletion apps/app_demo/source/scenes/AppDemoScene2Dand3DText.h
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@
* \details For more info about App framework and the scene assembly see:
* https://cpvrlab.github.io/SLProject4/app-framework.html
* \date May 2024
* \authors Marino von Wattenwyl
* \authors Marcus Hudritsch, Marino von Wattenwyl
* \copyright http://opensource.org/licenses/GPL-3.0
* \remarks Please use clangformat to format the code. See more code style on
* https://github.com/cpvrlab/SLProject4/wiki/SLProject-Coding-Style
Expand Down
2 changes: 1 addition & 1 deletion apps/app_demo/source/scenes/AppDemoSceneAnimNode.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@
* \details For more info about App framework and the scene assembly see:
* https://cpvrlab.github.io/SLProject4/app-framework.html
* \date May 2024
* \authors Marino von Wattenwyl
* \authors Marcus Hudritsch, Marino von Wattenwyl
* \copyright http://opensource.org/licenses/GPL-3.0
* \remarks Please use clangformat to format the code. See more code style on
* https://github.com/cpvrlab/SLProject4/wiki/SLProject-Coding-Style
Expand Down
2 changes: 1 addition & 1 deletion apps/app_demo/source/scenes/AppDemoSceneAnimNode.h
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@
* \details For more info about App framework and the scene assembly see:
* https://cpvrlab.github.io/SLProject4/app-framework.html
* \date May 2024
* \authors Marino von Wattenwyl
* \authors Marcus Hudritsch, Marino von Wattenwyl
* \copyright http://opensource.org/licenses/GPL-3.0
* \remarks Please use clangformat to format the code. See more code style on
* https://github.com/cpvrlab/SLProject4/wiki/SLProject-Coding-Style
Expand Down
2 changes: 1 addition & 1 deletion apps/app_demo/source/scenes/AppDemoSceneAnimNodeMass.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@
* \details For more info about App framework and the scene assembly see:
* https://cpvrlab.github.io/SLProject4/app-framework.html
* \date May 2024
* \authors Marino von Wattenwyl
* \authors Marcus Hudritsch, Marino von Wattenwyl
* \copyright http://opensource.org/licenses/GPL-3.0
* \remarks Please use clangformat to format the code. See more code style on
* https://github.com/cpvrlab/SLProject4/wiki/SLProject-Coding-Style
Expand Down
2 changes: 1 addition & 1 deletion apps/app_demo/source/scenes/AppDemoSceneAnimNodeMass.h
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@
* \details For more info about App framework and the scene assembly see:
* https://cpvrlab.github.io/SLProject4/app-framework.html
* \date May 2024
* \authors Marino von Wattenwyl
* \authors Marcus Hudritsch, Marino von Wattenwyl
* \copyright http://opensource.org/licenses/GPL-3.0
* \remarks Please use clangformat to format the code. See more code style on
* https://github.com/cpvrlab/SLProject4/wiki/SLProject-Coding-Style
Expand Down
2 changes: 1 addition & 1 deletion apps/app_demo/source/scenes/AppDemoSceneAnimNodeMass2.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@
* \details For more info about App framework and the scene assembly see:
* https://cpvrlab.github.io/SLProject4/app-framework.html
* \date May 2024
* \authors Marino von Wattenwyl
* \authors Marcus Hudritsch, Marino von Wattenwyl
* \copyright http://opensource.org/licenses/GPL-3.0
* \remarks Please use clangformat to format the code. See more code style on
* https://github.com/cpvrlab/SLProject4/wiki/SLProject-Coding-Style
Expand Down
2 changes: 1 addition & 1 deletion apps/app_demo/source/scenes/AppDemoSceneAnimNodeMass2.h
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@
* \details For more info about App framework and the scene assembly see:
* https://cpvrlab.github.io/SLProject4/app-framework.html
* \date May 2024
* \authors Marino von Wattenwyl
* \authors Marcus Hudritsch, Marino von Wattenwyl
* \copyright http://opensource.org/licenses/GPL-3.0
* \remarks Please use clangformat to format the code. See more code style on
* https://github.com/cpvrlab/SLProject4/wiki/SLProject-Coding-Style
Expand Down
2 changes: 1 addition & 1 deletion apps/app_demo/source/scenes/AppDemoSceneAnimSkinned.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@
* \details For more info about App framework and the scene assembly see:
* https://cpvrlab.github.io/SLProject4/app-framework.html
* \date May 2024
* \authors Marino von Wattenwyl
* \authors Marcus Hudritsch, Marino von Wattenwyl
* \copyright http://opensource.org/licenses/GPL-3.0
* \remarks Please use clangformat to format the code. See more code style on
* https://github.com/cpvrlab/SLProject4/wiki/SLProject-Coding-Style
Expand Down
2 changes: 1 addition & 1 deletion apps/app_demo/source/scenes/AppDemoSceneAnimSkinned.h
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@
* \details For more info about App framework and the scene assembly see:
* https://cpvrlab.github.io/SLProject4/app-framework.html
* \date May 2024
* \authors Marino von Wattenwyl
* \authors Marcus Hudritsch, Marino von Wattenwyl
* \copyright http://opensource.org/licenses/GPL-3.0
* \remarks Please use clangformat to format the code. See more code style on
* https://github.com/cpvrlab/SLProject4/wiki/SLProject-Coding-Style
Expand Down
2 changes: 1 addition & 1 deletion apps/app_demo/source/scenes/AppDemoSceneAnimSkinnedMass.h
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@
* \details For more info about App framework and the scene assembly see:
* https://cpvrlab.github.io/SLProject4/app-framework.html
* \date May 2024
* \authors Marino von Wattenwyl
* \authors Marcus Hudritsch, Marino von Wattenwyl
* \copyright http://opensource.org/licenses/GPL-3.0
* \remarks Please use clangformat to format the code. See more code style on
* https://github.com/cpvrlab/SLProject4/wiki/SLProject-Coding-Style
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@
* \details For more info about App framework and the scene assembly see:
* https://cpvrlab.github.io/SLProject4/app-framework.html
* \date May 2024
* \authors Marino von Wattenwyl
* \authors Marcus Hudritsch, Marino von Wattenwyl
* \copyright http://opensource.org/licenses/GPL-3.0
* \remarks Please use clangformat to format the code. See more code style on
* https://github.com/cpvrlab/SLProject4/wiki/SLProject-Coding-Style
Expand Down
2 changes: 1 addition & 1 deletion apps/app_demo/source/scenes/AppDemoSceneAnimSkinnedMass2.h
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@
* \details For more info about App framework and the scene assembly see:
* https://cpvrlab.github.io/SLProject4/app-framework.html
* \date May 2024
* \authors Marino von Wattenwyl
* \authors Marcus Hudritsch, Marino von Wattenwyl
* \copyright http://opensource.org/licenses/GPL-3.0
* \remarks Please use clangformat to format the code. See more code style on
* https://github.com/cpvrlab/SLProject4/wiki/SLProject-Coding-Style
Expand Down
2 changes: 1 addition & 1 deletion apps/app_demo/source/scenes/AppDemoSceneEmpty.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@
* \details For more info about App framework and the scene assembly see:
* https://cpvrlab.github.io/SLProject4/app-framework.html
* \date May 2024
* \authors Marino von Wattenwyl
* \authors Marcus Hudritsch, Marino von Wattenwyl
* \copyright http://opensource.org/licenses/GPL-3.0
* \remarks Please use clangformat to format the code. See more code style on
* https://github.com/cpvrlab/SLProject4/wiki/SLProject-Coding-Style
Expand Down
2 changes: 1 addition & 1 deletion apps/app_demo/source/scenes/AppDemoSceneEmpty.h
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@
* \details For more info about App framework and the scene assembly see:
* https://cpvrlab.github.io/SLProject4/app-framework.html
* \date May 2024
* \authors Marino von Wattenwyl
* \authors Marcus Hudritsch, Marino von Wattenwyl
* \copyright http://opensource.org/licenses/GPL-3.0
* \remarks Please use clangformat to format the code. See more code style on
* https://github.com/cpvrlab/SLProject4/wiki/SLProject-Coding-Style
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@
* \details For more info about App framework and the scene assembly see:
* https://cpvrlab.github.io/SLProject4/app-framework.html
* \date May 2024
* \authors Marino von Wattenwyl
* \authors Marcus Hudritsch, Marino von Wattenwyl
* \copyright http://opensource.org/licenses/GPL-3.0
* \remarks Please use clangformat to format the code. See more code style on
* https://github.com/cpvrlab/SLProject4/wiki/SLProject-Coding-Style
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@
* \details For more info about App framework and the scene assembly see:
* https://cpvrlab.github.io/SLProject4/app-framework.html
* \date May 2024
* \authors Marino von Wattenwyl
* \authors Marcus Hudritsch, Marino von Wattenwyl
* \copyright http://opensource.org/licenses/GPL-3.0
* \remarks Please use clangformat to format the code. See more code style on
* https://github.com/cpvrlab/SLProject4/wiki/SLProject-Coding-Style
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@
* \details For more info about App framework and the scene assembly see:
* https://cpvrlab.github.io/SLProject4/app-framework.html
* \date May 2024
* \authors Marino von Wattenwyl
* \authors Marcus Hudritsch, Marino von Wattenwyl
* \copyright http://opensource.org/licenses/GPL-3.0
* \remarks Please use clangformat to format the code. See more code style on
* https://github.com/cpvrlab/SLProject4/wiki/SLProject-Coding-Style
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@
* \details For more info about App framework and the scene assembly see:
* https://cpvrlab.github.io/SLProject4/app-framework.html
* \date May 2024
* \authors Marino von Wattenwyl
* \authors Marcus Hudritsch, Marino von Wattenwyl
* \copyright http://opensource.org/licenses/GPL-3.0
* \remarks Please use clangformat to format the code. See more code style on
* https://github.com/cpvrlab/SLProject4/wiki/SLProject-Coding-Style
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@
* \details For more info about App framework and the scene assembly see:
* https://cpvrlab.github.io/SLProject4/app-framework.html
* \date May 2024
* \authors Marino von Wattenwyl
* \authors Marcus Hudritsch, Marino von Wattenwyl
* \copyright http://opensource.org/licenses/GPL-3.0
* \remarks Please use clangformat to format the code. See more code style on
* https://github.com/cpvrlab/SLProject4/wiki/SLProject-Coding-Style
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@
* \details For more info about App framework and the scene assembly see:
* https://cpvrlab.github.io/SLProject4/app-framework.html
* \date May 2024
* \authors Marino von Wattenwyl
* \authors Marcus Hudritsch, Marino von Wattenwyl
* \copyright http://opensource.org/licenses/GPL-3.0
* \remarks Please use clangformat to format the code. See more code style on
* https://github.com/cpvrlab/SLProject4/wiki/SLProject-Coding-Style
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@
* \details For more info about App framework and the scene assembly see:
* https://cpvrlab.github.io/SLProject4/app-framework.html
* \date May 2024
* \authors Marino von Wattenwyl
* \authors Marcus Hudritsch, Marino von Wattenwyl
* \copyright http://opensource.org/licenses/GPL-3.0
* \remarks Please use clangformat to format the code. See more code style on
* https://github.com/cpvrlab/SLProject4/wiki/SLProject-Coding-Style
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@
* \details For more info about App framework and the scene assembly see:
* https://cpvrlab.github.io/SLProject4/app-framework.html
* \date May 2024
* \authors Marino von Wattenwyl
* \authors Marcus Hudritsch, Marino von Wattenwyl
* \copyright http://opensource.org/licenses/GPL-3.0
* \remarks Please use clangformat to format the code. See more code style on
* https://github.com/cpvrlab/SLProject4/wiki/SLProject-Coding-Style
Expand Down
2 changes: 1 addition & 1 deletion apps/app_demo/source/scenes/AppDemoSceneErlebARBielBFH.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@
* \details For more info about App framework and the scene assembly see:
* https://cpvrlab.github.io/SLProject4/app-framework.html
* \date May 2024
* \authors Marino von Wattenwyl
* \authors Marcus Hudritsch, Marino von Wattenwyl
* \copyright http://opensource.org/licenses/GPL-3.0
* \remarks Please use clangformat to format the code. See more code style on
* https://github.com/cpvrlab/SLProject4/wiki/SLProject-Coding-Style
Expand Down
2 changes: 1 addition & 1 deletion apps/app_demo/source/scenes/AppDemoSceneErlebARBielBFH.h
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@
* \details For more info about App framework and the scene assembly see:
* https://cpvrlab.github.io/SLProject4/app-framework.html
* \date May 2024
* \authors Marino von Wattenwyl
* \authors Marcus Hudritsch, Marino von Wattenwyl
* \copyright http://opensource.org/licenses/GPL-3.0
* \remarks Please use clangformat to format the code. See more code style on
* https://github.com/cpvrlab/SLProject4/wiki/SLProject-Coding-Style
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@
* \details For more info about App framework and the scene assembly see:
* https://cpvrlab.github.io/SLProject4/app-framework.html
* \date May 2024
* \authors Marino von Wattenwyl
* \authors Marcus Hudritsch, Marino von Wattenwyl
* \copyright http://opensource.org/licenses/GPL-3.0
* \remarks Please use clangformat to format the code. See more code style on
* https://github.com/cpvrlab/SLProject4/wiki/SLProject-Coding-Style
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@
* \details For more info about App framework and the scene assembly see:
* https://cpvrlab.github.io/SLProject4/app-framework.html
* \date May 2024
* \authors Marino von Wattenwyl
* \authors Marcus Hudritsch, Marino von Wattenwyl
* \copyright http://opensource.org/licenses/GPL-3.0
* \remarks Please use clangformat to format the code. See more code style on
* https://github.com/cpvrlab/SLProject4/wiki/SLProject-Coding-Style
Expand Down
2 changes: 1 addition & 1 deletion apps/app_demo/source/scenes/AppDemoSceneErlebARSutz.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@
* \details For more info about App framework and the scene assembly see:
* https://cpvrlab.github.io/SLProject4/app-framework.html
* \date May 2024
* \authors Marino von Wattenwyl
* \authors Marcus Hudritsch, Marino von Wattenwyl
* \copyright http://opensource.org/licenses/GPL-3.0
* \remarks Please use clangformat to format the code. See more code style on
* https://github.com/cpvrlab/SLProject4/wiki/SLProject-Coding-Style
Expand Down
2 changes: 1 addition & 1 deletion apps/app_demo/source/scenes/AppDemoSceneErlebARSutz.h
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@
* \details For more info about App framework and the scene assembly see:
* https://cpvrlab.github.io/SLProject4/app-framework.html
* \date May 2024
* \authors Marino von Wattenwyl
* \authors Marcus Hudritsch, Marino von Wattenwyl
* \copyright http://opensource.org/licenses/GPL-3.0
* \remarks Please use clangformat to format the code. See more code style on
* https://github.com/cpvrlab/SLProject4/wiki/SLProject-Coding-Style
Expand Down
2 changes: 1 addition & 1 deletion apps/app_demo/source/scenes/AppDemoSceneFigure.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@
* \details For more info about App framework and the scene assembly see:
* https://cpvrlab.github.io/SLProject4/app-framework.html
* \date May 2024
* \authors Marino von Wattenwyl
* \authors Marcus Hudritsch, Marino von Wattenwyl
* \copyright http://opensource.org/licenses/GPL-3.0
* \remarks Please use clangformat to format the code. See more code style on
* https://github.com/cpvrlab/SLProject4/wiki/SLProject-Coding-Style
Expand Down
2 changes: 1 addition & 1 deletion apps/app_demo/source/scenes/AppDemoSceneFigure.h
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@
* \details For more info about App framework and the scene assembly see:
* https://cpvrlab.github.io/SLProject4/app-framework.html
* \date May 2024
* \authors Marino von Wattenwyl
* \authors Marcus Hudritsch, Marino von Wattenwyl
* \copyright http://opensource.org/licenses/GPL-3.0
* \remarks Please use clangformat to format the code. See more code style on
* https://github.com/cpvrlab/SLProject4/wiki/SLProject-Coding-Style
Expand Down
2 changes: 1 addition & 1 deletion apps/app_demo/source/scenes/AppDemoSceneFrustum.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@
* \details For more info about App framework and the scene assembly see:
* https://cpvrlab.github.io/SLProject4/app-framework.html
* \date May 2024
* \authors Marino von Wattenwyl
* \authors Marcus Hudritsch, Marino von Wattenwyl
* \copyright http://opensource.org/licenses/GPL-3.0
* \remarks Please use clangformat to format the code. See more code style on
* https://github.com/cpvrlab/SLProject4/wiki/SLProject-Coding-Style
Expand Down
2 changes: 1 addition & 1 deletion apps/app_demo/source/scenes/AppDemoSceneFrustum.h
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@
* \details For more info about App framework and the scene assembly see:
* https://cpvrlab.github.io/SLProject4/app-framework.html
* \date May 2024
* \authors Marino von Wattenwyl
* \authors Marcus Hudritsch, Marino von Wattenwyl
* \copyright http://opensource.org/licenses/GPL-3.0
* \remarks Please use clangformat to format the code. See more code style on
* https://github.com/cpvrlab/SLProject4/wiki/SLProject-Coding-Style
Expand Down
2 changes: 1 addition & 1 deletion apps/app_demo/source/scenes/AppDemoSceneGLTF.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@
* \details For more info about App framework and the scene assembly see:
* https://cpvrlab.github.io/SLProject4/app-framework.html
* \date May 2024
* \authors Marino von Wattenwyl
* \authors Marcus Hudritsch, Marino von Wattenwyl
* \copyright http://opensource.org/licenses/GPL-3.0
* \remarks Please use clangformat to format the code. See more code style on
* https://github.com/cpvrlab/SLProject4/wiki/SLProject-Coding-Style
Expand Down
2 changes: 1 addition & 1 deletion apps/app_demo/source/scenes/AppDemoSceneGLTF.h
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@
* \details For more info about App framework and the scene assembly see:
* https://cpvrlab.github.io/SLProject4/app-framework.html
* \date May 2024
* \authors Marino von Wattenwyl
* \authors Marcus Hudritsch, Marino von Wattenwyl
* \copyright http://opensource.org/licenses/GPL-3.0
* \remarks Please use clangformat to format the code. See more code style on
* https://github.com/cpvrlab/SLProject4/wiki/SLProject-Coding-Style
Expand Down
2 changes: 1 addition & 1 deletion apps/app_demo/source/scenes/AppDemoSceneJansUniverse.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@
* \details For more info about App framework and the scene assembly see:
* https://cpvrlab.github.io/SLProject4/app-framework.html
* \date May 2024
* \authors Marino von Wattenwyl
* \authors Marcus Hudritsch, Marino von Wattenwyl
* \copyright http://opensource.org/licenses/GPL-3.0
* \remarks Please use clangformat to format the code. See more code style on
* https://github.com/cpvrlab/SLProject4/wiki/SLProject-Coding-Style
Expand Down
2 changes: 1 addition & 1 deletion apps/app_demo/source/scenes/AppDemoSceneJansUniverse.h
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@
* \details For more info about App framework and the scene assembly see:
* https://cpvrlab.github.io/SLProject4/app-framework.html
* \date May 2024
* \authors Marino von Wattenwyl
* \authors Marcus Hudritsch, Marino von Wattenwyl
* \copyright http://opensource.org/licenses/GPL-3.0
* \remarks Please use clangformat to format the code. See more code style on
* https://github.com/cpvrlab/SLProject4/wiki/SLProject-Coding-Style
Expand Down
2 changes: 1 addition & 1 deletion apps/app_demo/source/scenes/AppDemoSceneLargeModel.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@
* \details For more info about App framework and the scene assembly see:
* https://cpvrlab.github.io/SLProject4/app-framework.html
* \date May 2024
* \authors Marino von Wattenwyl
* \authors Marcus Hudritsch, Marino von Wattenwyl
* \copyright http://opensource.org/licenses/GPL-3.0
* \remarks Please use clangformat to format the code. See more code style on
* https://github.com/cpvrlab/SLProject4/wiki/SLProject-Coding-Style
Expand Down
2 changes: 1 addition & 1 deletion apps/app_demo/source/scenes/AppDemoSceneLargeModel.h
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@
* \details For more info about App framework and the scene assembly see:
* https://cpvrlab.github.io/SLProject4/app-framework.html
* \date May 2024
* \authors Marino von Wattenwyl
* \authors Marcus Hudritsch, Marino von Wattenwyl
* \copyright http://opensource.org/licenses/GPL-3.0
* \remarks Please use clangformat to format the code. See more code style on
* https://github.com/cpvrlab/SLProject4/wiki/SLProject-Coding-Style
Expand Down
Loading

0 comments on commit e16a203

Please sign in to comment.