View gist:8c44096bb9ca5407f18d55f38632e436
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
torizon@fa64e1d682bc:~/ogre/bin$ gdb SampleBrowser | |
GNU gdb (Debian 9.2-1) 9.2 | |
Copyright (C) 2020 Free Software Foundation, Inc. | |
License GPLv3+: GNU GPL version 3 or later <http://gnu.org/licenses/gpl.html> | |
This is free software: you are free to change and redistribute it. | |
There is NO WARRANTY, to the extent permitted by law. | |
Type "show copying" and "show warranty" for details. | |
This GDB was configured as "aarch64-linux-gnu". | |
Type "show configuration" for configuration details. | |
For bug reporting instructions, please see: |
View gist:120390f4d0141b43ff81f43d6d8e8de4
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
torizon@8743ec38f640:~/ogre/bin$ cat ogre.cfg | |
Render System=OpenGL ES 2.x Rendering Subsystem | |
[OpenGL ES 2.x Rendering Subsystem] | |
Display Frequency=60 Hz | |
FSAA=0 | |
Full Screen=Yes | |
RTT Preferred Mode=FBO | |
VSync=Yes | |
VSync Interval=1 |
View gist:ee1999f64ae313dcdcd4d2537d74468b
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
torizon@8743ec38f640:~/ogre/bin$ ./SampleBrowser 3 | |
Creating resource group General | |
Creating resource group OgreInternal | |
Creating resource group OgreAutodetect | |
SceneManagerFactory for type 'DefaultSceneManager' registered. | |
Registering ResourceManager for type Material | |
Registering ResourceManager for type Mesh | |
Registering ResourceManager for type Skeleton | |
MovableObjectFactory for type 'ParticleSystem' registered. | |
ArchiveFactory for archive type FileSystem registered. |