Search found 3 matches

by TheMormegil
Wed Oct 17, 2018 9:00 am
Forum: Beginners Help
Topic: Can anyone tell me if this shader will work (HLSL)
Replies: 15
Views: 3471

Re: Can anyone tell me if this shader will work (HLSL)

Hi Asimov, Part of your problem is that you are playing around with effect (fx) files in other apps and irrlicht does not support these (there isn't really an equivalent in glsl afaik, so it couldn't be supported in a cross-platform way). The directx function that loads such files is documented here...
by TheMormegil
Tue Apr 03, 2018 10:42 am
Forum: Everything 2d/3d Graphics
Topic: material shader: Phong, fake reflect, bloom
Replies: 31
Views: 12617

Re: material shader: Phong, fake reflect, bloom

I'm very new to shaders so I'm probably doing stupid things
This was the problem, I have it working pretty well now. Thanks to OP for the original.
by TheMormegil
Wed Mar 21, 2018 4:58 pm
Forum: Everything 2d/3d Graphics
Topic: material shader: Phong, fake reflect, bloom
Replies: 31
Views: 12617

Re: material shader: Phong, fake reflect, bloom

Hi, I don't know if this is the right place to ask but I'm trying to convert one of these shaders to HLSL. It's working to some extent, but there are odd things going on. I'm very new to shaders so I'm probably doing stupid things :) If anyone could help or point me to the right place to ask, that w...