Hey Maikel yes this is correct, the doublesided property can exist inside a geometry definition as well as a material in collada. In Away3d, the bothsides property is applied on a per-mesh basis. So we support doublesided in mesh data, but unfortunately not in material data
Rob On Mon, Oct 20, 2008 at 8:42 PM, Maikel Sibbald <[EMAIL PROTECTED]> wrote: > > Did you get my mail, about the double-sided issue? > Thanks > > On Oct 19, 11:56 pm, "Rob Bateman" <[EMAIL PROTECTED]> wrote: > > Hey Maikel > > > > Collada error fixed and updated in the trunk > > > > 3ds error fixed, and apologies for letting that one slip in! > > > > Please could you verify both fixes? > > > > cheers > > > > Rob > > > > > > > > On Fri, Oct 17, 2008 at 7:52 PM, Maikel Sibbald <[EMAIL PROTECTED]> > wrote: > > > > > Also there is a error in the repository in Max3ds...... > > > > > 1119: Access of possibly undefined property name through a reference > > > with static type away3d.loaders.data:MeshMaterialData. Away3D/away3d/ > > > loaders Max3DS.as line 398 1224269472150 48938 > > > > > Is just updated my code.... > > > > > On Oct 17, 8:43 pm, Maikel Sibbald <[EMAIL PROTECTED]> wrote: > > > > Try this one.... it was one of the first a couple months ago. > > > > > > > http://sketchup.google.com/3dwarehouse/details?mid=c764775702a482302d... > > > > > > Now its.....no go > > > > > > On Oct 17, 8:29 pm, "Rob Bateman" <[EMAIL PROTECTED]> wrote: > > > > > > > Hey Maikel > > > > > > > can you send a sample collada file that does this for testing? > > > > > > > cheers > > > > > > > Rob > > > > > > > On Fri, Oct 17, 2008 at 7:14 PM, Maikel Sibbald < > [EMAIL PROTECTED]> > > > wrote: > > > > > > > > Not all of them but a few months ago I was loading some collada > files > > > > > > from 3dWarehouse. Works just fine. > > > > > > > > Now I updated the code and it will give the following error on > line: > > > > > > > > 512: _geometryArrayLength = > _geometryArray.length; > > > > > > > > TypeError: Error #1009: Cannot access a property or method of a > null > > > > > > object reference. > > > > > > at > away3d.loaders::Collada/parseScene()[/Users/maikelsibbald/ > > > > > > Documents/Flex Builder 3/Away3D/away3d/loaders/Collada.as:512] > > > > > > at > > > away3d.loaders::Collada/parseCollada()[/Users/maikelsibbald/ > > > > > > Documents/Flex Builder 3/Away3D/away3d/loaders/Collada.as:486] > > > > > > at > > > away3d.loaders::Collada()[/Users/maikelsibbald/Documents/Flex > > > > > > Builder 3/Away3D/away3d/loaders/Collada.as:396] > > > > > > at > > > away3d.loaders::Object3DLoader/startParsingGeometry()[/Users/ > > > > > > maikelsibbald/Documents/Flex Builder 3/Away3D/away3d/loaders/ > > > > > > Object3DLoader.as:108] > > > > > > at > away3d.loaders::Object3DLoader/onGeometryComplete()[/Users/ > > > > > > maikelsibbald/Documents/Flex Builder 3/Away3D/away3d/loaders/ > > > > > > Object3DLoader.as:214] > > > > > > at flash.events::EventDispatcher/dispatchEventFunction() > > > > > > at flash.events::EventDispatcher/dispatchEvent() > > > > > > at flash.net::URLLoader/onComplete() > > > > > > > > What changed? > > > > > > > -- > > > > > Rob Bateman > > > > > Flash Development & Consultancy > > > > > > > [EMAIL PROTECTED] > > > > -- > > Rob Bateman > > Flash Development & Consultancy > > > > [EMAIL PROTECTED] > -- Rob Bateman Flash Development & Consultancy [EMAIL PROTECTED] www.infiniteturtles.co.uk www.away3d.com
