google-code-export / papervision3d

Automatically exported from code.google.com/p/papervision3d
1 stars 1 forks source link

Enhancement Request: Bindable classes for Flex #111

Closed GoogleCodeExporter closed 9 years ago

GoogleCodeExporter commented 9 years ago
I'd like to request for all prominent classes (at least DisplayObject3D and
MaterialObject3D) to be made bindable.

This should not affect projects made in Flash, but I'm not sure about any
possible performance hits in Flex.

Usecase:
I'm currently building a 3D editor in Flex in which a "selectedObject" (a
dae) can be inspected in a popup.

This popup is a form with labels that are binded to the selectedObject's
properties and materials. Since the classes don't support binding, this
results in warnings and non-updating fields. My temporary fix is to use a
copy of the needed classes in which the class has been made [Bindable].

Original issue reported on code.google.com by wttewaall on 1 Oct 2008 at 12:11

GoogleCodeExporter commented 9 years ago
This has performance implications for Flex and as such I do not feel we should.

Original comment by r.hauw...@gmail.com on 17 Oct 2008 at 1:45