Re: FxPlug Fx3DAPI
Re: FxPlug Fx3DAPI
- Subject: Re: FxPlug Fx3DAPI
- From: Matt Rhodes <email@hidden>
- Date: Sun, 23 Mar 2008 13:18:13 -0700
Hello.
I'm trying to retrieve the Fx3DAPI during param setup and during frame rendering. I'm using: id threeDApi = [_apiManager apiForProtocol:@protocol(Fx3DAPI)];
This doesn't seem to be working. It's returning NULL.
I have the following in my info.plist: <dict> <key>protocolName</key> <string>Fx3DAPI</string> <key>versions</key> <array> <integer>1</integer> </array> </dict>
Is this the proper way to gain access to the 3D API?
I can retrieve the other protocols just fine. parmsApi = [_apiManager apiForProtocol:@protocol(FxParameterRetrievalAPI)]; setParmsApi = [_apiManager apiForProtocol:@protocol(FxParameterSettingAPI)]; timingApi = [_apiManager apiForProtocol:@protocol(FxTimingAPI)] ;
I'm using v1.2.2 of the FxPlug API.
Thanks.
Matt Rhodes Zaxwerks, Inc. |
_______________________________________________
Do not post admin requests to the list. They will be ignored.
Pro-apps-dev mailing list (email@hidden)
Help/Unsubscribe/Update your Subscription:
This email sent to email@hidden