Game Development Reference
In-Depth Information
SCNLightTypeOmni : This light will illuminate your scene from a certain
point.
SCNLightTypeDirectional : This light will illuminate all objects in
your scene uniformly from the same direction.
SCNLightTypeSpot : This light will illuminate your scene like a rock
star!
So, these are the light types that you will be able to use in your games. Some items of note
are that the material of the object influences how the object is illuminated. Also, you will
have full control of the color of the light.
Scene Kit does have some “rules” it uses when updating a scene with lighting to make the
scene display efficiently.
Search WWH ::




Custom Search