Model3DGroup
Model3DGroup
derives from Model3D
. Model3DGroup
s are used to group together a collection of Model3D
s into a single model. Grouping multiple GeometryModel3D
s together with a Model3DGroup
is a way to build a model that uses multiple materials. Listing 8.4 shows how six GeometryModel3D
s can be combined to form a model of a cube. An alternative approach would be to create one MeshGeometry3D
that uses a MaterialGroup
to achieve the same effect.
Get XAML Unleashed now with the O’Reilly learning platform.
O’Reilly members experience books, live events, courses curated by job role, and more from O’Reilly and nearly 200 top publishers.