AsoboStudio / wasm-gdiplus

Implementation of the GDI+ API on top of NanoVG, targeting Microsoft Flight Simulator
5 stars 1 forks source link

WASM rendering for simobjects #1

Open RedouaneFitDev opened 2 years ago

RedouaneFitDev commented 2 years ago

Hello, I can't seem to find an answer, is there a way to implement wasm rendering capabilities with simobjects? I know we can use it for user aircraft's panels, but how about simobjects or scenery 3d objects? let's say I want to create a billboard that renders some textures dynamically, is there a way to implement that? (I'm not looking for some kind of animation) Thnx in advance!

Selmar commented 2 years ago

Registration numbers using javascript are able to render to materials on the exterior model, but I am not sure if this can be done with WASM as well. You could try to see if such a configuration works with a wasm module, but this hasn't been tested and isn't officially supported.

By the way, for things not directly related to the content on this github, it is better to use the dev support forum at https://devsupport.flightsimulator.com/

Thanks! :)