Exemplo n.º 1
0
void SphereComponent::SphereFromMesh(MeshPtr mesh)
{
	mModelSpaceBounds = mesh->GetBoundingSphere();
	OnUpdatedTransform();
}