次の行のコードで nullreferenceexception エラーが発生しています。
public bool BoundingVolumeIsInView(BoundingSphere sphere)
{
**return (Frustum.Contains(sphere) != ContainmentType.Disjoint);**
}
私が間違っていることを教えてください。
ありがとう
次の行のコードで nullreferenceexception エラーが発生しています。
public bool BoundingVolumeIsInView(BoundingSphere sphere)
{
**return (Frustum.Contains(sphere) != ContainmentType.Disjoint);**
}
私が間違っていることを教えてください。
ありがとう