-
Notifications
You must be signed in to change notification settings - Fork 17
Description
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