Procházet zdrojové kódy

Update release post;

bjorn před 5 měsíci
rodič
revize
a6a69cba07
1 změnil soubory, kde provedl 2 přidání a 2 odebrání
  1. 2 2
      guides/v0.18.0.md

+ 2 - 2
guides/v0.18.0.md

@@ -149,8 +149,8 @@ Layers
 ---
 ---
 
 
 The headset module now supports composition layers, exposed as a new `Layer` object.  Layers are 2D
 The headset module now supports composition layers, exposed as a new `Layer` object.  Layers are 2D
-"panels" placed in 3D space, and can optionally be curved.  This might seem redundant, since you can
-already draw a texture in 3D space with `Pass:draw`, but layers have several important benefits:
+"panels" placed in 3D space.  This might seem redundant, since you can already draw a texture in 3D
+space with `Pass:draw`, but layers have several important benefits:
 
 
 - Quality: Layers look MUCH better than textures rendered in the 3D scene.  This is because
 - Quality: Layers look MUCH better than textures rendered in the 3D scene.  This is because
   the system renders the layer content after lens distortion is applied to the 3D scene, so the
   the system renders the layer content after lens distortion is applied to the 3D scene, so the