About Store Forum Documentation Contact



Post Reply 
Rendering hidden objs
Author Message
Solimo Offline
Member

Post: #1
Rendering hidden objs
Hello,

By default engine renderes all objects in the range of view, even when object is covered by another object. Is there build-in possibility to fix it or we are supposed to write our own system?
03-12-2011 06:52 PM
Find all posts by this user Quote this message in a reply
Driklyn Offline
Member

Post: #2
RE: Rendering hidden objs
I believe you will have to write your own.
03-12-2011 11:42 PM
Find all posts by this user Quote this message in a reply
Solimo Offline
Member

Post: #3
RE: Rendering hidden objs
Second thing. Is Chr one of those "Heavy" objects reserved for Player only? I found out that 20 Chr based objects kills my pc while 2000 of Animatable provides 60 stable fps. Ofc, same mesh, same phisic, same code code.
03-13-2011 12:06 AM
Find all posts by this user Quote this message in a reply
Chris Offline
Member

Post: #4
RE: Rendering hidden objs
Esenthel already uses Early Z (won't make any difference in wireframe) - in addition with Frustum Culling, Deferred Shading, Optimised Quad Tree and of-course LODs. So instead of occlusion culling, Early Z is used.
03-13-2011 12:07 AM
Find all posts by this user Quote this message in a reply
Post Reply