Add ol.renderer.webgl.ImageLayer

This commit is contained in:
Éric Lemoine
2013-02-06 08:13:04 +01:00
parent 17a17b01b6
commit 02843939e3
4 changed files with 255 additions and 4 deletions

View File

@@ -97,6 +97,12 @@ ol.renderer.webgl.Layer.prototype.getTexCoordMatrix = goog.abstractMethod;
ol.renderer.webgl.Layer.prototype.getTexture = goog.abstractMethod;
/**
* @return {!goog.vec.Mat4.Number} Matrix.
*/
ol.renderer.webgl.Layer.prototype.getVertexCoordMatrix = goog.abstractMethod;
/**
* @inheritDoc
*/