Door and window openness randomization
plrlz2 opened this issue · 2 comments
plrlz2 commented
I saw that it seems not to be possible to randomize the door and/or window openness with procthor since the openness of doors only has two states (open, closed). Are there any plans to support continuous openness states of doors/windows at some point? Would that be even possible and if so, how much effort would it take to implement that?
mattdeitke commented
Openable doors and windows support an openness
parameter. Here, 0 is closed, 1 is open at 90 degrees (default), 2 is open at 180 degrees, and there are linear interpolations between there.
plrlz2 commented
Interesting, can you point me to the code section where the openness value is sampled? Thanks a lot!