vanilla-wow-addons – Blame information for rev 1
?pathlinks?
Rev | Author | Line No. | Line |
---|---|---|---|
1 | office | 1 | Model:AdvanceTime() |
2 | Model:ClearFog() - Removes all fogging effects currently active in rendering. |
||
3 | Model:ClearModel() - Removes all geometry from the Model (i.e. makes it empty) |
||
4 | Model:GetFacing() - Returns the direction the model is facing. |
||
5 | Model:GetModelScale() - Returns the current mesh scaling factor (Formerly Model:GetScale()?) - New in 1.9. |
||
6 | Model:GetPosition() - Returns the current position of the mesh as x,y,z |
||
7 | Model:ReplaceIconTexture("texture") |
||
8 | Model:SetCamera(index) |
||
9 | Model:SetFacing(facing) - Set the direction that the model is facing. |
||
10 | Model:SetFogColor(r,g,b[,a]) - Set the fog color and enable fogging. |
||
11 | Model:SetFogFar(value) - Set the far-clipping plane distance for fogging. |
||
12 | Model:SetFogNear(value) - Set the near-clipping plane distance for fogging. |
||
13 | Model:SetLight(enabled[,omni,dirX,dirY,dirZ,ambIntensity[,ambR,ambG,ambB[,dirIntensity[,dirR,dirG,dirB]]]]) - Place the light source used for rendering |
||
14 | Model:SetModel("file") - Set the mesh that is displayed in the frame. |
||
15 | Model:SetModelScale(scale) - Sets the scale factor for the mesh before rendering (Formerly Model:SetScale(scale)) - New in 1.9. |
||
16 | Model:SetPosition(x,y,z) - Set the position of the mesh inside the frame's coordinate system. |
||
17 | Model:SetSequence(sequence) - Set the animation to be played. |
||
18 | Model:SetSequenceTime(sequence,time) |