Search found 2 matches

by wmcroberts3
Wed Jan 07, 2015 1:58 pm
Forum: Questions and Help
Topic: ConvexHull does not have a constructor that takes indices
Replies: 1
Views: 2193

ConvexHull does not have a constructor that takes indices

In stepping forward to get an imported fbx Model represented by a ConvexHull, I am using the ModelDataExtractor from the demos. However, this pulls both vertices and indices from the model and it appears the ConvexHull constructors only take vertices. Is there a similar helper method out there that ...
by wmcroberts3
Wed Jan 07, 2015 1:50 pm
Forum: Questions and Help
Topic: Scaling ConvexHull
Replies: 1
Views: 2157

Scaling ConvexHull

I have seen the answers for initial scaling of MobileMesh, however I would like to scale ConvexHull and do not see a similar AffineTransform property. I can see where the AffineTransform for MobileMesh is used down in TransformableMeshData.GetTriangle, hence would it make sense to do something simil...