PointLightModel

From Crumbled World Wiki
Revision as of 13:02, 5 July 2025 by Anders (talk | contribs) (Created page with "{{:PointLightModelExampleCode}} ==Inheritance== PointLight ==Static functions== {| class="wikitable" !|return !|function !|description |- |PointLightModel |new() |Create a new Instance of the the PointLightModel |- |PointLightModel |new(Vec3 color, float direction) |Create a new Instance of the the PointLightModel |- |PointLightModel |PointLightModel:new(Vec3 localPosit...")
(diff) ← Older revision | Latest revision (diff) | Newer revision → (diff)

PointLightModelExampleCode

Inheritance

PointLight

Static functions

return function description
PointLightModel new() Create a new Instance of the the PointLightModel
PointLightModel new(Vec3 color, float direction) Create a new Instance of the the PointLightModel
PointLightModel new(Vec3 localPosition, Vec3 color, float direction) Create a new Instance of the the PointLightModel