Skip to main content

All Questions

3 votes
0 answers
309 views

How to get render to texture working?

I have read the manual, watched tutorials, and read forum posts. So far they have all been based on GLSL and using Python. Including multi-texture in my search results in tuts about applying multiple ...
bouncing_hole's user avatar
3 votes
1 answer
511 views

What is this blur/antialiasing effect in the game engine?

What is this (unwanted) blur/antialiasing effect that I have in the game engine? The effect worsen with the distance from the camera. Also, it seems to increase in a discrete (not continuous) manner. ...
Nicola Masotti's user avatar
0 votes
1 answer
329 views

BGE MakeHuman character hair disappears when close to edge of camera frame

I have been working on a game using a MakeHuman character. Everything works fine except occasionally when the characters head is near the top of the camera's view it's hair will momentarily disappear ...
billyzill's user avatar
1 vote
1 answer
294 views

Textures go missing when I set new scene

I have a game menu scene, and when I press start I set the new scene to be the main scene. Problem is, most textures disappear leaving a light purple color behind them (not the default one for ...
Lev's user avatar
  • 947
2 votes
2 answers
511 views

Making a camera with a green tint

I'm trying to make a horror game with a green tint to the camera (like above) Is there any way to make this?
DanielCMK's user avatar
  • 531