|
@@ -118,7 +118,7 @@
|
|
- Removing assetContainer from scene will also remove gui layers ([TrevorDev](https://github.com/TrevorDev))
|
|
- Removing assetContainer from scene will also remove gui layers ([TrevorDev](https://github.com/TrevorDev))
|
|
- A scene's input manager not adding key listeners when the canvas is already focused ([Poolminer](https://github.com/Poolminer))
|
|
- A scene's input manager not adding key listeners when the canvas is already focused ([Poolminer](https://github.com/Poolminer))
|
|
- Runtime animation `goToFrame` when going back in time now correctly triggers future events when reached ([zakhenry](https://github.com/zakhenry))
|
|
- Runtime animation `goToFrame` when going back in time now correctly triggers future events when reached ([zakhenry](https://github.com/zakhenry))
|
|
-- Fixed bug in Ray.intersectsTriangle where the barycentric coordinates `bu` and `bv` being returned is actually `bv` and `bw`. ([bghgary](https://github.com/bghgary))
|
|
|
|
|
|
+- Fixed bug in `Ray.intersectsTriangle` where the barycentric coordinates `bu` and `bv` being returned is actually `bv` and `bw`. ([bghgary](https://github.com/bghgary))
|
|
- Do not call onError when creating a texture when falling back to another loader ([TrevorDev](https://github.com/TrevorDev))
|
|
- Do not call onError when creating a texture when falling back to another loader ([TrevorDev](https://github.com/TrevorDev))
|
|
- Context loss should not cause PBR materials to render black or instances to stop rendering ([TrevorDev](https://github.com/TrevorDev))
|
|
- Context loss should not cause PBR materials to render black or instances to stop rendering ([TrevorDev](https://github.com/TrevorDev))
|
|
- Only cast pointer ray input when pointer is locked in webVR ([TrevorDev](https://github.com/TrevorDev))
|
|
- Only cast pointer ray input when pointer is locked in webVR ([TrevorDev](https://github.com/TrevorDev))
|