Hello
I want to draw image texture inside of ellipsoid entity.
Is there any method to add texture inside of ellipsoid entity?
Thank you
Hello
I want to draw image texture inside of ellipsoid entity.
Is there any method to add texture inside of ellipsoid entity?
Thank you
Hi @cccCesium
You can provide an ImageMaterialProperty to the EllpsoidGraphics.material property. See this Sandcastle for a demonstration:
Hope this helps,
Sam.
Thank you for your quick reply.
In the sandcastle, the texture can be seen only from the outside.
I want to see the image texture from inside ,for example from center of sphere.
Is it possible?
best regards
I tried sphere primitive, and got good results.
I’d like to continue with this method.
Thank you