(name, options)
| 76977 | return buffers; |
| 76978 | } |
| 76979 | function 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 | } |
| 76983 | function inferAttributeAccessor(attributeName, attribute) { |
| 76984 | var category; |
| 76985 | switch(attributeName){ |
no outgoing calls
no test coverage detected