Re: Core Data vector modeling query
Re: Core Data vector modeling query
- Subject: Re: Core Data vector modeling query
- From: Erik Buck <email@hidden>
- Date: Mon, 1 Dec 2008 07:02:40 -0800 (PST)
As another refinement, store all of your end points as an array of float. Store the array in NSData. Have an entity called EndPointStorage that has an NSData attribute, endpoints.
The Vector3DReference entity can then have an integer attribute called endPointIndex. Use endPointIndex to lookup the end point in the EndPointStorage.endpoints.
_______________________________________________
Cocoa-dev mailing list (email@hidden)
Please do not post admin requests or moderator comments to the list.
Contact the moderators at cocoa-dev-admins(at)lists.apple.com
Help/Unsubscribe/Update your Subscription:
This email sent to email@hidden