May 23, 2012, 02:51:06 PM *
Welcome, Guest. Please login or register.

Login with username, password and session length
News: Please report any bugs or issues that you might be encountering with the Beta in the Support System so that we can better keep track of any oustanding issues that may come up.

GameCore Support System
 
   Home   Help Search Login Register  
Pages: [1]
  Print  
Author Topic: Post-Processing :S  (Read 639 times)
Freedom
Newbie
*
Posts: 11


View Profile
« on: December 04, 2009, 04:00:59 PM »

Hello guys. I made Blur Effect but I don't see it in my game  Huh
What am I do?

Picture In Editor
Picture In Game
Logged
cohen
Newbie
*
Posts: 39


View Profile
« Reply #1 on: December 05, 2009, 11:28:19 PM »

In your main script, you need to set the game object to use hdr rendering.

Code:

void MainGame()
{
GameManager@ game = GetGameManager();
game.SetVideoDriverVariableInt("HDR", 1);
}
Logged
Ron
Sr. Member
****
Posts: 326


View Profile
« Reply #2 on: December 06, 2009, 11:17:42 AM »

Hello guys. I made Blur Effect but I don't see it in my game  Huh
What am I do?

Picture In Editor
Picture In Game

Hope you got it working, ps - cool looking car!
Logged
Freedom
Newbie
*
Posts: 11


View Profile
« Reply #3 on: December 06, 2009, 04:22:45 PM »

Thanks cohen It's work Wink
Thanks Ron

Without Post-Processing

With Post-Processing

With Film Grain
Logged
gekido
Guest
« Reply #4 on: December 11, 2009, 12:37:12 PM »

Yeah this is a bug that we're aware of and should hopefully have fixed for once and for all in the next release.

It shouldn't be necessary to add that line - and is actually NOT what you want to do because it overrides the launcher (ie the players) configuration settings when they launch your game after export.
Logged
Pages: [1]
  Print  
 
Jump to:  

 
Powered by MySQL Powered by PHP bluBlur Skin © 2006, hbSkins
Powered by SMF 1.1.14 | SMF © 2006-2011, Simple Machines LLC
Valid XHTML 1.0! Valid CSS!