offrame_setlightambient Subroutine

public subroutine offrame_setlightambient(r, g, b)

Enable and manage per-frame lighting.

This applies to the current active ReferenceFrame.

Arguments

Type IntentOptional Attributes Name
real(kind=real32), intent(in) :: r

Red component of specified light type.

real(kind=real32), intent(in) :: g

Green component of specified light type.

real(kind=real32), intent(in) :: b

Blue component of specified light type.