When I'm creating the Cone primitive and rotateX=180, no errors, I can walk on the bottom of cone. But when I create Plane or Cube debug player says that there are an error in the same 91 line. I've tryed to delete the dot - didn't help=(
On 13 окт, 10:43, le_unam <[email protected]> wrote: > try to delete the dot before the /images or maybe try to delete the > dot and the slash. in my cases i have to delete the whole custom path > entry for working, but i dont get any errors ... my textures do just > not show up, but you can try it as well. > > On 13 Okt., 09:26, metSyS <[email protected]> wrote: > > > > > customPath is correct. My textures are in "images" folder. > > > On 12 окт, 22:47, Fabrice3D <[email protected]> wrote: > > > > make sure the customPath entered is correct. > > > > Fabrice > > > > On Oct 12, 2010, at 8:04 PM, metSyS wrote: > > > > > I'm creating Cube primitive? set camera above the cube primitive, and > > > > compile. Then I copy two files(MyBSPProject.as & MyBSPTree.awd) and > > > > one folder(images), to the source folder and run it in debug player. > > > > The player says that there is an error : > > > > > "TypeError: Error #1009: Не удается вызвать свойство или метод со > > > > ссылкой на объект "null". > > > > at away3d.loaders::AWData/linkBSPNodes()[E:\T E A C H\Flex\projects > > > > \MyPlateTree\src\away3d\loaders\AWData.as:440] > > > > at away3d.loaders::AWData/prepareData()[E:\T E A C H\Flex\projects > > > > \MyPlateTree\src\away3d\loaders\AWData.as:281] > > > > at away3d.loaders::AbstractParser/parseGeometry()[E:\T E A C H\Flex > > > > \projects\MyPlateTree\src\away3d\loaders\AbstractParser.as:420] > > > > at away3d.loaders::Loader3D/loadTextures()[E:\T E A C H\Flex\projects > > > > \MyPlateTree\src\away3d\loaders\Loader3D.as:508] > > > > at away3d.loaders::Loader3D$/parse()[E:\T E A C H\Flex\projects > > > > \MyPlateTree\src\away3d\loaders\Loader3D.as:61] > > > > at away3d.loaders::AWData$/parse()[E:\T E A C H\Flex\projects > > > > \MyPlateTree\src\away3d\loaders\AWData.as:519] > > > > at MyPlateTree/initAway3D()[E:\T E A C > > > > H\Flex\projects\MyPlateTree\src > > > > \MyPlateTree.as:91] > > > > at MyPlateTree/init()[E:\T E A C H\Flex\projects\MyPlateTree\src > > > > \MyPlateTree.as:67] > > > > " > > > > > the line 91 is: > > > > > _tree = BSPTree(AWData.parse(new BSPFile(), {customPath:"./ > > > > images/"})); > > > > > What am I do wrong?
