Hello BJS community,
I would like to display on my web page a glb model with an idea of its scale.
My first idea was to import glb and create a ground with GridMaterial.
But I don’t succeed to use GridMaterial with Viewer.
Second idea is to create my grid as a glb, and import (and positionned) both models.
But I don’t know to import 2 models at same time. So far I have tried including with element and with onSceneInitObservable event .
Do you have any advice on how to use viewer for this purpose ?
Or do you recommand to use non-viewer bjs ?
Also (last question I swear) is there any technical reason why minified bjs viewer is 4.5Mo, it seems like a lot, is there a way to reduce the size of it ?
Thanks by advance.