Hi Everyone !
I'm a newbie in 3DGS.
I'm making a space game, I want my Space Ship has self-shadow so I used :
shadow_stencil = 1; //Z-pass stencil shadows.
but the FPS is very very low (8 FPS)

I tried shadow_stencil = 2; //3, // and 4 . But it caused many problem and the FPS was low, too.
I read the 3DGS Manual and find about LOD Manager of MED.
so how to uses it to improve FPS ??does someone have the tutorial or exsample about it ?
Thanks !
Having a nice day !