MCPcopy 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

_setStageDataMethod · 0.80
lightMethod · 0.80
setPersistInfoMethod · 0.80
getPersistInfoMethod · 0.80
getColorFromRayInfoMethod · 0.80
_generateCellMethod · 0.80

Calls

no outgoing calls

Tested by

no test coverage detected