Hi Chris,
deutsch: Habe bereits die Demos getestet, bei den neuen Demos hat alles
fehlerfrei funktioniert und sieht klasse aus. Bei der Sponza-Demo musste
ich die beiden defines (PP_SSAO_NOFOG und PP_SSAO_NOSOFTALPHA) ausklammern
damit die Scene ohne schwarze Artefakte im oberen und unteren Drittel
funktioniert.
Beim integrieren in mein Projekt stoße ich allerdings auf einige Probleme.
Sobald ich die "ppSsao.h" include bekomme ich die Malfunction W1507
mit dem Kommentar "video functions not available before first frame"
selbst wenn ssaoIntegrate(camera, true); ausgeklammert ist.
Wenn ich trotzdem OK drücke folgt der Error 1513 "script crash in
ppSsaoGenerateRandomVectors: sys". Mache ich trotzdem weiter öffnet das Level mit 0-1 frames, alles ist schwarz/weiss und der Rechner muss neu gestartet werden.

english: have tested the new demo, it work good and looks great. But at the SponZa demo I have to exclude (PP_SSAO_NOFOG and PP_SSAO_NOSOFTALPHA) to run the scene without black artifacts at the top and the bottom of the screen.

So... while including it in my project I get some issues:

When I include the "ppSsao.h" I get the Malfunction W1507 with
the description "video functions not available before first frame"
even when ssaoIntegrate(camera, true); is excluded.
When I press the ok Button the following error message is shown - Error 1513 "script crash in
ppSsaoGenerateRandomVectors: sys".

If I press Ok again the level runs with just 0-1 frames - its just in black and white and the PC needed a restart...


mfg Jane

Edit:

Habe eine wait(1); (im main-skript) hinter dem setzen von
video_mode, camera.arc usw. ausgeklammert, woraufhin das
Level zwar startet, nach wenigen Sekunden jedoch die Meldung
script-crash in bindsky kommt oder einen schwarzen screen,
der ein par mal wieder weg geht bis sich das ganze aufhängt
oder der Rechner abstürzt.

Um auszuschliessen, daß es am Rechner liegt:
Referenz-Rechner:
AMD Athlon 64X2 4800, Geforce 9800 GT, 4GB DDR3-Ram
Performance-Test-Rechner:
AMD Athlon 64 4000+, Geforce 7600 GT, 2GB DDR2-Ram

Last edited by jane; 09/08/10 19:40.