I've just created a very simple model using Prefab(newest version). After that, I go to BSP generator, the generation process was successful, but when I run test.fla with the document file is MyBSPProject.as. There are runtime errors(showed at the bottom of the post). I also try to use the feature preview export in Prefab , but all I got is a white screen.
Here is my model. http://dl.dropbox.com/u/13517386/model.rar Could someone check my model to see what i am doing wrong? TypeError: Error #1009: Cannot access a property or method of a null object reference. at away3d.loaders::AWData/linkBSPNodes() at away3d.loaders::AWData/prepareData() at away3d.loaders::AbstractParser/parseGeometry() at away3d.loaders::Loader3D/loadTextures() at away3d.loaders::Loader3D$/parse() at away3d.loaders::AWData$/parse() at MyBSPProject/initAway3D() at MyBSPProject/init() TypeError: Error #1009: Cannot access a property or method of a null object reference. at away3d.loaders::Loader3D/notifySuccess() at away3d.loaders::Loader3D/notifyMaterialLibrary() at away3d.loaders::Loader3D/onParserComplete() at flash.events::EventDispatcher/dispatchEventFunction() at flash.events::EventDispatcher/dispatchEvent() at away3d.loaders::AbstractParser/notifySuccess() at away3d.loaders::AbstractParser/parseNext() at away3d.loaders::AbstractParser/update()
