diff options
Diffstat (limited to 'js/lib/rdge/materials/material.js')
-rwxr-xr-x | js/lib/rdge/materials/material.js | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/js/lib/rdge/materials/material.js b/js/lib/rdge/materials/material.js index 77220bf7..9f0ae6f1 100755 --- a/js/lib/rdge/materials/material.js +++ b/js/lib/rdge/materials/material.js | |||
@@ -233,6 +233,10 @@ var Material = function GLMaterial( world ) { | |||
233 | // animated materials should implement the update method | 233 | // animated materials should implement the update method |
234 | }; | 234 | }; |
235 | 235 | ||
236 | this.fitToPrimitive = function( prim ) { | ||
237 | // some materials need to preserve an aspect ratio - or someting else. | ||
238 | }; | ||
239 | |||
236 | this.registerTexture = function( texture ) { | 240 | this.registerTexture = function( texture ) { |
237 | // the world needs to know about the texture map | 241 | // the world needs to know about the texture map |
238 | var world = this.getWorld(); | 242 | var world = this.getWorld(); |