This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
if SERVER then return end | |
vgui.Paint3D = {} -- Table in global vgui table to hold our stuff | |
vgui.Paint3D.Panels = {} -- Table containing panels to be 3D painted | |
vgui.Paint3D.Movement = {} -- Table containing panels to be affected by movement | |
vgui.Paint3D.Cache = {} | |
-- | |
-- Grab a few important variables for view calc and save them in the global vgui table. |