i've tried but it still wont show maybe i'm doing it wrong? i tried putting it like this
model = loader.handle as Mesh;
model.bothsides = true;
i also tried putting it like this
loader = Max3DS.load("model/fairy3.3ds", {bothsides:true,
centerMeshes:true});
still single sided
D:
