View Single Post
07-09-12, 06:21 PM   #4
Brusalk
An Aku'mai Servant
 
Brusalk's Avatar
AddOn Author - Click to view addons
Join Date: May 2010
Posts: 32
You might be able to do it on a character by character basis if you made a large PlayerModel frame and managed to find the right coordinates to place the view inside the chest of the player-model. However, you would have to manually add in code which causes the PlayerModel to animate if you wanted to see anything other than static nothing. (You'd have to set the base animation to like unarmed attack or the like, and then when you did something, you'd have to catch that and change the animation. Would take a lot of coding and the coordinates/animations would be completely different for different races.)

You might be able to do it, but it would take a large amount of effort.
  Reply With Quote