aboutsummaryrefslogtreecommitdiffstatshomepage
path: root/linden/indra/llprimitive/lltreeparams.h
diff options
context:
space:
mode:
authorJacek Antonelli2008-08-15 23:45:01 -0500
committerJacek Antonelli2008-08-15 23:45:01 -0500
commit28d8d4e7664bcd6c8369cc18832e42096af7cad2 (patch)
tree069020fe66339aff2ca4176370ff743b14713f2d /linden/indra/llprimitive/lltreeparams.h
parentSecond Life viewer sources 1.17.2.0 (diff)
downloadmeta-impy-28d8d4e7664bcd6c8369cc18832e42096af7cad2.zip
meta-impy-28d8d4e7664bcd6c8369cc18832e42096af7cad2.tar.gz
meta-impy-28d8d4e7664bcd6c8369cc18832e42096af7cad2.tar.bz2
meta-impy-28d8d4e7664bcd6c8369cc18832e42096af7cad2.tar.xz
Second Life viewer sources 1.17.3.0
Diffstat (limited to 'linden/indra/llprimitive/lltreeparams.h')
-rw-r--r--linden/indra/llprimitive/lltreeparams.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/linden/indra/llprimitive/lltreeparams.h b/linden/indra/llprimitive/lltreeparams.h
index 29bbc9a..2754eb4 100644
--- a/linden/indra/llprimitive/lltreeparams.h
+++ b/linden/indra/llprimitive/lltreeparams.h
@@ -32,7 +32,7 @@
32/* for information about formulas associated with each type 32/* for information about formulas associated with each type
33 * check the Weber + Penn paper 33 * check the Weber + Penn paper
34 */ 34 */
35typedef enum EShapeRatio { SR_CONICAL, SR_SPHERICAL, SR_HEMISPHERICAL, 35enum EShapeRatio { SR_CONICAL, SR_SPHERICAL, SR_HEMISPHERICAL,
36 SR_CYLINDRICAL, SR_TAPERED_CYLINDRICAL, SR_FLAME, 36 SR_CYLINDRICAL, SR_TAPERED_CYLINDRICAL, SR_FLAME,
37 SR_INVERSE_CONICAL, SR_TEND_FLAME, SR_ENVELOPE}; 37 SR_INVERSE_CONICAL, SR_TEND_FLAME, SR_ENVELOPE};
38 38