Prechádzať zdrojové kódy

Update release post;

bjorn 1 rok pred
rodič
commit
e55cbd7b7e
1 zmenil súbory, kde vykonal 4 pridanie a 1 odobranie
  1. 4 1
      guides/v0.17.0.md

+ 4 - 1
guides/v0.17.0.md

@@ -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
 ---