0

use CuttingPlanes but completely

Anonymous 10 years ago 0
This discussion was imported from CodePlex

zbw911 wrote at 2013-08-21 11:01:

   <h:HelixViewport3D x:Name="view1" CameraMode="Inspect" CameraRotationMode="Trackball" ModelUpDirection="0,1,0">
    <h:DefaultLights/>
    <h:CuttingPlaneGroup x:Name="cuttingGroup1" IsEnabled="True">
        <h:CuttingPlaneGroup.CuttingPlanes>
            <!--<h:Plane3D Normal="-1,-1,0"/>-->
            <h:Plane3D Normal="0.6149556716972341,-0.6228702238113956,-0.48359301704692287"/>                                <!--</h:CuttingPlaneGroup.CuttingPlanes>-->
        <h:FileModelVisual3D x:Name="model1" Source="Source/HelixToolkit.Wpf.Tests/Models/obj/cornell_box.obj"/>

    </h:CuttingPlaneGroup>
   </h:HelixViewport3D>



zbw911 wrote at 2013-08-23 02:59:


objo wrote at 2013-09-05 08:08:

Thanks for the example, it should be fixed now.