About Store Forum Documentation Contact



Post Reply 
Reflection like Sci-Fi Demo
Author Message
amit Offline
Member

Post: #1
Reflection like Sci-Fi Demo
After the wonderful Sci-Fi Demo, I downloaded the trial edition and started playing with it. Most of the things I required were there except few thing,
one is realtime reflection as in floor of the Sci-Fi demo.
Is it custom pipeline?
Can we get source of Sci-Fi?

hope, I am able to workout above issues, only 12 hours before new year so will try to buy EE before 2014

also how to enable AO and deffered rendering grin
(This post was last modified: 12-31-2013 07:18 AM by amit.)
12-31-2013 07:15 AM
Find all posts by this user Quote this message in a reply
Esenthel Offline
Administrator

Post: #2
RE: Reflection like Sci-Fi Demo
Hello,

The reflection in Sci Fi demo is the EE's Ocean (EE::Water in C++) with customized parameters.
D.ambientMode(..); for ambient occlusion
Renderer.type(..); for different renderers

Sci-Fi demo source are not available, sorry.
01-02-2014 05:58 AM
Find all posts by this user Quote this message in a reply
amit Offline
Member

Post: #3
RE: Reflection like Sci-Fi Demo
oh,ok done and working.
But can i do it in reality with c++ programming render to texture and custom shaders? (not fake with another layer, just for better pipeline working and better effects)
I would need to change the default shaders a bit, so do I have access to default shaders?
01-02-2014 07:08 AM
Find all posts by this user Quote this message in a reply
Post Reply