[SOLVED]3Ds max post-processing effect render

Forum for the creative side of the game development process: art, music, storyline, gameplay, concepts, etc. Any sort of relevant discussion is welcome here.

Moderator: PC Supremacists

Post Reply
User avatar
Netwatcher
Chaos Rift Junior
Chaos Rift Junior
Posts: 378
Joined: Sun Jun 07, 2009 2:49 am
Current Project: The Awesome Game (Actual title)
Favorite Gaming Platforms: Cabbage, Ground beef
Programming Language of Choice: C++
Location: Rehovot, Israel

[SOLVED]3Ds max post-processing effect render

Post by Netwatcher »

So I'm back to it after almost 2 years of not touching 3ds max :nono:
I'm trying to render some post-processing effects to a file (.mov)

My post-process tree looks like this:

Queue
|
|____filter event(glow)
____|
____|
____|___Scene Event(camera 01)
____|
____|___Image output event(.mov)

when I render the Image(using Execute sequence) It does render the post processing effect but the effect doesn't appear in the .mov file, even tried as an image with .jpg but apparently the problem is somewhere in the tree...(
Last edited by Netwatcher on Mon Jul 13, 2009 10:10 am, edited 2 times in total.
"Programmers are the Gods of their tiny worlds. They create something out of nothing. In their command-line universe, they say when it’s sunny and when it rains. And the tiny universe complies."
-Derek Powazek, http://powazek.com/posts/1655

blip.fm DJ profile - http://blip.fm/Noobay
current code project http://sourceforge.net/projects/vulcanengine/
User avatar
Netwatcher
Chaos Rift Junior
Chaos Rift Junior
Posts: 378
Joined: Sun Jun 07, 2009 2:49 am
Current Project: The Awesome Game (Actual title)
Favorite Gaming Platforms: Cabbage, Ground beef
Programming Language of Choice: C++
Location: Rehovot, Israel

Re: 3Ds max post-processing effect render(HELP NEEDED)

Post by Netwatcher »

Awwe the tree was supposed to be like


Queue
|
|___Scene Event(camera 01)
|
|___filter event(glow)
|
|___Image output event(.mov)
"Programmers are the Gods of their tiny worlds. They create something out of nothing. In their command-line universe, they say when it’s sunny and when it rains. And the tiny universe complies."
-Derek Powazek, http://powazek.com/posts/1655

blip.fm DJ profile - http://blip.fm/Noobay
current code project http://sourceforge.net/projects/vulcanengine/
Post Reply