Skip to content

QuadTreeManager Typo #6

@erictuvesson

Description

@erictuvesson

var nodeContainment = ContainmentType.Intersects;
var nodeBounds = new BoundingBox(new Vector3(node.bounds.X, node.bounds.Y, node.value.MinHeight),
new Vector3(node.bounds.X + node.bounds.Width, node.bounds.Y + node.bounds.Height, node.value.MaxHeight));
boundingFrustum.Contains(ref boundingBox, out nodeContainment);

boundingFrustum.Contains(ref nodeBounds, out nodeContainment); 

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Type

    No type
    No fields configured for issues without a type.

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions