|
1 | 1 | <!DOCTYPE html> |
2 | 2 | <html lang="en"> |
3 | 3 | <head> |
4 | | - <meta charset="utf-8"> |
| 4 | + <meta charset="utf-8" /> |
5 | 5 | <script src="../../list.js"></script> |
6 | 6 | <script src="../../page.js"></script> |
7 | 7 | <link type="text/css" rel="stylesheet" href="../../page.css" /> |
@@ -142,42 +142,42 @@ <h3>.[page:Boolean dynamic]</h3> |
142 | 142 | Defaults to true. |
143 | 143 | </div> |
144 | 144 |
|
145 | | - <h3>.verticesNeedUpdate</h3> |
| 145 | + <h3>.[page:Boolean verticesNeedUpdate]</h3> |
146 | 146 | <div> |
147 | 147 | Set to *true* if the vertices array has been updated. |
148 | 148 | </div> |
149 | 149 |
|
150 | | - <h3>.elementsNeedUpdate</h3> |
| 150 | + <h3>.[page:Boolean elementsNeedUpdate]</h3> |
151 | 151 | <div> |
152 | 152 | Set to *true* if the faces array has been updated. |
153 | 153 | </div> |
154 | 154 |
|
155 | | - <h3>.uvsNeedUpdate</h3> |
| 155 | + <h3>.[page:Boolean uvsNeedUpdate]</h3> |
156 | 156 | <div> |
157 | 157 | Set to *true* if the uvs array has been updated. |
158 | 158 | </div> |
159 | 159 |
|
160 | | - <h3>.normalsNeedUpdate</h3> |
| 160 | + <h3>.[page:Boolean normalsNeedUpdate]</h3> |
161 | 161 | <div> |
162 | 162 | Set to *true* if the normals array has been updated. |
163 | 163 | </div> |
164 | 164 |
|
165 | | - <h3>.tangentsNeedUpdate</h3> |
| 165 | + <h3>.[page:Boolean tangentsNeedUpdate]</h3> |
166 | 166 | <div> |
167 | 167 | Set to *true* if the tangents in the faces has been updated. |
168 | 168 | </div> |
169 | 169 |
|
170 | | - <h3>.colorsNeedUpdate</h3> |
| 170 | + <h3>.[page:Boolean colorsNeedUpdate]</h3> |
171 | 171 | <div> |
172 | 172 | Set to *true* if the colors array has been updated. |
173 | 173 | </div> |
174 | 174 |
|
175 | | - <h3>.lineDistancesNeedUpdate</h3> |
| 175 | + <h3>.[page:Boolean lineDistancesNeedUpdate]</h3> |
176 | 176 | <div> |
177 | 177 | Set to *true* if the linedistances array has been updated. |
178 | 178 | </div> |
179 | 179 |
|
180 | | - <h3>.buffersNeedUpdate</h3> |
| 180 | + <h3>.[page:Boolean buffersNeedUpdate]</h3> |
181 | 181 | <div> |
182 | 182 | Set to *true* if an array has changed in length. |
183 | 183 | </div> |
|
0 commit comments