PLY colors not apply
#1
How to display colors of a PLY mesh?


My code use assimp importer:
ContentVisual.Source = new Uri(fileName, UriKind.Absolute);
Camera1.Refresh();


XAML:
<Viewport3D Name="MainViewport">
<assimpVisuals:AssimpModelVisual3D x:Name="ContentVisual" />
<ModelVisual3D>
<ModelVisual3D.Content>
<Model3DGroup>
<AmbientLight Color="#333333"/>
</Model3DGroup>
</ModelVisual3D.Content>
</ModelVisual3D>
</Viewport3D>
  


Messages In This Thread
PLY colors not apply - by danielefit - 10-21-2015, 03:37 PM
RE: PLY colors not apply - by abenedik - 10-22-2015, 08:36 AM
RE: PLY colors not apply - by abenedik - 10-22-2015, 10:45 AM

Forum Jump:


Users browsing this thread:
1 Guest(s)