From the xith3d javadocs im guessing:
1 2 3 4
| ShadowBin sb = new ShadowBin(); Occluder oc = new Occluder() oc.build(List submission) sb.addOccluder(oc) |
What do i do with the shadow bin?
What List is submission? / How do i add my shapes?
When do i call sb.build(List submission)? Guessing it's after added all shapes to scene?
What else? (am i completely wrong?)
Ive read in the forums the tank ASE example used to cast shadows but not no more? My example doesn't, anyone else?
An example from anyone would be great!