コード例 #1
0
 //cull test the avatar, in this case, the cull test is highly approximate.
 public bool CullTest(ICuller culler)
 {
     return(avatar.CullTest(culler));
 }