gpt4 book ai didi

aframe - Mozilla AFRAME a-frame 无法为 Material 设置偏移或重复

转载 作者:行者123 更新时间:2023-12-05 07:45:26 26 4
gpt4 key购买 nike

我在 AFRAME 中遇到了一个大问题。在我当前的项目中,用户可以通过按下按钮来更改带有纹理的平面的比例。当然,然后我需要更改平铺(或重复,它在 AFRAME 中的调用方式)——但无论我如何尝试,我都无法更改重复或偏移。奇怪的是,当我尝试更改 Material 颜色时,效果很好。我认为问题是 AFRAME 不知何故没有在运行时更新重复?!也许我也以错误的方式传递了参数 X 和 Y?

这是我到目前为止尝试过的:

//document.querySelector('#wall-1').setAttribute('material', {color: 'red', offset: {x: 22, y: 22}});
//document.querySelector('#wall-1').setAttribute('material', {color: 'red', repeat: 12});
//document.querySelector('#wall-1').setAttribute('material', {color: 'red', repeat: {type: 'vec2', value: {x: 22, y: 22}}});
//document.querySelector('#wall-1').setAttribute('material', {repeat: {value: {x: 1, y: 1}}});
//document.querySelector('#wall-1').setAttribute('repeat', {type: 'vec2', value: {x: 22, y: 22}});
//document.querySelector('#wall-1').setAttribute('material.repeat', {type: 'vec2', value: {x: 22, y: 22}});
//document.querySelector('#wall-1').setAttribute('material', 'repeat', '{x:22, y:22}');

我很乐意提供任何帮助!

非常感谢,- 最大

最佳答案

关于aframe - Mozilla AFRAME a-frame 无法为 Material 设置偏移或重复,我们在Stack Overflow上找到一个类似的问题: https://stackoverflow.com/questions/41653310/

26 4 0
Copyright 2021 - 2024 cfsdn All Rights Reserved 蜀ICP备2022000587号
广告合作:1813099741@qq.com 6ren.com