0

Can I use SubdivisionDemo with other files???

Anonymous 10 years ago 0
This discussion was imported from CodePlex

mateovidro wrote at 2012-12-13 12:04:

Hi all, nice tool<

1.Can I use other extension (eg. Obj,. Stl) in SubdivisionDemo or need to create a specific class for each extention??

2. How can I apply the CombinedManipulator to a FileModelVisual. It's posible??

Thanks


objo wrote at 2012-12-13 23:20:

1. The LoopSubdivision class works on MeshGeometry3D objects. If you want to subdivide the meshes in the imported model you need to traverse the model graph.

2. It should be possible to apply it to the Transform. I also think you need to scale the size of the manipulator relative to the bounding box of the model.