Sfoglia il codice sorgente

what's new multiline

Royi Bernthal 7 anni fa
parent
commit
25b3fdc1de
1 ha cambiato i file con 1 aggiunte e 0 eliminazioni
  1. 1 0
      what's new.md

+ 1 - 0
what's new.md

@@ -67,6 +67,7 @@
 - Added shadowBlur, shadowOffsetX, shadowOffsetY, shadowColor to GUI Controls ([adam](https://github.com/abow))
 - Added alignWithNormal to AbstractMesh ([adam](https://github.com/abow))
 - Added transformNode.forward/up/right ([bobalazek](https://github.com/bobalazek))
+- GUI: Introduced `MultiLine` which will draw lines between any number of meshes, controls and points. [Documentation](http://doc.babylonjs.com/how_to/gui#multiline) ([royibernthal](https://github.com/royibernthal))
 
 ## Bug fixes