update docs for 0.18
This commit is contained in:
parent
2bf194e764
commit
643d6a6bdb
|
|
@ -1,5 +1,5 @@
|
|||
<!-- Creator : groff version 1.19.2 -->
|
||||
<!-- CreationDate: Tue Jan 30 08:22:00 2018 -->
|
||||
<!-- CreationDate: Mon Feb 19 00:01:35 2018 -->
|
||||
<!DOCTYPE html PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN"
|
||||
"http://www.w3.org/TR/html4/loose.dtd">
|
||||
<html>
|
||||
|
|
|
|||
|
|
@ -1,5 +1,5 @@
|
|||
<!-- Creator : groff version 1.19.2 -->
|
||||
<!-- CreationDate: Tue Jan 30 08:22:00 2018 -->
|
||||
<!-- CreationDate: Mon Feb 19 00:01:34 2018 -->
|
||||
<!DOCTYPE html PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN"
|
||||
"http://www.w3.org/TR/html4/loose.dtd">
|
||||
<html>
|
||||
|
|
|
|||
|
|
@ -1,5 +1,5 @@
|
|||
<!-- Creator : groff version 1.19.2 -->
|
||||
<!-- CreationDate: Tue Jan 30 08:22:01 2018 -->
|
||||
<!-- CreationDate: Mon Feb 19 00:01:35 2018 -->
|
||||
<!DOCTYPE html PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN"
|
||||
"http://www.w3.org/TR/html4/loose.dtd">
|
||||
<html>
|
||||
|
|
@ -524,9 +524,9 @@ Keys</b> <br>
|
|||
The following keys can be used on any entity with a brush
|
||||
model. "_minlight", "_mincolor",
|
||||
"_dirt", "_phong",
|
||||
"_phong_angle", "_shadow" are supported
|
||||
on func_detail/func_group as well, if qbsp from these tools
|
||||
is used. <b><br>
|
||||
"_phong_angle", "_phong_angle_concave",
|
||||
"_shadow" are supported on func_detail/func_group
|
||||
as well, if qbsp from these tools is used. <b><br>
|
||||
"_minlight" "n"</b></p>
|
||||
|
||||
<p style="margin-left:22%;">Set the minimum light level for
|
||||
|
|
@ -620,6 +620,24 @@ flag to save the interpolated normals to the lightmap for
|
|||
previewing (use "r_lightmap 1" or
|
||||
"gl_lightmaps 1" in your engine to preview.)</p>
|
||||
|
||||
|
||||
<p style="margin-left:11%;"><b>"_phong_angle_concave"
|
||||
"n"</b></p>
|
||||
|
||||
<p style="margin-left:22%;">Optional key for setting a
|
||||
different angle threshold for concave joints. A pair of
|
||||
faces will either use "_phong_angle" or
|
||||
"_phong_angle_concave" as the smoothing threshold,
|
||||
depending on whether the joint between the faces is concave
|
||||
or not. "_phong_angle(_concave)" is the maximum
|
||||
angle (in degrees) between the face normals that will still
|
||||
cause the pair of faces to be smoothed. The minimum setting
|
||||
for "_phong_angle_concave" is 1, this should make
|
||||
all concave joints non-smoothed (unless they’re less
|
||||
than 1 degree apart, almost a flat plane.) If it’s 0
|
||||
or unset, the same value as "_phong_angle" is
|
||||
used.</p>
|
||||
|
||||
<p style="margin-left:11%;"><b>"_lightignore"
|
||||
"n"</b></p>
|
||||
|
||||
|
|
|
|||
|
|
@ -1,5 +1,5 @@
|
|||
<!-- Creator : groff version 1.19.2 -->
|
||||
<!-- CreationDate: Tue Jan 30 08:22:01 2018 -->
|
||||
<!-- CreationDate: Mon Feb 19 00:01:35 2018 -->
|
||||
<!DOCTYPE html PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN"
|
||||
"http://www.w3.org/TR/html4/loose.dtd">
|
||||
<html>
|
||||
|
|
|
|||
|
|
@ -1,5 +1,5 @@
|
|||
<!-- Creator : groff version 1.19.2 -->
|
||||
<!-- CreationDate: Tue Jan 30 08:22:00 2018 -->
|
||||
<!-- CreationDate: Mon Feb 19 00:01:34 2018 -->
|
||||
<!DOCTYPE html PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN"
|
||||
"http://www.w3.org/TR/html4/loose.dtd">
|
||||
<html>
|
||||
|
|
|
|||
Loading…
Reference in New Issue