OpenGL - (31. March 2007) |
|
|
Filed under: — Sascha Willems @ 14:09
This part of my page is dedicated to the various OpenGL demos and tutorials I wrote over the last few years, which cover different aspects of OpenGL ranging from simple stuff (like basic render-to-texture) to more advanced things like OpenGL shaders. Some of the demos and tutorials are rather old but still contain useful information for beginners, so I still maintain them overe here at my new page.
|
|
|
Posted in | 3 Comments »
|
3 Comments » |



Hi Sascha! Thanks for your Newton Delphi Play Ground, it’s very interesting. Now I’m waiting for your tutorial, but would you answer this simple question? How to delete a dynamic object that was created at run time only? Thank you very much for your answer.
Saluton,
Ich wollte mal ein Spiel ausprobieren.
Leider bricht es beim Starten immer zusammen.
Was kann die Ursache sein?
10:21:00 – Starting Projekt “W” – Phase 1 (v1.2)
10:21:00 – TGame->LoadSettings->Loading game settings
10:21:05 – [OpenGL] Vendor = NVIDIA Corporation
10:21:05 – [OpenGL] Renderer = GeForce Go 7300/PCI/SSE2/3DNOW!
10:21:05 – [OpenGL] Version = 2.0.1
10:21:05 – [OpenGL] Extension “GL_SGIS_generate_mipmap” supported
10:21:05 – [OpenGL] Extension “GL_ARB_texture_compression” supported
10:21:05 – [SYSTEM] Operating system = Windows XP Service Pack 2
10:21:06 – TGame->Create->Render context created
10:21:07 – TGame->Create->Loading textures in “data\tex\” (*.jpg, *.png, *.tga, *.dds)
10:21:11 – TGame->Create->Loading textures in “data\tex\nocompression\” (*.jpg, *.png, *.tga, *.dds)
10:21:13 – TGame->Create->Loading textures in “data\tex\noshaders\” (*.jpg, *.png, *.tga, *.dds)
10:21:13 – TGame->Create->Loading 3d models in “data\3d”
10:21:13 – TGame->Create->PerformanceCounterFrequency = 2,7937µs
10:21:13 – TTechnologyTree->LoadFromXML->Loading from data\XML\technologies.xml
10:21:14 – TTechnologyTree->LoadFromXML->Loading from data\XML\technologies.xml
10:21:14 – TTechnologyTree->LoadFromXML->Loading from data\XML\technologies.xml
10:21:14 – TTechnologyTree->LoadFromXML->Loading from data\XML\technologies.xml
10:21:14 – TTechnologyTree->LoadFromXML->Loading from data\XML\technologies.xml
10:21:14 – TUnitTypePool->LoadFromXML->Loading from data\XML\units.xml
10:21:14 – TBuildingTypePool->LoadFromXML->Loading from data\XML\buildings.xml
10:21:14 – TGame->Create->Starting Soundsystem…
10:21:14 – TFMODSoundSystem->Initializing…
10:21:14 – TFMODSoundSystem->Successfully initialized
10:21:16 – TGame->SaveSettings->Saving game settings
10:21:17 – TfmodSoundSystem->Shutting down…
Bitte poste das nächste mal auf der richtigen Seite, also direkt bei Projekt “W”. Wenn das Spiel nicht läuft, und du aktuelle OpenGL-Treiber installiert hast, dann liegts wohl daran dass die Grafikkarte zu schwach ist, bzw. ihr einige Features fehlen. Eine GeForce 7300Go ist relativ schwach, ich denke ihr fehlen entweder ein paar wichtige OpenGL-Funktionen oder sie hat zu wenig Videospeicher. Ansonsten probier mal bitte die “Keine Shader”-Verknüpfung.