View Single Post
05-28-11, 04:46 AM   #3
leizeQ
A Murloc Raider
 
leizeQ's Avatar
AddOn Compiler - Click to view compilations
Join Date: Jun 2008
Posts: 8
Talking

so my intention was to use a portrait for the player without any border or background and placed on the bottom of the screen. but it was zoomed in too much so it was visible where are the borders of portrait frame.

so here are 2 solutions i've found/been told:

1. use Model:SetCamera(1) - this changes the whole portrait to something similar as in character screen (whole body seen), and it should be zoom-able

2. use PlayerModel:SetPortraitZoom(number)
  Reply With Quote