You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Description Resource Path Location Type
1119: Access of possibly undefined property offsetU through a reference with static type away3d.materials:BitmapMaterial. TransformBitmapTest.as /Away3D4_Examples/src line 65 Flex Problem
1119: Access of possibly undefined property offsetV through a reference with static type away3d.materials:BitmapMaterial. TransformBitmapTest.as /Away3D4_Examples/src line 66 Flex Problem
1119: Access of possibly undefined property scaleU through a reference with static type away3d.materials:BitmapMaterial. TransformBitmapTest.as /Away3D4_Examples/src line 63 Flex Problem
1119: Access of possibly undefined property scaleV through a reference with static type away3d.materials:BitmapMaterial. TransformBitmapTest.as /Away3D4_Examples/src line 64 Flex Problem
1119: Access of possibly undefined property uvRotation through a reference with static type away3d.materials:BitmapMaterial. TransformBitmapTest.as /Away3D4_Examples/src line 67 Flex Problem
The text was updated successfully, but these errors were encountered:
Thanks for pointing this out. The examples repository (which is not really made for documentation purposes so the "examples" name is somewhat misleading) isn't really maintained. There will be a new examples repository available for launch of the stable Away4.
Lines 63 to 67:
_material.scaleU = Math.sin(_count1)_5;
_material.scaleV = Math.cos(_count2)_5;
_material.offsetU = count1.1;
_material.offsetV = count2.1;
_material.uvRotation = _count1;
Description Resource Path Location Type
1119: Access of possibly undefined property offsetU through a reference with static type away3d.materials:BitmapMaterial. TransformBitmapTest.as /Away3D4_Examples/src line 65 Flex Problem
1119: Access of possibly undefined property offsetV through a reference with static type away3d.materials:BitmapMaterial. TransformBitmapTest.as /Away3D4_Examples/src line 66 Flex Problem
1119: Access of possibly undefined property scaleU through a reference with static type away3d.materials:BitmapMaterial. TransformBitmapTest.as /Away3D4_Examples/src line 63 Flex Problem
1119: Access of possibly undefined property scaleV through a reference with static type away3d.materials:BitmapMaterial. TransformBitmapTest.as /Away3D4_Examples/src line 64 Flex Problem
1119: Access of possibly undefined property uvRotation through a reference with static type away3d.materials:BitmapMaterial. TransformBitmapTest.as /Away3D4_Examples/src line 67 Flex Problem
The text was updated successfully, but these errors were encountered: