ARPOISE / ARpoise

ARpoise - Augmented Reality point of interest service environment
GNU General Public License v3.0
17 stars 5 forks source link

Lights need to be controllable #40

Closed peterGraf closed 1 month ago

peterGraf commented 2 months ago

The directional lights in the app need to be controllable via Porpoise configuration values.

Each layer configuration needs to be able to define the lights used and their intensity.

peterGraf commented 1 month ago

Closed with version 2.0.7. By default ARpoise has three directional lights, 'Directional Light N', 'Directional Light SEE' and 'Directional Light SWW'. The intensity of the lights can now be set on the Porpoise level by creating an Action on the layer level with one of the following names 'DirectionalLightN_Intensity', 'DirectionalLightSEE_Intensity', and 'DirectionalLightSWW_Intensity', and the information message set to a positive value, e.g. '0.5'. The IsActive property of the lights can now be set on the Porpoise level by creating an Action on the layer level with one of the following names 'DirectionalLightN_IsActive', 'DirectionalLightSEE_IsActive', and 'DirectionalLightSWW_IsActive', and the information message set to a 'true' or 'false'.