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

◆ SetAperture()

void World::SetAperture ( float invDiameter)
inlineprivate

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

155 {
156 if (invDiameter <= 0)
157 {
158 SetEyeAccom(-1);
159 }
160 else
161 {
162 float apertureArea = 1.0 / invDiameter;
163 SetEyeAccom(apertureArea * apertureArea);
164 }
165 }
proto native void SetEyeAccom(float eyeAccom)

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