|
@@ -132,6 +132,7 @@ export const nodeOps: RendererOptions<TresObject, TresObject> = {
|
|
let target = root?.[finalKey]
|
|
let target = root?.[finalKey]
|
|
|
|
|
|
if (root.type === 'BufferGeometry') {
|
|
if (root.type === 'BufferGeometry') {
|
|
|
|
+ if (key === 'args') return
|
|
root.setAttribute(
|
|
root.setAttribute(
|
|
kebabToCamel(key),
|
|
kebabToCamel(key),
|
|
new BufferAttribute(...(nextValue as ConstructorParameters<typeof BufferAttribute>)),
|
|
new BufferAttribute(...(nextValue as ConstructorParameters<typeof BufferAttribute>)),
|