Class: rcmddrawl3d

Draws a single l3dnode (l3dmodels allow single or sub series of meshids), only when l3dnode is visible. Useful for greater control over mesh rendering.

Hierarchy

o-+ renderinterface
  o-+ rcmd
    o-+ rcmddrawl3d

Methods:

Method overview:


new ()
returns: (rcmddrawl3d)
returns the rcmd.
forcedraw (rcmddrawl3d,[boolean])
returns: ([boolean])
returns or sets whether the l3dnode shall be drawn even if wasnt updated (visible) this frame (default false).
node (rcmddrawl3d,[l3dnode])
returns: ([l3dnode])
returns or sets which l3dnode is used. l3dmodels default to all meshes being drawn. Passing a non-l3dnode disables it. l3dlevelmodels are not allowed
submeshes (rcmddrawl3d,[meshid,[int cnt]])
returns: ([meshid, int cnt])
for l3dmodels returns or sets which sub meshid is used as start, as well as how many meshes are drawn (default 1). l3dmodels default to all meshes being drawn. Has no affect on non-l3dmodels.

Inherited Methods:

From rcmd

flag