Name | Modified | Size | Downloads / Week |
---|---|---|---|
Parent folder | |||
melonjs.module.js | 2024-03-29 | 1.4 MB | |
README.md | 2024-03-29 | 601 Bytes | |
v17.1.0 source code.tar.gz | 2024-03-29 | 6.3 MB | |
v17.1.0 source code.zip | 2024-03-29 | 7.2 MB | |
Totals: 4 Items | 14.8 MB | 0 |
Added
- Audio: added/exposed 3D Spatial Audio method (
stereo()
,position()
,orientation()
andpanner()
) - Loader: image resources can now take an array of
src
urls with different format (preparing for later usage) - Math: added a
isPowerOfFour()
method - Renderer: new
renderTarget
property specifying the defaultCanvasRenderTarget
to use when rendering
Changed
- Renderer:
CanvasTexture
is now deprecated and replaced by a newCanvasRenderTarget
class
Fixed
- Core: prevent multiple temporary canvas creation when calling
isWebGLSupported
multiple times