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

  • SEARCH
  • Home
  • 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 7437069
In Process

The Archive Base Latest Questions

Editorial Team
  • 0
Editorial Team
Asked: May 29, 20262026-05-29T10:20:27+00:00 2026-05-29T10:20:27+00:00

When bounding box’s all 8 vertex is out side the frustum, it won’t be

  • 0

see

When bounding box’s all 8 vertex is out side the frustum, it won’t be rendered.
But if sth happened like shown above. That object should be in the display list. Any idea?

  • 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-29T10:20:28+00:00Added an answer on May 29, 2026 at 10:20 am

    Because you are calculating the intersection as if the box is bunch of points, instead of a bunch of lines. This is how I do it in pseudo-code:

    inter = Inside
    for ( plane : frustum ) {
        verts[2] = findOpposingPointsMostPerpendicularToPlane( box, plane )
        near = plane.signedDistance( verts[0] ) > 0.0
        far = plane.signedDistance( verts[1] ) > 0.0
    
        if ( !near && !far )
            inter = Outside
            break
        else ( near ^ far )
            inter = Intersecting
    }
    

    If your box is an AABB, you create a static array of vertex indices for findOpposingPointsMostPerpendicularToPlane() and then map to them using the sign of the plane normal components.

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

Sidebar

Related Questions

Given a bounding box, with definitions like bounds.min.(x/y/z) , bounds.max.(x/y/z) , and two points
I'm trying to create a bounding box around a set of coordinates, but I
I am trying to get the bounding box for all the bodies in a
I'm trying to get all events in a geo bounding box (that approximately covers
I read the Calculate Bounding box coordinates from a rotated rectangle to know how
I'm looking for an algorithm to find bounding box (max/min points) of a closed
Is there a css-only solution to scale an image into a bounding box (keeping
Given a latitude and longitude, and distance, I want to find a bounding box
I have three problems: I want to create resizable shapes with box bounding... I
It's easy to get the bounding rectangle for all the visible windows on a

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.