diff options
Diffstat (limited to 'TODO')
-rw-r--r-- | TODO | 21 |
1 files changed, 21 insertions, 0 deletions
@@ -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 | |||
165 | Trees. | ||
166 | ------ | ||
167 | |||
168 | From a discussion https://plus.google.com/u/0/105915569012457699790/posts/e5ZXmTQp4ig?cfem=1 | ||
169 | |||
170 | By Tara Li. | ||
171 | |||
172 | |||
173 | "the Linden Trees are based on L-System generative techniques. 4a) Add | ||
174 | randomization to those L-System generations, so while the tree looks | ||
175 | like it's the same species, it's not the exact same specimen over and | ||
176 | over. You would need a seed value that might can be locked if you do | ||
177 | want identical copies, but that could be transmitted with the plant so | ||
178 | that it looks the same for all viewers, and 4b) Add a flag so that the | ||
179 | Linden Plant prim includes a particle system with data defining a bark | ||
180 | texture, a leaf billboard texture, and the parameters of the L-systems, | ||
181 | so you can define your own 1-prim Linden Plants. Include editor in the | ||
182 | client for Linden Plants to modify and create your own." | ||
183 | |||