ASE loader question

I tryed online example (crudetank_mod.ASE) and all is ok. But when I add a new light ( omni light) into my model, I can’t get it into java code. It seems that AseFile.java doesn’t import the light node. Any one know if there is a way to get the node. My goal is to turn on/off this light into java application.

Thanks in advance,

Jim

Many parts of the ASE format are not supported. One of those is Lights. Another is Materials (textures however are supported).

You will need to add the light in Xith3D manually.

Will.