Hello.
Is it possible to use the OutlineMethod with a material on a Sprite3D?
addMethod(new OutlineMethod(0xFF0000, 1, true, false));
doesn’t work
addMethod(new OutlineMethod(0xFF0000, 1, true, true);
Error #1034
Outline method + Sprite3DSoftware: Away3D 4.x |
||
Kvazar, Newbie
Posted: 21 November 2012 01:05 AM Total Posts: 8 Hello.
addMethod(new OutlineMethod(0xFF0000, 1, true, false));
doesn’t work
addMethod(new OutlineMethod(0xFF0000, 1, true, true);
Error #1034 |
||
|
||
|
||
Mario M., Newbie
Posted: 29 July 2013 03:50 PM Total Posts: 12 [ # 3 ] Are you creating animated sprites from movieClips? FLASH IDE: AWAY3D: add: if (sourceMC[“container”]) sourceMC[“container”].gotoAndStop(frameNum); Probably you can do the same only using code, but it’s the easier way I’ve found. |