BabylonJS / Extensions

Extensions for Babylon.js
178 stars 157 forks source link

doc + dynamic data/color/uv/normal map setting #68

Closed jbousquie closed 7 years ago

jbousquie commented 7 years ago

Now we can dynamically change on the fly the maps of : data, colors, uvs, normals.
This means new data can be downloaded at any time into a new data map and this map can be assigned to the terrain when it reaches some limit in the World for instance.
+ doc and examples