Home
last modified time | relevance | path

Searched refs:att_dec (Results 1 – 5 of 5) sorted by relevance

/dports/archivers/draco/draco-1.4.3/docs/spec/
H A Dcorner.md54 int Opposite(att_dec, c) {
55 if (att_dec == 0 || att_dec_decoder_type[att_dec] == MESH_VERTEX_ATTRIBUTE)
57 return AttrOpposite(att_dec - 1, c);
110 int CornerToVert(att_dec, corner_id) {
111 CornerToVerts(att_dec, corner_id, &v, &n, &p);
145 void CornerToVerts(att_dec, corner_id, v, n, p) {
146 if (att_dec == 0) {
149 if (att_dec_decoder_type[att_dec] == MESH_VERTEX_ATTRIBUTE) {
152 return CornerToVertsInternal(attr_face_to_vertex[att_dec - 1], corner_id,
H A Dboundary.decoder.md88 bool IsCornerOnAttributeSeam(att_dec, attr, corner) {
89 CornerToVerts(att_dec, corner, &v, &n, &p);
138 bool IsOnBoundary(att_dec, vert_id) {
139 if (att_dec == 0 || att_dec_decoder_type[att_dec] == MESH_VERTEX_ATTRIBUTE)
/dports/graphics/blender/blender-2.91.0/extern/draco/dracoenc/src/draco/compression/point_cloud/
H A Dpoint_cloud_decoder.cc117 for (auto &att_dec : attributes_decoders_) { in DecodePointAttributes() local
118 if (!att_dec->Init(this, point_cloud_)) in DecodePointAttributes()
150 for (auto &att_dec : attributes_decoders_) { in DecodeAllAttributes() local
151 if (!att_dec->DecodeAttributes(buffer_)) in DecodeAllAttributes()
/dports/archivers/draco/draco-1.4.3/src/draco/compression/point_cloud/
H A Dpoint_cloud_decoder.cc143 for (auto &att_dec : attributes_decoders_) { in DecodePointAttributes() local
144 if (!att_dec->Init(this, point_cloud_)) { in DecodePointAttributes()
180 for (auto &att_dec : attributes_decoders_) { in DecodeAllAttributes() local
181 if (!att_dec->DecodeAttributes(buffer_)) { in DecodeAllAttributes()
/dports/multimedia/assimp/assimp-5.1.3/contrib/draco/src/draco/compression/point_cloud/
H A Dpoint_cloud_decoder.cc143 for (auto &att_dec : attributes_decoders_) { in DecodePointAttributes() local
144 if (!att_dec->Init(this, point_cloud_)) { in DecodePointAttributes()
180 for (auto &att_dec : attributes_decoders_) { in DecodeAllAttributes() local
181 if (!att_dec->DecodeAttributes(buffer_)) { in DecodeAllAttributes()