CARLA
 
载入中...
搜索中...
未找到
Public 成员函数 | Public 属性 | 所有成员列表
carla::geom::MeshMaterial结构体 参考

Material that references the vertex index start and end of a mesh where it is affecting. 更多...

#include <Mesh.h>

+ carla::geom::MeshMaterial 的协作图:

Public 成员函数

 MeshMaterial (const std::string &new_name, size_t start=0u, size_t end=0u)
 

Public 属性

size_t index_end
 
size_t index_start
 
const std::string name
 

详细描述

Material that references the vertex index start and end of a mesh where it is affecting.

在文件 Mesh.h25 行定义.

构造及析构函数说明

◆ MeshMaterial()

carla::geom::MeshMaterial::MeshMaterial ( const std::string & new_name,
size_t start = 0u,
size_t end = 0u )
inline

在文件 Mesh.h27 行定义.

类成员变量说明

◆ index_end

size_t carla::geom::MeshMaterial::index_end

在文件 Mesh.h39 行定义.

◆ index_start

size_t carla::geom::MeshMaterial::index_start

在文件 Mesh.h37 行定义.

◆ name

const std::string carla::geom::MeshMaterial::name

在文件 Mesh.h35 行定义.


该结构体的文档由以下文件生成: