Sign Up

Sign Up to our social questions and Answers Engine to ask questions, answer people’s questions, and connect with other people.

Have an account? Sign In

Have an account? Sign In Now

Sign In

Login to our social questions & Answers Engine to ask questions answer people’s questions & connect with other people.

Sign Up Here

Forgot Password?

Don't have account, Sign Up Here

Forgot Password

Lost your password? Please enter your email address. You will receive a link and will create a new password via email.

Have an account? Sign In Now

You must login to ask a question.

Forgot Password?

Need An Account, Sign Up Here

Please briefly explain why you feel this question should be reported.

Please briefly explain why you feel this answer should be reported.

Please briefly explain why you feel this user should be reported.

Sign InSign Up

The Archive Base

The Archive Base Logo The Archive Base Logo

The Archive Base Navigation

  • Home
  • SEARCH
  • About Us
  • Blog
  • Contact Us
Search
Ask A Question

Mobile menu

Close
Ask a Question
  • Home
  • Add group
  • Groups page
  • Feed
  • User Profile
  • Communities
  • Questions
    • New Questions
    • Trending Questions
    • Must read Questions
    • Hot Questions
  • Polls
  • Tags
  • Badges
  • Buy Points
  • Users
  • Help
  • Buy Theme
  • SEARCH
Home/ Questions/Q 790563
In Process

The Archive Base Latest Questions

Editorial Team
  • 0
Editorial Team
Asked: May 14, 20262026-05-14T21:42:12+00:00 2026-05-14T21:42:12+00:00

This is a difficult question to search in Google since it has other meaning

  • 0

This is a difficult question to search in Google since it has other meaning in finance.

Of course, what I mean here is “Drawing” as in .. computer graphics.. not money..

I am interested in preventing overdrawing for both 3D Drawing and 2D Drawing.
(should I make them into two different questions?)

I realize that this might be a very broad question since I didn’t specify which technology to use. If it is too broad, maybe some hints on some resources I can read up will be okay.

EDIT:
What I mean by overdrawing is:

  • when you draw too many objects, rendering single frame will be very slow
  • when you draw more area than what you need, rendering a single frame will be very slow
  • 1 1 Answer
  • 0 Views
  • 0 Followers
  • 0
Share
  • Facebook
  • Report

Leave an answer
Cancel reply

You must login to add an answer.

Forgot Password?

Need An Account, Sign Up Here

1 Answer

  • Voted
  • Oldest
  • Recent
  • Random
  1. Editorial Team
    Editorial Team
    2026-05-14T21:42:13+00:00Added an answer on May 14, 2026 at 9:42 pm

    It’s quite complex topic.

    First thing to consider is frustum culling. It will filter out objects that are not in camera’s field of view so you can just pass them on render stage.

    The second thing is Z-sorting of objects that are in camera. It is better to render them from front to back so that near objects will write “near-value” to the depth buffer and far objects’ pixels will not be drawn since they will not pass depth test. This will save your GPU’s fill rate and pixel-shader work. Note however, if you have semitransparent objects in scene, they should be drawn first in back-to-front order to make alpha-blending possible.

    Both things achievable if you use some kind of space partition such as Octree or Quadtree. Which is better depends on your game. Quadtree is better for big open spaces and Octree is better for in-door spaces with many levels.

    And don’t forget about simple back-face culling that can be enabled with single line in DirectX and OpenGL to prevent drawing of faces that are look at camera with theirs back-side.

    • 0
    • Reply
    • Share
      Share
      • Share on Facebook
      • Share on Twitter
      • Share on LinkedIn
      • Share on WhatsApp
      • Report

Sidebar

Related Questions

I know this will be a difficult question, so I am not necessarily looking
This is a difficult and open-ended question I know, but I thought I'd throw
I hope that this question has not been asked elsewhere, but I'm having difficulty
This might be a bit difficult to explain in writing, so please bear with
I've found it very difficult to find any existing documentation on this. What I'm
It's surprising how difficult it is to find a simple, concise answer to this
Simple question for someone who might know, the most difficult thing in the world
So, for instance facebook's search bar has faint word that says search, but when
Please note that this question is about CGLayer (which you typically use to draw
Having difficulty articulating this correlated subquery. I have two tables fictitious tables, foo and

Explore

  • Home
  • Add group
  • Groups page
  • Communities
  • Questions
    • New Questions
    • Trending Questions
    • Must read Questions
    • Hot Questions
  • Polls
  • Tags
  • Badges
  • Users
  • Help
  • SEARCH

Footer

© 2021 The Archive Base. All Rights Reserved
With Love by The Archive Base

Insert/edit link

Enter the destination URL

Or link to existing content

    No search term specified. Showing recent items. Search or use up and down arrow keys to select an item.