Home
last modified time | relevance | path

Searched refs:corner_to_point_map (Results 1 – 7 of 7) sorted by relevance

/dports/archivers/draco/draco-1.4.3/docs/spec/
H A Dattributes.decoder.md162 corner_to_point_map[c] = point_to_corner_map_count++;
176 corner_to_point_map[c] = point_to_corner_map_count++;
178 corner_to_point_map[c] = corner_to_point_map[prev_c];
245 point_id = corner_to_point_map[corner];
H A Dprediction.texcoords.decoder.md29 point_id = corner_to_point_map[corner];
H A Dprediction.normal.decoder.md8 point_id = corner_to_point_map[corner];
H A Dvariable.descriptions.md268 * corner_to_point_map
/dports/graphics/blender/blender-2.91.0/extern/draco/dracoenc/src/draco/compression/mesh/
H A Dmesh_edgebreaker_decoder_impl.cc1055 std::vector<int32_t> corner_to_point_map(corner_table_->num_corners()); in AssignPointsToCorners() local
1101 corner_to_point_map[c.value()] = in AssignPointsToCorners()
1119 corner_to_point_map[c.value()] = in AssignPointsToCorners()
1123 corner_to_point_map[c.value()] = corner_to_point_map[prev_c.value()]; in AssignPointsToCorners()
1134 face[c] = corner_to_point_map[3 * f.value() + c]; in AssignPointsToCorners()
/dports/archivers/draco/draco-1.4.3/src/draco/compression/mesh/
H A Dmesh_edgebreaker_decoder_impl.cc1132 std::vector<int32_t> corner_to_point_map(corner_table_->num_corners()); in AssignPointsToCorners() local
1182 corner_to_point_map[c.value()] = in AssignPointsToCorners()
1200 corner_to_point_map[c.value()] = in AssignPointsToCorners()
1204 corner_to_point_map[c.value()] = corner_to_point_map[prev_c.value()]; in AssignPointsToCorners()
1215 face[c] = corner_to_point_map[3 * f.value() + c]; in AssignPointsToCorners()
/dports/multimedia/assimp/assimp-5.1.3/contrib/draco/src/draco/compression/mesh/
H A Dmesh_edgebreaker_decoder_impl.cc1132 std::vector<int32_t> corner_to_point_map(corner_table_->num_corners()); in AssignPointsToCorners() local
1182 corner_to_point_map[c.value()] = in AssignPointsToCorners()
1200 corner_to_point_map[c.value()] = in AssignPointsToCorners()
1204 corner_to_point_map[c.value()] = corner_to_point_map[prev_c.value()]; in AssignPointsToCorners()
1215 face[c] = corner_to_point_map[3 * f.value() + c]; in AssignPointsToCorners()