VisualShaderNodeVectorDistance
继承: VisualShaderNodeVectorBase < VisualShaderNode < Resource < RefCounted < Object
返回两点之间的距离。用于可视化着色器图中。
描述
计算从向量 p0
表示的点到向量 p1
的距离。
在着色器语言中被转换成 distance(p0, p1)
。
© 版权所有 2014-present Juan Linietsky, Ariel Manzur and the Godot community (CC BY 3.0). Revision b1c660f7
.
Built with Sphinx using a theme provided by Read the Docs.