Jump to content

Occlusion Culling


Ahiru
 Share

Recommended Posts

Hi,

 

maybe I have an old computer (2009 Mac), but since I want to use Babylon.js also for Smartphone users I can't expect my target user to have a high-end Desktop PC. That's why an effective rendering would be important for me.

 

With the examples I've seen so far (I especially noted here: http://www.imajun.eu/imajun_content/index.php?is=4) I noticed that there are a lot more draw-calls than actually would be necessary.

 

So my question is if it would be possible (or maybe it exists and I missed it?) to integrate a occlusion culling function to a camera?

Link to comment
Share on other sites

There is no way to do this that I know of sadly. I'm going to be doing this somewhat manually based on assigning objects max view ranges, and doing distances to invisible bounding boxes based on the need to render objects inside buildings etc, or adjoining "regions" that you could reasonable get to between scene visibility updates.

 

So I think you're only option currently is a kind of manual process.

 

In the link you provided, it looks like they're kind of taking a manual process approach too, but giving you a tool to make it less painful.

Link to comment
Share on other sites

Join the conversation

You can post now and register later. If you have an account, sign in now to post with your account.
Note: Your post will require moderator approval before it will be visible.

Guest
Reply to this topic...

×   Pasted as rich text.   Paste as plain text instead

  Only 75 emoji are allowed.

×   Your link has been automatically embedded.   Display as a link instead

×   Your previous content has been restored.   Clear editor

×   You cannot paste images directly. Upload or insert images from URL.

Loading...
 Share

  • Recently Browsing   0 members

    • No registered users viewing this page.
×
×
  • Create New...