[Papervision3D] rev 215 example files
laurent
laurent at logiquefloue.org
Thu Aug 23 10:22:17 PDT 2007
Ha ok I didn't think about the sources exemples....I'm on my rails, sorry.
Apparently everything is fine! GG!
On my way I use the InteractiveMovieMaterial instead of
InteractiveColorMaterial to avoid the problem as De'Angelo proposed.
Still weird behavior if you want to note for later :) (is it weird ?)
Something else, I want to access the width and height of the
"interactive" Plane.
From the InteractiveScene3DEvent, where do I get those?
thx
L
laurent a écrit :
> I'm using a InteractiveColorMaterial for a plane:
>
> var material = new InteractiveColorMaterial(0x123456, .6);
> var plane:Plane = new Plane(material, 100, 100, 1, 1, {x:0, y:0});
>
> and still get this error with rev215 materialRestructor branche:
>
> material type is not Interactive. If you're using a Collada object, you
> may have to reassign the material to the object after the collada scene
> is loaded
>
> The problem is there's no propertie movie in the colorMaterial, so in
> InteractiveColorMaterial.
> See from line 599 to 605 in "ism.as".
> Strangly in handleMousMove(), even
> with mouseInteractionMode set to false what should do this:
>
> line 224 : if( !value )
> container.stage.removeEventListener(MouseEvent.MOUSE_MOVE,
> handleStageMouseMove);
>
> the method is still call....
>
> L
>
>
> _______________________________________________
> Papervision3D mailing list
> Papervision3D at osflash.org
> http://osflash.org/mailman/listinfo/papervision3d_osflash.org
>
>
>
More information about the Papervision3D
mailing list