Пример #1
0
        internal void CacheShape(ulong meshHash, PhysicsShape phyShape, ShapeType bestFitShape)
        {
            ShapeCache cache = FindCorrespondingCache(bestFitShape);

            cache.AddShape(meshHash, phyShape);
        }