Remeber when I reported a bug with the actor material?
its still there.
I made a model in TrueSpace, and then applied a blue material
IN TRUESPACE to it... Then I exported it.
When I loaded it into an actor, the material was no tthere. Its pure white.
(The material was dark green)
Sub Load_MainMesh(Path As String)
Set body = Scene.CreateMeshBuilder("Actor" & i)
body.LoadSkinMesh Path
body.SetPosition 0, 0, 0
body.SetAlphaTest False
End Sub