I do have NSlogs everywhere (actually [QCPlugInContext logMessage], not sure you can use NSLog with the official setup), but I didn't know any of this stuff about different bundles - now looking at the path that comes out, its an absolute path! Doesn't matter I guess as long as it works...
(NSLog works too, but requires you to keep console up. I typically use it out of habit).
The bundle path stuff will generate absolute paths -- that's correct. it generates correct ones based on bundle stuff though. App's run with their current working directory set to / (and this is undocumented, unreliable behaviour that you shouldn't ever count on), so relative paths are meaningless.
P.S. my opengl texture appears upside down even though i'm sure my mapping coordinates are correct :S I guess I can just flip the coordinates, but is it a setting somewhere or is it normal? (difference in coordinate systemperhaps?)
GL stuff always winds up flipping. How are you creating the image? I've not worked with image generation using the official-API, but we've had success generating QCImages from file data by using Core Image as an intermediate ([CIImage imageFromData:imageFileData]) -- maybe post some simple image-creation code?
-- [ christopher wright ] [EMAIL PROTECTED] http://kineme.net/
smime.p7s
Description: S/MIME cryptographic signature
_______________________________________________ Do not post admin requests to the list. They will be ignored. Quartzcomposer-dev mailing list ([email protected]) Help/Unsubscribe/Update your Subscription: http://lists.apple.com/mailman/options/quartzcomposer-dev/archive%40mail-archive.com This email sent to [EMAIL PROTECTED]

