D3d_light_shininess - hpgDesigns/hpgdesigns-dev.io GitHub Wiki

Notation

Description

Sets how shiny the lighting is for specularity (0 - 128), however it can go higher for more brightness.

Parameters

  • facemode, face mode of the specularity (eg. rs_front/rs_back)
  • shine, shininess of specular lighting, (0-128) or larger

Return Values

This function has no return values.

Example Call

// Demonstrates setting the specular lighting shine to a usual value.
d3d_light_shininess(rs_front, 64);

NOTOC