Search found 21 matches

by Def5
Sat Dec 13, 2008 11:10 pm
Forum: Beginners Help
Topic: Creating Irrlicht device from separate functions
Replies: 2
Views: 121

I can´t currently provide full source code of that file (CConfigurator) or error message, because I erased it when I was mad but I know what you want me to say.

using namespace irr = BAD :(
namespace irr{<CODE>} = GOOD :D

I will write that class again and try this solution.
by Def5
Sat Dec 13, 2008 10:53 pm
Forum: Beginners Help
Topic: Creating Irrlicht device from separate functions
Replies: 2
Views: 121

Creating Irrlicht device from separate functions

Hi! Is there any possibilities to create device from separate functions for example: SetVideoDriver(), SetWindowSize(), SetColorBits(), SetWindowId()... without rewriting some Irrlicht code and compiling him again. I tried to create something like that with creating class CConfigurator. In functions...
by Def5
Sat Dec 13, 2008 10:07 pm
Forum: Everything 2d/3d Graphics
Topic: Nice FX skin shader
Replies: 6
Views: 2321

I am not very familiar with shaders (either GLSL or HLSL). Syntax of shaders is pretty confused to me so I don´t have any interest in writing shaders but about this shader I am very interested so I will try to convert it to GLSL code and provide Irrlicht example application using this shader.
by Def5
Fri Dec 12, 2008 10:12 pm
Forum: Everything 2d/3d Graphics
Topic: Nice FX skin shader
Replies: 6
Views: 2321

I´m dissapointed it wasn´t written in GLSL. :(
by Def5
Fri Dec 12, 2008 4:04 pm
Forum: Everything 2d/3d Graphics
Topic: Nice FX skin shader
Replies: 6
Views: 2321

Nice FX skin shader

I found a very good FX skin shader on this site:
http://www.jistyles.com/main.php?id=doc&page=hlsl
by Def5
Tue Dec 09, 2008 4:27 pm
Forum: Beginners Help
Topic: wxAUI controls are blinking (because of Irrlicht)!
Replies: 1
Views: 180

wxAUI controls are blinking (because of Irrlicht)!

I have problems with integrating Irrlicht in wxWidgets. I want to create application with wxAUI, that it have panel on right and left and that in the middle of window is render view of Irrlicht (just like in irrEdit). Problem is that wxAUI controls are blinking, because I always create Irrlicht rend...