From 643d6a6bdb432ead701c806b19d76a37c25f9eaa Mon Sep 17 00:00:00 2001
From: Eric Wasylishen
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.
+"_phong_angle", "_phong_angle_concave",
+"_shadow" are supported on func_detail/func_group
+as well, if qbsp from these tools is used.
"_minlight" "n"
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.)
+ +"_phong_angle_concave" +"n"
+ +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.
+"_lightignore" "n"
diff --git a/doc/qbsp.html b/doc/qbsp.html index f5a26b81..e3f6f13d 100644 --- a/doc/qbsp.html +++ b/doc/qbsp.html @@ -1,5 +1,5 @@ - + diff --git a/doc/vis.html b/doc/vis.html index c10e92aa..96516c8f 100644 --- a/doc/vis.html +++ b/doc/vis.html @@ -1,5 +1,5 @@ - +