aboutsummaryrefslogtreecommitdiffstatshomepage
diff options
context:
space:
mode:
authorDavid Walter Seikel2014-12-26 19:19:40 +1000
committerDavid Walter Seikel2014-12-26 19:19:40 +1000
commite6d8495c5ebdb8388334e24e00e48d9bd72b1d6f (patch)
tree57e79e3bc3606e39086dca8304729d74fd551827
parentClean up some TODOs and comments. (diff)
downloadSledjHamr-e6d8495c5ebdb8388334e24e00e48d9bd72b1d6f.zip
SledjHamr-e6d8495c5ebdb8388334e24e00e48d9bd72b1d6f.tar.gz
SledjHamr-e6d8495c5ebdb8388334e24e00e48d9bd72b1d6f.tar.bz2
SledjHamr-e6d8495c5ebdb8388334e24e00e48d9bd72b1d6f.tar.xz
Some notes about trees.
-rw-r--r--TODO21
1 files changed, 21 insertions, 0 deletions
diff --git a/TODO b/TODO
index 6e4f21e..8cedfd5 100644
--- a/TODO
+++ b/TODO
@@ -160,3 +160,24 @@ What is -
160 Stored surface buffer (Launcher tests)? 160 Stored surface buffer (Launcher tests)?
161 Just the mapbuf thingy above I think. 161 Just the mapbuf thingy above I think.
162 162
163
164
165Trees.
166------
167
168From a discussion https://plus.google.com/u/0/105915569012457699790/posts/e5ZXmTQp4ig?cfem=1
169
170By Tara Li.
171
172
173"the Linden Trees are based on L-System generative techniques. 4a) Add
174randomization to those L-System generations, so while the tree looks
175like it's the same species, it's not the exact same specimen over and
176over. You would need a seed value that might can be locked if you do
177want identical copies, but that could be transmitted with the plant so
178that it looks the same for all viewers, and 4b) Add a flag so that the
179Linden Plant prim includes a particle system with data defining a bark
180texture, a leaf billboard texture, and the parameters of the L-systems,
181so you can define your own 1-prim Linden Plants. Include editor in the
182client for Linden Plants to modify and create your own."
183