Search found 35 matches

by Teser0ck
Wed Aug 31, 2011 10:18 am
Forum: Programming Discussion
Topic: OpenGL Textures are not rendering
Replies: 11
Views: 1396

Re: OpenGL Textures are not rendering

Image loading code is in Render.cpp code, here's my initialization code : ( main.cpp ) void Init() { .. SDL_Init(SDL_INIT_EVERYTHING); SDL_SetVideoMode( 640, 480, 32, SDL_HWSURFACE | SDL_DOUBLEBUF | SDL_OPENGL); // ^ I changed these two while ago and screen changed color from white to black glEnable...
by Teser0ck
Wed Aug 31, 2011 3:15 am
Forum: Programming Discussion
Topic: OpenGL Textures are not rendering
Replies: 11
Views: 1396

Re: OpenGL Textures are not rendering

Thanks for the tip, unfortunately this didn't solved the problem :|
by Teser0ck
Tue Aug 30, 2011 1:42 pm
Forum: Game Development
Topic: Current Project: Beat 'em Up
Replies: 16
Views: 5327

Re: Current Project: Beat 'em Up

That's awesome man :shock2:
What did you use to make this ? I am pretty sure this will help you to bring succes to your team ! :)
by Teser0ck
Tue Aug 30, 2011 10:13 am
Forum: Programming Discussion
Topic: OpenGL Textures are not rendering
Replies: 11
Views: 1396

OpenGL Textures are not rendering

As the title says, the problem is that my textures are not rendering ( I am using SDL to load them ) . I am 95% sure that the files are loading right, however similar problem happened to me yet, in my previous game. Some guys didn't see spites, just blank white screen, but another guys saw it normal...
by Teser0ck
Mon Aug 29, 2011 4:42 pm
Forum: General/Off-Topic
Topic: Official "Hello, World! (I'm new!)" thread
Replies: 821
Views: 589302

Re: Official "Hello, World! (I'm new!)" thread

Hey there, I joined this forum after looking at some interesting posts here and having here some programmers I know, before that you could have seen me at Moosader's board ( my name there is Mouzy ). I have been programming about a year, mostly in C++, which was my first programming language. After ...