请教:有方法解决PV3D中Lines3D出现Error #1009吗?
billy8080 (2011-04-26 07:25:21)
各位高手好,小弟想请教一下,在PV3D中Lines3D在mouse3D.enabled = true;
下为甚么会出现
TypeError: Error #1009: 无法存取 Null 对象参考的属性或方法。
at
org.papervision3d.core.utils::Mouse3D/updatePosition()
at
org.papervision3d.core.utils::InteractiveSceneManager/handleEnterFrame()
这问题折磨我近两个星期的,在网络上找来找去都找不到解决方法,希望有高人能赐教一下。谢谢!
在网络上有人提出过把Lines画进一个sphera里面,这样应该不能准备设定Lines的3DEvent吧?><