Markus Moenig

Results 24 comments of Markus Moenig

Is this the same reason why pixels does not work with the latest Tao version ?

Great! But the fog would not be uniform but could be defined via a bounding box or something right ? That's how it looks with Aerolod (see the screenshots of...

Do you have function pointers on GLSL ? I am on Metal or Rust / CPU and have them on both. So could create a callback to either read fog...

Ah, you are right, I forgot that you scale up to even aspect ratios and mistook the black border for unused space. Perfect! Thanks for the info re ```web-sys```, will...

Yes right. I report this to the Tao people. Thanks.

Sadly it seems they have abandoned this project.

Problem is I never finished some apps, like Fabricated and Signed. So they are not on the AppStore. I am working on new apps which will replace them.

Yeah I would go with the later. I don't think you will be able to get this to work in earlier versions.

Hi Jason, yes, that should be no problem. Currently you would just have to create the content per hand, like ```javascript richText.setFont( createFont( 20 ) ); richText.textInput( "Welcome to RichTextJS\n"...