|
@@ -33,7 +33,7 @@ the Magic Leap and HoloLens.
|
|
|
Blend Shapes
|
|
|
---
|
|
|
|
|
|
-`Model` now supports blend shapes! These are great for facial animation or other types of mesh
|
|
|
+`Model` now supports blend shapes! These are often used for facial animation or other types of mesh
|
|
|
squishing, which is difficult to implement with skeletal animation. `Model:setBlendShapeWeight`
|
|
|
sets the weight of a blend shape, and weights can be animated with keyframe animations as well.
|
|
|
|
|
@@ -66,6 +66,9 @@ can be provided as an `Image`, or as a Lua function for procedural terrain.
|
|
|
|
|
|
<video controls loop src="/img/terrain.mp4"></video>
|
|
|
|
|
|
+Also, if you need a simple ground plane, you can just pass a size to get flat terrain. It's much
|
|
|
+more convenient than messing around with a box collider.
|
|
|
+
|
|
|
Frustum Culling
|
|
|
---
|
|
|
|