#Solved:Struggling changing backgrond/scene

27 messages · Page 1 of 1 (latest)

bright latch
#

in this game i am making i the back ground change when you kill enough enimes but i can't change the background it just goes to black.

hoary eagle
#

Use a debugger

#

This is just some issue with your codebase it's not really a graphics specific issue

bright latch
#

so do i need go some were else for this problem

hoary eagle
#

No we just can't really help you with the details

#

Since we didn't write your program

bright latch
#

we are using the open gl librery and i was told that it could have soming to do with it

#

and i don't know much about the opne gl libreary

hoary eagle
#

It could, but there's no way to know until you've isolated the problem to GL and not something else

#

It could be that you're not calling your scene creation logic properly or something rather than a GL issue

#

Ask whoever you're working with who is the most experienced with OpenGL to help debug it

bright latch
#

the problem is it is a two man team me and a freind and we don't know much about it and we got to finish this game by tuesday

#

we could be cooked

hoary eagle
#

Possibly

#

There's nothing we can do to help until you've identified where the issue is happening

#

But you still have a few days

bright latch
#

should i send a vid of whats happenig would that help

hoary eagle
#

Not really I already gathered that you switch scenes and your background imagery isn't being drawn

#

Now you need to use a debugger to go figure out why

bright latch
#

ok will do thanks for all the help

bright latch
#

would any one be willing to look at this with me in a voice call

bright latch
#

i found the problem and every thing is working thanks @hoary eagle

flat jackal
#

what was it

#

and consider marking the post as solved

bright latch
#

It was a problem in rendering

bright latch
flat jackal