topical media & game development
mobile-query-three-plugins-shadowmap-tquery.world.shadowmap.js / js
tQuery.World.registerInstance('shadowMapEnabled', function(value){
this.tRenderer().shadowMapEnabled = value;
return this;
});
tQuery.World.registerInstance('shadowMapSoft', function(value){
this.tRenderer().shadowMapSoft = value;
return this;
});
tQuery.World.registerInstance('shadowMapDebug', function(value){
this.tRenderer().shadowMapSoft = value;
return this;
});
tQuery.World.registerInstance('shadowMapCascade', function(value){
this.tRenderer().shadowMapCascade = value;
return this;
});
(C) Æliens
04/09/2009
You may not copy or print any of this material without explicit permission of the author or the publisher.
In case of other copyright issues, contact the author.