[snip]
> Theater* original: 1683979 bytes
> post-munge: 151455 bytes 91.1%
>
> * The theater was done with LVS and could not have its normals removed
Does LVS mean Lightscape's software? If so, then I'm confused about
the normals thing. Lightscape precomputes all lighting so there aren't
any light sources so you don't need _any_ normals. Early versions of
ls2iv and ls2vrml put them in unnecessarily (cos my brain went on
sabbatical).
BUT you have to tell your browser not to do lighting. WebSpace on the
sgi's understands Inventor's LightModel node. I don't know if the vrml
community has agreed upon a standard Info node extension to provide a
no-lighting hint.
In the meantime, you can change any diffuseColor field to emissiveColor
and make sure the ambient and diffuse fields are zero. This effectively
(but probably not efficiently) turns off lighting.
Cheers,
-chris