|
@@ -1,3 +1,16 @@
|
|
|
|
+## 1.5.0 (October 25, 2018)
|
|
|
|
+
|
|
|
|
+* haxe 4 preview5+ support
|
|
|
|
+* h2d.Sprite becomes h2d.Object, and some other renaming
|
|
|
|
+* hxd.Stage becomes hxd.Window
|
|
|
|
+* improved JS audio (Pavel Alexandrov)
|
|
|
|
+* added wireframe support to h3d Material (Pavel Alexandrov)
|
|
|
|
+* changes in hxd.Timer : hxd.App.update dt is now in seconds
|
|
|
|
+* h2d.Video JS support (Pavel Alexandrov)
|
|
|
|
+* h2d.Particles "isRelative" support (Pavel Alexandrov)
|
|
|
|
+* hxd.BitmapData drawLine implementation (TheTrueCalgari)
|
|
|
|
+* and many other fixes
|
|
|
|
+
|
|
## 1.4.0 (October 1, 2018)
|
|
## 1.4.0 (October 1, 2018)
|
|
|
|
|
|
* haxe 4 preview5+ support
|
|
* haxe 4 preview5+ support
|
|
@@ -12,6 +25,17 @@
|
|
* added 32 bit indexes support
|
|
* added 32 bit indexes support
|
|
* added binary FBX support (Pavel Alexandrov)
|
|
* added binary FBX support (Pavel Alexandrov)
|
|
* added instanced drawing support
|
|
* added instanced drawing support
|
|
|
|
+* and many other fixes
|
|
|
|
+## 1.3.0 (July 31, 2018)
|
|
|
|
+
|
|
|
|
+* WebGL 2 support
|
|
|
|
+* Added full PBR support
|
|
|
|
+* Per Light shadows
|
|
|
|
+* Faster Blur
|
|
|
|
+* Added Prefabs for HIDE
|
|
|
|
+* Added TGA support
|
|
|
|
+* Maya FBX fixes
|
|
|
|
+* ... and much more !
|
|
|
|
|
|
## previous versions
|
|
## previous versions
|
|
|
|
|