Welcome, Guest. Please login or register. Did you miss your activation email?

Show Posts

This section allows you to view all posts made by this member. Note that you can only see posts made in areas you currently have access to.


Messages - Temeez

Pages: [1]
1
Everytime you call loadFromFile you reinitialize the sf::Shader instance. Calling it multiple times won't add the shaders to the same program. To load a vertex and fragment shaders in the same sf::Shader, use the other overload of loadFromFile. Well, in fact just read the dedicated doc and tutorials...

Well, I did, but I might have missed that part. For me the forums is the last place to seek help. Anyways, thx alot, stuff makes sense now! :)

2
http://hastebin.com/asemupasoc.avrasm

For some reason "view", "projection" and "model" parameters are not found in shader. They are being used in there and according http://www.sfml-dev.org/documentation/2.1/classsf_1_1Shader.php mat4 is supported.

I'm using couple weeks old SFML master version.

3
SFML projects / Re: Feather Kit - A C++ Game Framework
« on: June 30, 2014, 06:47:16 pm »
I registered just to say this: Awesome job mate, I just found this today and its very awesome!

Those examples are intriguing and I hope their source code will be available later. :)

Pages: [1]
anything