MCPcopy Create free account
hub / github.com/microsoft/SandDance / mapAttributeName

Function mapAttributeName

docs/app/js/sanddance-app.js:76979–76982  ·  view source on GitHub ↗
(name, options)

Source from the content-addressed store, hash-verified

76977 return buffers;
76978}
76979function mapAttributeName(name, options) {
76980 var _ref = options || {}, _ref$attributeMap = _ref.attributeMap, attributeMap = _ref$attributeMap === void 0 ? GLTF_TO_LUMA_ATTRIBUTE_MAP : _ref$attributeMap;
76981 return attributeMap && attributeMap[name] || name;
76982}
76983function inferAttributeAccessor(attributeName, attribute) {
76984 var category;
76985 switch(attributeName){

Callers 1

getBuffersFromGeometryFunction · 0.70

Calls

no outgoing calls

Tested by

no test coverage detected