shader

Discussion about everything. New games, 3d math, development tips...
Post Reply
Guest

shader

Post by Guest »

how i can implement this in irrlicht.

can i use shaders tutoruial in irrlicht engine?

but i think this tutorial can't solve my problem

for information:
i use this effect for create project like winamp visualizatins

thank for your help :P
bal
Posts: 829
Joined: Fri Jun 18, 2004 5:19 pm
Location: Geluwe, Belgium

Post by bal »

Simple ASM shaders are allowed. Cg/HLSL isn't implemented yet.
General Tools List
General FAQ
System: AMD Barton 2600+, 512MB, 9600XT 256MB, WinXP + FC3
niko
Site Admin
Posts: 1759
Joined: Fri Aug 22, 2003 4:44 am
Location: Vienna, Austria
Contact:

Post by niko »

But soon... I hope. ;)
Spintz
Posts: 1688
Joined: Thu Nov 04, 2004 3:25 pm

Post by Spintz »

I was talking to a co-worker who is doing shaders for our 3d app. he was telling me that the high level shader languages will actually just generate low level shader ASM. I'm not positive, but if you wanted to write high level shaders, grab the created low level ASM shader code, then use that in Irrlicht, so it's not oo big of a priority to implement direct support for HLSL, etc.?
AssiDragon
Posts: 158
Joined: Wed Apr 28, 2004 11:03 am
Location: Hungary
Contact:

Post by AssiDragon »

Not really I think. My bet is on that more people know and are able to learn high level shading than ASM ;)
Staring through eyes of hate we kill
Are we controlled, or is our own will...?
(Edguy)
Spintz
Posts: 1688
Joined: Thu Nov 04, 2004 3:25 pm

Post by Spintz »

Yeah, my point is, you can write the HLSL code, get the generated low level ASM, and then use that in Irrlicht. Yes, it would be more convenient to be able to just use the HLSL directly in Irrlicht. As far as I know, HLSL just generates the low level ASM anyways. I'll ask him more about it and then post more, just in case I'm way off...
Post Reply