Dungeoneer!
Well that seams like its not compiling the shader progamm. but actually there is a fallback material hmmm. i will check that.
Hey JP why is it not loading for u? or is it a shader bug too?
Hey JP why is it not loading for u? or is it a shader bug too?
We're programmers. Programmers are, in their hearts, architects, and the first thing they want to do when they get to a site is to bulldoze the place flat and build something grand. We're not excited by renovation:tinkering,improving,planting flower beds.
Mine works though. By the way I can bind the orc's head into the wall.
Nice shaders anyway.
Nice shaders anyway.
My company: http://www.kloena.com
My blog: http://www.zhieng.com
My co-working space: http://www.deskspace.info
My blog: http://www.zhieng.com
My co-working space: http://www.deskspace.info
-
- Posts: 122
- Joined: Thu Oct 19, 2006 11:43 am
Fallback only works if the shader model is unsupported and this is detected. In this case someone tried to modify a varying in the pixel shader so there was a compile error. The ATI compiler is strict so it will complain about this stuff.Sudi wrote:Well that seams like its not compiling the shader progamm. but actually there is a fallback material hmmm. i will check that.
Hey JP why is it not loading for u? or is it a shader bug too?
Btw the screenshots are nice, especially the goblin model, I wish you luck.
JP seems to have a problem with FBOs, as my cubemapping thing doesn't work either (Due to FBO bug or something), what video card do you have JP?
ShadowMapping for Irrlicht!: Get it here
Need help? Come on the IRC!: #irrlicht on irc://irc.freenode.net
Need help? Come on the IRC!: #irrlicht on irc://irc.freenode.net
-
- Posts: 914
- Joined: Fri Aug 03, 2007 12:43 pm
- Location: South Africa
- Contact:
-
- Posts: 1029
- Joined: Thu Apr 06, 2006 12:45 am
- Location: Tennesee, USA
- Contact:
-
- Posts: 122
- Joined: Thu Oct 19, 2006 11:43 am
-
- Posts: 1029
- Joined: Thu Apr 06, 2006 12:45 am
- Location: Tennesee, USA
- Contact:
what fps did u get?
should be somewhere around 100
should be somewhere around 100
We're programmers. Programmers are, in their hearts, architects, and the first thing they want to do when they get to a site is to bulldoze the place flat and build something grand. We're not excited by renovation:tinkering,improving,planting flower beds.
-
- Posts: 1029
- Joined: Thu Apr 06, 2006 12:45 am
- Location: Tennesee, USA
- Contact:
-
- Admin
- Posts: 3590
- Joined: Mon Oct 09, 2006 9:36 am
- Location: Scotland - gonnae no slag aff mah Engleesh
- Contact:
Just dies for me with "Dungeoneer!.exe has encountered a problem and needs to close. We are sorry for the inconvenience." after I click "Start".
Well, at least you're sorry for it.
Windows XP build 2600 [Service Pack 2]
C.P. Technologies Inc. RADEON 9200SE 128Mb
CPU RV280
Drivers 6.14.10.6476 - Catalyst 04.9
DirectX Version 9.0c
OpenGL 1.3
I'll update the drivers on this POS and try again.
[UPDATE]
Same with 8.231.0.0 - Catalyst 06.3
Oh, I see:
Perhaps the app could handle this a bit more gracefully than committing seppuku.
Well, at least you're sorry for it.
Code: Select all
C:\dev\DungeoneerDemoBombing>Dungeoneer!.exe CrazyBombing2.dll
Irrlicht Engine version 1.4
Microsoft Windows XP Professional Service Pack 2 (Build 2600)
Using renderer: OpenGL 1.3.4582
RADEON 9200SE DDR x86/SSE2: ATI Technologies Inc.
OpenGL driver version is 1.2 or better.
GLSL not available.
Loaded texture: bild.bmp
Bump - queryFeature(video::EVDF_ARB_FRAGMENT_PROGRAM_1) failed
This demo requires OpenGL with GLSL High-Level shaders
Bloom - queryFeature(video::EVDF_ARB_FRAGMENT_PROGRAM_1) failed
Loaded texture: textures/rock_wall1_h.png
Loaded texture: textures/rockwall_height.bmp
Loaded texture: models/diffuse_bump.jpg
Loaded mesh: models/wallbump.3ds
Loaded mesh: models/wallbump2.3ds
Loaded mesh: models/wallbump3.3ds
Loaded mesh: models/wallbump4.3ds
Loaded mesh: models/wallbump5.3ds
Loaded texture: textures/rock_wall1.png
Loaded texture: textures/rock_wall1_hi.png
Loaded texture: textures/rockwall.bmp
Loaded texture: textures/rockwall_normal.bmp
load Level
Read filetype: 'DGN'
-load Maze
-load Selected
C.P. Technologies Inc. RADEON 9200SE 128Mb
CPU RV280
Drivers 6.14.10.6476 - Catalyst 04.9
DirectX Version 9.0c
OpenGL 1.3
I'll update the drivers on this POS and try again.
[UPDATE]
Same with 8.231.0.0 - Catalyst 06.3
Oh, I see:
Code: Select all
GLSL not available.
This demo requires OpenGL with GLSL High-Level shaders
Please upload candidate patches to the tracker.
Need help now? IRC to #irrlicht on irc.freenode.net
How To Ask Questions The Smart Way
Need help now? IRC to #irrlicht on irc.freenode.net
How To Ask Questions The Smart Way
well that shouldn't happen actually. bc of the fallback i taked about before. i will check that out rogerborg.
We're programmers. Programmers are, in their hearts, architects, and the first thing they want to do when they get to a site is to bulldoze the place flat and build something grand. We're not excited by renovation:tinkering,improving,planting flower beds.