wonder.js
Version:
36 lines (27 loc) • 1.23 kB
JavaScript
;
var RecordPointLightMainService$Wonderjs = require("../../../../state/main/light/point/RecordPointLightMainService.js");
function getColor(mappedIndex, param) {
return RecordPointLightMainService$Wonderjs.getColor(mappedIndex, param[/* colors */1]);
}
function getIntensity(mappedIndex, param) {
return RecordPointLightMainService$Wonderjs.getIntensity(mappedIndex, param[/* intensities */2]);
}
function getConstant(mappedIndex, param) {
return RecordPointLightMainService$Wonderjs.getConstant(mappedIndex, param[/* constants */3]);
}
function getLiear(mappedIndex, param) {
return RecordPointLightMainService$Wonderjs.getLinear(mappedIndex, param[/* linears */4]);
}
function getQuadratic(mappedIndex, param) {
return RecordPointLightMainService$Wonderjs.getQuadratic(mappedIndex, param[/* quadratics */5]);
}
function getRange(mappedIndex, param) {
return RecordPointLightMainService$Wonderjs.getRange(mappedIndex, param[/* ranges */6]);
}
exports.getColor = getColor;
exports.getIntensity = getIntensity;
exports.getConstant = getConstant;
exports.getLiear = getLiear;
exports.getQuadratic = getQuadratic;
exports.getRange = getRange;
/* RecordPointLightMainService-Wonderjs Not a pure module */