我在这一行的代码中有一个 nullreferenceexception 错误:
public bool BoundingVolumeIsInView(BoundingSphere sphere)
{
**return (Frustum.Contains(sphere) != ContainmentType.Disjoint);**
}
请告诉我我做错了什么?
谢谢
我在这一行的代码中有一个 nullreferenceexception 错误:
public bool BoundingVolumeIsInView(BoundingSphere sphere)
{
**return (Frustum.Contains(sphere) != ContainmentType.Disjoint);**
}
请告诉我我做错了什么?
谢谢