Boolean stencil?

 From:  Michael Gibson
9436.17 In reply to 9436.15 
Hi Przemas,

re:
> Is there a guide for scripting / macroing MoI?

Not really, it unfortunately takes quite a bit of work to do a good job documenting and just generally supporting such things. That's why it hasn't been a big focus area so far.

There is some information here though:
http://moi3d.com/wiki/Scripting


> Also when it comes to guides - is there a one that would show how do you add custom buttons?

Not really, but if you're familiar at all with HTML it's pretty straightforward. You can see how the current UI is set up by opening up files like CommandBar.htm and SidePane.htm inside MoI's ui subfolder. You'll then see how buttons are set up as <moi:CommandButton> tags and you can add new ones in.

Is everything working ok under Wine now for you with __GL_MaxFramesAllowed=1 or are there still any problems when changing window size?

- Michael