get method
Implementation
get(BaseBufferAttribute attribute) {
if (attribute.type == "InterleavedBufferAttribute") {
return buffers.get(attribute.data!);
} else {
return buffers.get(attribute);
}
}
get(BaseBufferAttribute attribute) {
if (attribute.type == "InterleavedBufferAttribute") {
return buffers.get(attribute.data!);
} else {
return buffers.get(attribute);
}
}