
0
Image Material with PipeVisual3D
This discussion was imported from CodePlex
Mrme wrote at 2014-03-25 10:31:
Hi, so it seems I can add an image as Material for most Visual3Ds if not all, but not for the PipeVisual3D , I use the following code which works just fine with Cube,Ellipsoid,Rectangle Visual3Ds
PipeVisual3D pi = new PipeVisual3D();
Material m = MaterialHelper.CreateImageMaterial("E:\\2.jpg", 1, UriKind.Absolute);
pi.Material = m;
helix.Children.Add(pi);
objo wrote at 2014-04-29 10:48:
Thanks for reporting. Added
https://helixtoolkit.codeplex.com/workitem/10042
Customer support service by UserEcho