Changeset View
Changeset View
Standalone View
Standalone View
extern/draco/draco/src/draco/mesh/triangle_soup_mesh_builder.h
- This file was moved from extern/draco/dracoenc/src/draco/mesh/triangle_soup_mesh_builder.h.
| Show All 10 Lines | |||||
| // WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. | // WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. | ||||
| // See the License for the specific language governing permissions and | // See the License for the specific language governing permissions and | ||||
| // limitations under the License. | // limitations under the License. | ||||
| // | // | ||||
| #ifndef DRACO_MESH_TRIANGLE_SOUP_MESH_BUILDER_H_ | #ifndef DRACO_MESH_TRIANGLE_SOUP_MESH_BUILDER_H_ | ||||
| #define DRACO_MESH_TRIANGLE_SOUP_MESH_BUILDER_H_ | #define DRACO_MESH_TRIANGLE_SOUP_MESH_BUILDER_H_ | ||||
| #include "draco/draco_features.h" | #include "draco/draco_features.h" | ||||
| #include "draco/mesh/mesh.h" | #include "draco/mesh/mesh.h" | ||||
| namespace draco { | namespace draco { | ||||
| // Class for building meshes directly from attribute values that can be | // Class for building meshes directly from attribute values that can be | ||||
| // specified for each face corner. All attributes are automatically | // specified for each face corner. All attributes are automatically | ||||
| // deduplicated. | // deduplicated. | ||||
| class TriangleSoupMeshBuilder { | class TriangleSoupMeshBuilder { | ||||
| Show All 37 Lines | |||||