|
@@ -64,4 +64,4 @@
|
|
- OculusCamera was removed ([deltakosh](http://www.github.com/deltakosh))
|
|
- OculusCamera was removed ([deltakosh](http://www.github.com/deltakosh))
|
|
- VRDeviceOrientationCamera was renamed to VRDeviceOrientationFreeCamera ([deltakosh](http://www.github.com/deltakosh))
|
|
- VRDeviceOrientationCamera was renamed to VRDeviceOrientationFreeCamera ([deltakosh](http://www.github.com/deltakosh))
|
|
- WebVRCamera was renamed to WebVRFreeCamera ([deltakosh](http://www.github.com/deltakosh))
|
|
- WebVRCamera was renamed to WebVRFreeCamera ([deltakosh](http://www.github.com/deltakosh))
|
|
- - VideoTexture does not require a size parameter anymore. The new constructor is: ```constructor(name: string, urls: string[], scene: Scene, generateMipMaps = false, invertY = true, samplingMode: number = Texture.TRILINEAR_SAMPLINGMODE)``` ([deltakosh](http://www.github.com/deltakosh))
|
|
|
|
|
|
+ - VideoTexture does not require a size parameter anymore. The new constructor is: ```constructor(name: string, urls: string[], scene: Scene, generateMipMaps = false, invertY = false, samplingMode: number = Texture.TRILINEAR_SAMPLINGMODE)``` ([deltakosh](http://www.github.com/deltakosh))
|