Modify Core Properties

  • The_Silver_Kid
    17th Jan 2017 Member 0 Permalink

    Is it possable to modify the core properties (eg. HotAir) in the update function? And if not what else could I use to create negative air pressure?

  • QuanTech
    17th Jan 2017 Member 0 Permalink

    Use negative HotAir values OR if you want negative pressure under certain conditions:


    sim->pv[x/CELL][y/CELL] = -1.0f; //creates -1 pressure! yay

    Edited once by QuanTech. Last: 17th Jan 2017
  • The_Silver_Kid
    18th Jan 2017 Member 0 Permalink

    alright ill try that thanks