Home
last modified time | relevance | path

Searched refs:HorizExp (Results 1 – 5 of 5) sorted by relevance

/dports/games/alephone/alephone-release-20190331/Source_Files/RenderOther/
H A DViewControl.h85 short HorizExp; member
104 LandscapeOptions(): HorizExp(1), VertExp(1), OGL_AspRatExp(0), VertRepeat(false), Azimuth(0) {} in LandscapeOptions()
H A DViewControl.cpp304 child.read_attr("horiz_exp", data.HorizExp); in parse_mml_landscapes()
/dports/games/alephone/alephone-release-20190331/Source_Files/RenderMain/
H A Dscottish_textures.cpp1122 …w->landscape_yaw + LandOpts->Azimuth)<<(landscape_width_bits+(LandOpts->HorizExp)+FIXED_FRACTIONAL… in _prelandscape_horizontal_polygon_lines()
1123 …_fixed horizontal_pixel_delta= (view->half_cone<<(1+landscape_width_bits+(LandOpts->HorizExp)+FIXE… in _prelandscape_horizontal_polygon_lines()
H A DRenderRasterize_Shader.cpp422 double HorizScale = double(1 << opts->HorizExp); in setupWallTexture()
H A DOGL_Render.cpp1855 double HorizScale = double(1 << LandOpts->HorizExp); in RenderAsLandscape()