|
@@ -8,10 +8,10 @@ Getting started? Play directly with the Babylon.js API via our [playground](http
|
|
**Any questions?** Here is our official [forum](http://www.html5gamedevs.com/forum/16-babylonjs/) on www.html5gamedevs.com.
|
|
**Any questions?** Here is our official [forum](http://www.html5gamedevs.com/forum/16-babylonjs/) on www.html5gamedevs.com.
|
|
|
|
|
|
## CDN
|
|
## CDN
|
|
-- http://cdn.babylonjs.com/2-5/babylon.js
|
|
|
|
-- http://cdn.babylonjs.com/2-5/babylon.max.js
|
|
|
|
-- http://cdn.babylonjs.com/2-5/babylon.noworker.js
|
|
|
|
-- http://cdn.babylonjs.com/2-5/babylon.core.js
|
|
|
|
|
|
+- https://cdn.babylonjs.com/babylon.2.5.js
|
|
|
|
+- https://cdn.babylonjs.com/babylon.2.5.max.js
|
|
|
|
+- https://cdn.babylonjs.com/babylon.2.5.noworker.js
|
|
|
|
+- https://cdn.babylonjs.com/babylon.2.5.core.js
|
|
|
|
|
|
For preview release you can use the following ones:
|
|
For preview release you can use the following ones:
|
|
|
|
|
|
@@ -21,7 +21,7 @@ For preview release you can use the following ones:
|
|
|
|
|
|
## Preview release
|
|
## Preview release
|
|
|
|
|
|
-**3.0-beta** can be found [here](https://github.com/BabylonJS/Babylon.js/tree/master/dist/preview%20release).
|
|
|
|
|
|
+**3.0-rc** can be found [here](https://github.com/BabylonJS/Babylon.js/tree/master/dist/preview%20release).
|
|
If you want to contribute, please read our [contribution guidelines](https://github.com/BabylonJS/Babylon.js/blob/master/contributing.md) first.
|
|
If you want to contribute, please read our [contribution guidelines](https://github.com/BabylonJS/Babylon.js/blob/master/contributing.md) first.
|
|
|
|
|
|
## Documentation
|
|
## Documentation
|
|
@@ -42,4 +42,4 @@ If you want to contribute, please read our [contribution guidelines](https://git
|
|
- FBX command line [exporter](https://github.com/BabylonJS/Babylon.js/tree/master/Exporters/FBX) can be used to generate a .babylon file from .FBX file (animations are supported)
|
|
- FBX command line [exporter](https://github.com/BabylonJS/Babylon.js/tree/master/Exporters/FBX) can be used to generate a .babylon file from .FBX file (animations are supported)
|
|
|
|
|
|
## Features
|
|
## Features
|
|
-To get a complete list of supported features, please visit our [website](http://www.babylonjs.com/#specifications).
|
|
|
|
|
|
+To get a complete list of supported features, please visit our [website](http://www.babylonjs.com/#specifications).
|