Struct FrustumPlanes
Represents frustum planes.
Namespace: Unity.Rendering
Assembly: solution.dll
Syntax
public struct FrustumPlanes
Methods
Name | Description |
---|---|
FromCamera(Camera, NativeArray<float4>) | Populates the frustum plane array from the given camera frustum. |
Intersect(NativeArray<float4>, AABB) | Performs an intersection test between an AABB and 6 culling planes. |
Intersect(NativeArray<float4>, float3, float) | Performs an intersection test between an AABB and 6 culling planes. |
Intersect2(NativeArray<PlanePacket4>, AABB) | Performs an intersection test between an AABB and 6 culling planes. |
Intersect2NoPartial(NativeArray<PlanePacket4>, AABB) | Performs an intersection test between an AABB and 6 culling planes. |