Page MenuHomeFeedback Tracker

Lightpoint flares not visible during daytime
Closed, ResolvedPublic

Description

Lightpoint flares that are clearly visible during night, are not visible during the day, even with setLightDayLight=true. This was supposedly fixed here: https://feedback.bistudio.com/T152896, but still does not work for me.

edit: dupe/follow-up of T152896: lightpoint fixes - flare by daylight and flare visibility indeed

Details

Severity
Minor
Resolution
Duplicate
Reproducibility
Always
Operating System
Windows 10 x64
Operating System Version
10.0.19044 Build 19044
Category
Particles
Steps To Reproduce

This code was used on altis, on the profiling branch. The flare is visible during night, but not during the day.

mylight = "#lightpoint" createVehicle (player modelToWorld [0,2,1.5]);
mylight setLightColor [1,0,1];
mylight setLightAmbient [1,0,0];
mylight setLightDayLight true;
mylight setLightIntensity 100;
mylight setLightUseFlare true;
mylight setLightFlareMaxDistance 100;
mylight setLightFlareSize 10;
Additional Information

Event Timeline

LouMontana updated the task description. (Show Details)Feb 18 2022, 6:49 PM
LouMontana changed Resolution from Open to Duplicate.
LouMontana closed this task as Resolved.