I’ve imported 3ds object into scene with Loader3d. How to enable to drag it around with Drag3D?
Thanks.
How to drag Loader3DSoftware: Away3D 4.x |
||
ramose, Newbie
Posted: 06 February 2015 03:53 AM Total Posts: 5 I’ve imported 3ds object into scene with Loader3d. How to enable to drag it around with Drag3D? Thanks. |
||
Pierce, Jr. Member
Posted: 07 February 2015 03:42 PM Total Posts: 40 [ # 1 ] create an instance of Drag3D: to actually drag the object, in your enterframe or wherever you are updating your view, update the drag: Loader3D extends ObjectContainer3D so you should be able to pass it into Drag3D directly, but if not then use the data from Loader3D to create a proper Mesh or something. |
||
ramose, Newbie
Posted: 08 February 2015 11:39 PM Total Posts: 5 [ # 2 ] Thanks, Pierce. It works However, I have these problems : |
||
|
||
Pierce, Jr. Member
Posted: 11 February 2015 08:58 PM Total Posts: 40 [ # 4 ] Yep! And as to the 2nd issue, if you didn’t already realize this, in addition to assigning a different object to your drag3D, you can also use multiple drag3Ds simultaneously, as it is an instanced class rather than a singleton. |
||
|