View Single Post
06-11-11, 07:56 AM   #4
zork
A Pyroguard Emberseer
 
zork's Avatar
AddOn Author - Click to view addons
Join Date: Jul 2008
Posts: 1,740
Regarding models. It got me thinking because I refreshed my model viewer today.



To get the camera zoom to the face of a model you have to use

Code:
SetPortraitZoom = 1
To zoom out but stay focus on the face area you can then use

Code:
SetCamDistanceScale = x
The other important values are SetPosition and SetRotation. Both are pretty obvious.

I still have the worgen male problem. Gonna try sth.
__________________
| Simple is beautiful.
| WoWI AddOns | GitHub | Zork (WoW)

"I wonder what the non-pathetic people are doing tonight?" - Rajesh Koothrappali (The Big Bang Theory)
  Reply With Quote