gpt4 book ai didi

mesh - OpenMesh 随机接入

转载 作者:行者123 更新时间:2023-12-02 23:04:17 29 4
gpt4 key购买 nike

我认为 OpenMesh 将支持对面边缘顶点的随机访问。我能找到的只是迭代器和循环器:

for( auto v : mesh->vertices() ) 
mesh->point(v).data();

我怎样才能做这样的事情:

mesh->vertices(42);

最佳答案

VertexHandle    vertex_handle (unsigned int _i) const

该函数可用于获取顶点处理程序,如果您想从中获取顶点,只需使用

mesh.point(_vh);

其中 _vh 是从上述函数获得的句柄。

关于mesh - OpenMesh 随机接入,我们在Stack Overflow上找到一个类似的问题: https://stackoverflow.com/questions/20006310/

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