Transform

Post Reply
avelazquez
Posts: 19
Joined: Mon Jun 07, 2010 7:40 am

Transform

Post by avelazquez »

Hello,

I am having trouble understanding how to use INPObject::Transform

below is a segment of my code displaying how I use it:

//set up option first
camera->SetOption(NP_OPTION_MIRROR_X , (CComVariant) true);
//then call transform
oObject->Transform(camera);

I always get an error. Any help is greatly welcomed and appreciated.

Thanks!
Birch
Posts: 1139
Joined: Thu Jan 30, 2003 5:00 am
Location: Corvallis, Oregon

Re: Transform

Post by Birch »

The Transform call is no longer supported, we will update the SDK docs to reflect that.
Post Reply