Difference between revisions of "IUP/Callbacks/IupModelView"

From Vendetta Lua
Jump to: navigation, search
(Created page with "__NOTOC__ __NOEDITSECTION__ iup.modelview :VALUE :EXPAND : MODE -- 1 ?? : ACTIVE : FGCOLOR :local meshname, meshfile, shipcolor, itemtype, overlayindex = GetShipMeshInfo(act...")
 
(No difference)

Latest revision as of 14:58, 10 May 2023


iup.modelview

VALUE
EXPAND
MODE -- 1  ??
ACTIVE
FGCOLOR
local meshname, meshfile, shipcolor, itemtype, overlayindex = GetShipMeshInfo(activeshipid)
SetViewObject(portview, meshname, meshfile, shipcolor, itemtype, overlayindex)
ProjectPoint(portinfo and portinfo.position or gvector(0, 0, 0)) -> something??
SetOrientation(math3d.MakeQuatFromGVectors(gvector(0, 0, 1), gvector(0, 1, 0)))