MiniB3D bug?

SLotman

Active member
3rd Party Module Dev
Tutorial Author
Joined
Jul 3, 2017
Messages
233
Yay, it works! Thank you very much, Adam! :)
 

SLotman

Active member
3rd Party Module Dev
Tutorial Author
Joined
Jul 3, 2017
Messages
233
Oh-oh. I think I found another one. Does FOG works on HTML5?

fog.png
 

SLotman

Active member
3rd Party Module Dev
Tutorial Author
Joined
Jul 3, 2017
Messages
233
Fog should work for Opengl2.0 (Webgl), I'll look into it!
Hmmm... I think it is working. But not affecting sprites!

This test I am making keeps 'expanding' the fog to a point where everything gets dark on screen and you can't see anything (you have to rely on your ears to survive). Look how dark everything got on this screenshot... except for the monster sprite!
 

Attachments

  • fog_sprite.png
    fog_sprite.png
    69.8 KB · Views: 105

adamredwoods

New member
3rd Party Tool Dev
Joined
Jun 23, 2017
Messages
42
Hmmm... I think it is working. But not affecting sprites!
Ah, the sprite shader is a different shader. I compile several shaders for different uses, perhaps the sprites shader needs fog as well.
In the meantime, try yourSprite.EntityFX(FXFLAG_PERPIXEL_LIGHTING) ''this will turn on the full shader
 

SLotman

Active member
3rd Party Module Dev
Tutorial Author
Joined
Jul 3, 2017
Messages
233
FXFLAG_FLATSHADE also did the trick :)

Thank you so much! :)
 
Top Bottom