David Catuhe b2327e5355 temp fix 7 лет назад
..
babylon.cellMaterial.js b2327e5355 temp fix 7 лет назад
babylon.cellMaterial.min.js b2327e5355 temp fix 7 лет назад
babylon.customMaterial.js b2327e5355 temp fix 7 лет назад
babylon.customMaterial.min.js b2327e5355 temp fix 7 лет назад
babylon.fireMaterial.js b2327e5355 temp fix 7 лет назад
babylon.fireMaterial.min.js b2327e5355 temp fix 7 лет назад
babylon.furMaterial.js b2327e5355 temp fix 7 лет назад
babylon.furMaterial.min.js b2327e5355 temp fix 7 лет назад
babylon.gradientMaterial.js b2327e5355 temp fix 7 лет назад
babylon.gradientMaterial.min.js b2327e5355 temp fix 7 лет назад
babylon.gridMaterial.js b2327e5355 temp fix 7 лет назад
babylon.gridMaterial.min.js b2327e5355 temp fix 7 лет назад
babylon.lavaMaterial.js b2327e5355 temp fix 7 лет назад
babylon.lavaMaterial.min.js b2327e5355 temp fix 7 лет назад
babylon.mixMaterial.js b2327e5355 temp fix 7 лет назад
babylon.mixMaterial.min.js b2327e5355 temp fix 7 лет назад
babylon.normalMaterial.js b2327e5355 temp fix 7 лет назад
babylon.normalMaterial.min.js b2327e5355 temp fix 7 лет назад
babylon.shadowOnlyMaterial.js b2327e5355 temp fix 7 лет назад
babylon.shadowOnlyMaterial.min.js b2327e5355 temp fix 7 лет назад
babylon.simpleMaterial.js b2327e5355 temp fix 7 лет назад
babylon.simpleMaterial.min.js b2327e5355 temp fix 7 лет назад
babylon.skyMaterial.js b2327e5355 temp fix 7 лет назад
babylon.skyMaterial.min.js b2327e5355 temp fix 7 лет назад
babylon.terrainMaterial.js b2327e5355 temp fix 7 лет назад
babylon.terrainMaterial.min.js b2327e5355 temp fix 7 лет назад
babylon.triPlanarMaterial.js b2327e5355 temp fix 7 лет назад
babylon.triPlanarMaterial.min.js b2327e5355 temp fix 7 лет назад
babylon.waterMaterial.js b2327e5355 temp fix 7 лет назад
babylon.waterMaterial.min.js b2327e5355 temp fix 7 лет назад
babylonjs.materials.js b2327e5355 temp fix 7 лет назад
babylonjs.materials.min.js b2327e5355 temp fix 7 лет назад
package.json b2327e5355 temp fix 7 лет назад
readme-es6.md b2327e5355 temp fix 7 лет назад
readme.md b2327e5355 temp fix 7 лет назад

readme-es6.md

Babylon.js Materials Library

For usage documentation please visit http://doc.babylonjs.com/extensions and choose "materials library".

Installation instructions

To install using npm :

npm install --save @babylonjs/core @babylonjs/materials

How to use

Afterwards it can be imported to the your project using:

import { GridMaterial } from '@babylonjs/materials/Grid';

And used as usual:

// Some awesome code
let gridMaterial = new GridMaterial("gridMaterial", scene);
// Some more awesome code

For more information you can have a look at our our ES6 dedicated documentation.