PointLightModel: Difference between revisions

From Crumbled World Wiki
(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...")
 
(No difference)

Latest revision as of 13:02, 5 July 2025

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