MCPcopy Create free account
hub / github.com/OpenStarbound/OpenStarbound / renderLights

Method renderLights

source/game/StarObject.cpp:1313–1315  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

1311}
1312
1313void Object::renderLights(RenderCallback* renderCallback) const {
1314 renderCallback->addLightSources(lightSources());
1315}
1316
1317void Object::renderParticles(RenderCallback* renderCallback) {
1318 if (!inWorld())

Callers

nothing calls this directly

Calls 1

addLightSourcesMethod · 0.80

Tested by

no test coverage detected