We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
目前我用在项目里,有两个问题 1.AlignMark 如果我动态修改 AlignTarget.angleRange(根据相机当前的欧拉角),有几率无法完全进入AlignMark,可能是小数点的关系.我转换的时候设置成整数就好了. 2.MouseTranslate 没有关闭和reset入口,比如我鼠标在UI上操作我希望他不要检测鼠标了(这个我通过修改鼠标按钮id解决了,但是实在是无奈之举) 以及,我希望整个场景只有一个MouseTranslate,根据我鼠标选择的物体,会自动修改MouseTranslate的位置到那个选中的物体上,但是MouseTranslate自身锁死了位移.
The text was updated successfully, but these errors were encountered:
No branches or pull requests
目前我用在项目里,有两个问题
1.AlignMark 如果我动态修改 AlignTarget.angleRange(根据相机当前的欧拉角),有几率无法完全进入AlignMark,可能是小数点的关系.我转换的时候设置成整数就好了.
2.MouseTranslate 没有关闭和reset入口,比如我鼠标在UI上操作我希望他不要检测鼠标了(这个我通过修改鼠标按钮id解决了,但是实在是无奈之举)
以及,我希望整个场景只有一个MouseTranslate,根据我鼠标选择的物体,会自动修改MouseTranslate的位置到那个选中的物体上,但是MouseTranslate自身锁死了位移.
The text was updated successfully, but these errors were encountered: