Menu

Both side display in GLfreeform mesh objects

Help
Mostafa
2018-11-07
2018-11-20
  • Mostafa

    Mostafa - 2018-11-07

    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.

     
  • Achim Wrobel

    Achim Wrobel - 2018-11-07

    Hi,
    try to use

    GLFreeForm1.Material.FaceCulling := fcNoCull;

    Good luck!

     
  • Mostafa

    Mostafa - 2018-11-20

    Hi Achim Wrobel ,
    thank you very much for your help.

     

Log in to post a comment.

Want the latest updates on software, tech news, and AI?
Get latest updates about software, tech news, and AI from SourceForge directly in your inbox once a month.