Hi,
In Object GLHeightField both sides of the object can be displayed by changing the option, "HeightField1.Options:=HeightField1.Options+[hfoTwoSided]". I want to do the same act in Object GLFreeForm so that both sides of an object are displayed. is this possible ? Can you guide me?
Thank you.
If you would like to refer to this comment somewhere else in this project, copy and paste the following link:
Hi,
In Object GLHeightField both sides of the object can be displayed by changing the option, "HeightField1.Options:=HeightField1.Options+[hfoTwoSided]". I want to do the same act in Object GLFreeForm so that both sides of an object are displayed. is this possible ? Can you guide me?
Thank you.
Hi,
try to use
GLFreeForm1.Material.FaceCulling := fcNoCull;
Good luck!
Hi Achim Wrobel ,
thank you very much for your help.