瀏覽代碼

fix: typos, apply feedback in announce, add medias

Jaime A Torrealba C 1 年之前
父節點
當前提交
cb47d4c44d
共有 3 個文件被更改,包括 10 次插入6 次删除
  1. 10 6
      docs/blog/announcing-cientos-3-2-0.md
  2. 二進制
      docs/public/blog/announce-leches.jpg
  3. 二進制
      docs/public/blog/useVideoTexture.gif

+ 10 - 6
docs/blog/announcing-cientos-3-2-0.md

@@ -14,16 +14,18 @@ But for now let's hijack this space to announce what's happening in your favorit
 
 
 ## Remove TweakPane from cientos 😱
 ## Remove TweakPane from cientos 😱
 
 
-Ok ok, not really, we haven't dropped TweakPane from Cientos yet.
+Ok ok, not really. We haven't dropped [TweakPane](https://cocopon.github.io/tweakpane/) from Cientos (just yet).
 
 
-In Cientos, we're constantly working to improve your development experience, and we have found that the tweakPane EssentialsPlugin was taking up HALF of the Cientos bundle size, so we have taken the decision to drop it from Cientos and add it as a peerDependency.
+In Cientos, we're constantly working to improve your development experience, and we have found that the tweakPane + plugin-essentials was taking up almost a third of the Cientos bundle size, so we have taken the decision to drop it from Cientos and add it as a peerDependency.
 
 
-This will mean that you have to manually instal it to use useTweakPane().
+This will mean that you have to manually install it to use `useTweakPane()`.
 
 
-So, as you may find in the logs, this package will be deprecated soon in the future
+So, as you may find in the logs, this package will be deprecated soon in the future.
 
 
 The good news is that we're working on a built-in solution... ok no more spoilers 😊
 The good news is that we're working on a built-in solution... ok no more spoilers 😊
 
 
+![](/blog/announce-leches.jpg)
+
 ## GlassMaterial 🍷
 ## GlassMaterial 🍷
 
 
 ¡We've something shiny here!
 ¡We've something shiny here!
@@ -42,6 +44,8 @@ More info [here](https://cientos.tresjs.org/guide/materials/glass-material.html)
 
 
 ## UseVideoTexture 🎞️
 ## UseVideoTexture 🎞️
 
 
+![](/blog/useVideoTexture.gif)
+
 Yes!! the new loader allows you to easily use a video as a texture.
 Yes!! the new loader allows you to easily use a video as a texture.
 
 
 ```js
 ```js
@@ -83,13 +87,13 @@ As always in Cientos we like to make things easy for you and so we created an ab
 
 
 The number of tweaks you can do here is out of this world, check it out[here](https://cientos.tresjs.org/guide/controls/camera-controls.html)
 The number of tweaks you can do here is out of this world, check it out[here](https://cientos.tresjs.org/guide/controls/camera-controls.html)
 
 
-### Big thanks to [notarun](https://github.com/notarun) ✨
+### Big thanks to [notarun](https://github.com/notarun) for this amazing contribution.
 
 
 for this amazing contribution.
 for this amazing contribution.
 
 
 ## New Event isLocked in (PointerLockControls)
 ## New Event isLocked in (PointerLockControls)
 
 
-A new event has been added to the PointerLockControls, now you can effortlessly know if the PointerLock event is active or not. Simply add a couple of lines of code:
+A new event has been added to the `PointerLockControls`, now you can effortlessly know if the PointerLock event is active or not. Simply add a couple of lines of code:
 
 
 ```js
 ```js
 const isActive = (state: boolean) => console.log(state)
 const isActive = (state: boolean) => console.log(state)

二進制
docs/public/blog/announce-leches.jpg


二進制
docs/public/blog/useVideoTexture.gif