Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/TorqueGameEngines/Torque3D
/ getLightMap
Method
getLightMap
Engine/source/terrain/terrData.h:435–435 ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
433
U32 getLightMapSize() const { return mLightMapSize; }
434
435
const GBitmap* getLightMap() const { return mLightMap; }
436
437
GBitmap* getLightMap() { return mLightMap; }
438
Callers
6
_setStageData
Method · 0.80
light
Method · 0.80
setPersistInfo
Method · 0.80
getPersistInfo
Method · 0.80
getColorFromRayInfo
Method · 0.80
_generateCell
Method · 0.80
Calls
no outgoing calls
Tested by
no test coverage detected