DayZ 1.27
DayZ Explorer by KGB
 
Загрузка...
Поиск...
Не найдено

◆ SetAperture()

void World::SetAperture ( float invDiameter)
inlineprivate

См. определение в файле World.c строка 149

150 {
151 if (invDiameter <= 0)
152 {
153 SetEyeAccom(-1);
154 }
155 else
156 {
157 float apertureArea = 1.0 / invDiameter;
158 SetEyeAccom(apertureArea * apertureArea);
159 }
160 }
proto native void SetEyeAccom(float eyeAccom)

Перекрестные ссылки SetEyeAccom().