bounding-box
Problems with Bounding Box Frustum Culling
I am having trouble getting correct frustum culling to work. I got开发者_StackOverflow a great suggestion from someone about AABB point testing and it works great but I have gotten to the point where[详细]
2023-03-12 08:27 分类:问答Bounding box frustum rendering - Distance rendering - OpenGL
I am rendering an old game format where I have a list of meshes that make up the are you are in. I have finally gotten the PVS (regions visible from another region) working and that cuts out a lot of[详细]
2023-03-11 05:22 分类:问答How do I determine the collision normal in an axis aligned bounding box collision?
I have a 3d moving box an开发者_JS百科d a stationary box. I can detect collisions ok but now I would like to slide the moving box against the stationary box as a collision response. For this I need th[详细]
2023-03-08 22:04 分类:问答What is meant by bounding box in android map view
I am sorry if it seems a silly question to you, but I have been dealing with some problems in my android project and my client constantly refers to the term bounding box. Ca开发者_高级运维n someone pl[详细]
2023-03-06 20:09 分类:问答CGFont: calculation glyphs bounds
How can I get sizes of each glyph of the string in pixels? I use CGFontGetGlyphBBoxes to get a bounding box of each glyph in string and get following values:[详细]
2023-02-26 21:28 分类:问答Benefits of SPATIAL over using standard bounding box query
Benefits of SPATIAL over BOUNDING What are the benefits of using a SPATIAL query rather than a simple MySQL query that utilised a bounding box?[详细]
2023-02-20 08:34 分类:问答Detecting a certain Latitude / Longitude is in a US State
I know that most开发者_运维百科 people will view this question and point me to Google Geocode - but I\'m looking for a mathematical formula that allows someone to take a Lat/Lng point and see if its i[详细]
2023-02-19 16:43 分类:问答Checking for bounding box intersections/collisions with a view frustum
I want to check a view frustum against the axis aligned bounding boxes of some objects, to check roughl开发者_StackOverflow社区y whether those objects are in the field of view or not. Speed is not a b[详细]
2023-02-18 09:39 分类:问答Is it possible to make a polygon bounding box?
(first off, just to be sure, a hexagon is a polygon with 6 points, think honey-comb or Civilisation 5)[详细]
2023-02-18 06:31 分类:问答How to roll a fast BVH representation in Haskell
I\'m playing with a Haskell Raytracer and currently use a BVH implementation which stresses a naive binary tree to store the hierarchy,[详细]
2023-02-12 07:43 分类:问答