Skip to content

Instantly share code, notes, and snippets.

@r-ryantm
Created December 10, 2020 14:48
Show Gist options
  • Save r-ryantm/b0596000f8c575680a6633da27c8babe to your computer and use it in GitHub Desktop.
Save r-ryantm/b0596000f8c575680a6633da27c8babe to your computer and use it in GitHub Desktop.
/nix/store/lhma7gskzakiqri4s7xgapqn6xcj46if-draco-1.4.1
├── nix
│   └── store
│   └── lhma7gskzakiqri4s7xgapqn6xcj46if-draco-1.4.1
│   ├── bin
│   │   ├── draco_decoder
│   │   └── draco_encoder
│   ├── include
│   │   └── draco
│   │   ├── animation
│   │   │   ├── keyframe_animation_decoder.h
│   │   │   ├── keyframe_animation_encoder.h
│   │   │   └── keyframe_animation.h
│   │   ├── attributes
│   │   │   ├── attribute_octahedron_transform.h
│   │   │   ├── attribute_quantization_transform.h
│   │   │   ├── attribute_transform_data.h
│   │   │   ├── attribute_transform.h
│   │   │   ├── attribute_transform_type.h
│   │   │   ├── geometry_attribute.h
│   │   │   ├── geometry_indices.h
│   │   │   └── point_attribute.h
│   │   ├── compression
│   │   │   ├── attributes
│   │   │   │   ├── attributes_decoder.h
│   │   │   │   ├── attributes_encoder.h
│   │   │   │   ├── kd_tree_attributes_decoder.h
│   │   │   │   ├── kd_tree_attributes_encoder.h
│   │   │   │   ├── kd_tree_attributes_shared.h
│   │   │   │   ├── linear_sequencer.h
│   │   │   │   ├── mesh_attribute_indices_encoding_data.h
│   │   │   │   ├── normal_compression_utils.h
│   │   │   │   ├── point_d_vector.h
│   │   │   │   ├── points_sequencer.h
│   │   │   │   ├── prediction_schemes
│   │   │   │   │   ├── mesh_prediction_scheme_constrained_multi_parallelogram_decoder.h
│   │   │   │   │   ├── mesh_prediction_scheme_constrained_multi_parallelogram_encoder.h
│   │   │   │   │   ├── mesh_prediction_scheme_constrained_multi_parallelogram_shared.h
│   │   │   │   │   ├── mesh_prediction_scheme_data.h
│   │   │   │   │   ├── mesh_prediction_scheme_decoder.h
│   │   │   │   │   ├── mesh_prediction_scheme_encoder.h
│   │   │   │   │   ├── mesh_prediction_scheme_geometric_normal_decoder.h
│   │   │   │   │   ├── mesh_prediction_scheme_geometric_normal_encoder.h
│   │   │   │   │   ├── mesh_prediction_scheme_geometric_normal_predictor_area.h
│   │   │   │   │   ├── mesh_prediction_scheme_geometric_normal_predictor_base.h
│   │   │   │   │   ├── mesh_prediction_scheme_multi_parallelogram_decoder.h
│   │   │   │   │   ├── mesh_prediction_scheme_multi_parallelogram_encoder.h
│   │   │   │   │   ├── mesh_prediction_scheme_parallelogram_encoder.h
│   │   │   │   │   ├── mesh_prediction_scheme_parallelogram_shared.h
│   │   │   │   │   ├── mesh_prediction_scheme_tex_coords_decoder.h
│   │   │   │   │   ├── mesh_prediction_scheme_tex_coords_encoder.h
│   │   │   │   │   ├── mesh_prediction_scheme_tex_coords_portable_decoder.h
│   │   │   │   │   ├── mesh_prediction_scheme_tex_coords_portable_encoder.h
│   │   │   │   │   ├── mesh_prediction_scheme_tex_coords_portable_predictor.h
│   │   │   │   │   ├── prediction_scheme_decoder_factory.h
│   │   │   │   │   ├── prediction_scheme_decoder.h
│   │   │   │   │   ├── prediction_scheme_decoder_interface.h
│   │   │   │   │   ├── prediction_scheme_decoding_transform.h
│   │   │   │   │   ├── prediction_scheme_delta_decoder.h
│   │   │   │   │   ├── prediction_scheme_delta_encoder.h
│   │   │   │   │   ├── prediction_scheme_encoder_factory.h
│   │   │   │   │   ├── prediction_scheme_encoder.h
│   │   │   │   │   ├── prediction_scheme_encoder_interface.h
│   │   │   │   │   ├── prediction_scheme_encoding_transform.h
│   │   │   │   │   ├── prediction_scheme_factory.h
│   │   │   │   │   ├── prediction_scheme_interface.h
│   │   │   │   │   ├── prediction_scheme_normal_octahedron_canonicalized_decoding_transform.h
│   │   │   │   │   ├── prediction_scheme_normal_octahedron_canonicalized_encoding_transform.h
│   │   │   │   │   ├── prediction_scheme_normal_octahedron_canonicalized_transform_base.h
│   │   │   │   │   ├── prediction_scheme_normal_octahedron_decoding_transform.h
│   │   │   │   │   ├── prediction_scheme_normal_octahedron_encoding_transform.h
│   │   │   │   │   ├── prediction_scheme_normal_octahedron_transform_base.h
│   │   │   │   │   ├── prediction_scheme_wrap_decoding_transform.h
│   │   │   │   │   ├── prediction_scheme_wrap_encoding_transform.h
│   │   │   │   │   └── prediction_scheme_wrap_transform_base.h
│   │   │   │   ├── sequential_attribute_decoder.h
│   │   │   │   ├── sequential_attribute_decoders_controller.h
│   │   │   │   ├── sequential_attribute_encoder.h
│   │   │   │   ├── sequential_attribute_encoders_controller.h
│   │   │   │   ├── sequential_integer_attribute_decoder.h
│   │   │   │   ├── sequential_integer_attribute_encoder.h
│   │   │   │   ├── sequential_normal_attribute_decoder.h
│   │   │   │   ├── sequential_normal_attribute_encoder.h
│   │   │   │   ├── sequential_quantization_attribute_decoder.h
│   │   │   │   └── sequential_quantization_attribute_encoder.h
│   │   │   ├── bit_coders
│   │   │   │   ├── adaptive_rans_bit_coding_shared.h
│   │   │   │   ├── adaptive_rans_bit_decoder.h
│   │   │   │   ├── adaptive_rans_bit_encoder.h
│   │   │   │   ├── direct_bit_decoder.h
│   │   │   │   ├── direct_bit_encoder.h
│   │   │   │   ├── folded_integer_bit_decoder.h
│   │   │   │   ├── folded_integer_bit_encoder.h
│   │   │   │   ├── rans_bit_decoder.h
│   │   │   │   ├── rans_bit_encoder.h
│   │   │   │   ├── symbol_bit_decoder.h
│   │   │   │   └── symbol_bit_encoder.h
│   │   │   ├── config
│   │   │   │   ├── compression_shared.h
│   │   │   │   ├── decoder_options.h
│   │   │   │   ├── draco_options.h
│   │   │   │   ├── encoder_options.h
│   │   │   │   └── encoding_features.h
│   │   │   ├── decode.h
│   │   │   ├── encode_base.h
│   │   │   ├── encode.h
│   │   │   ├── entropy
│   │   │   │   ├── ans.h
│   │   │   │   ├── rans_symbol_coding.h
│   │   │   │   ├── rans_symbol_decoder.h
│   │   │   │   ├── rans_symbol_encoder.h
│   │   │   │   ├── shannon_entropy.h
│   │   │   │   ├── symbol_decoding.h
│   │   │   │   └── symbol_encoding.h
│   │   │   ├── expert_encode.h
│   │   │   ├── mesh
│   │   │   │   ├── mesh_decoder.h
│   │   │   │   ├── mesh_edgebreaker_decoder.h
│   │   │   │   ├── mesh_edgebreaker_decoder_impl.h
│   │   │   │   ├── mesh_edgebreaker_decoder_impl_interface.h
│   │   │   │   ├── mesh_edgebreaker_encoder.h
│   │   │   │   ├── mesh_edgebreaker_encoder_impl.h
│   │   │   │   ├── mesh_edgebreaker_encoder_impl_interface.h
│   │   │   │   ├── mesh_edgebreaker_shared.h
│   │   │   │   ├── mesh_edgebreaker_traversal_decoder.h
│   │   │   │   ├── mesh_edgebreaker_traversal_encoder.h
│   │   │   │   ├── mesh_edgebreaker_traversal_predictive_decoder.h
│   │   │   │   ├── mesh_edgebreaker_traversal_predictive_encoder.h
│   │   │   │   ├── mesh_edgebreaker_traversal_valence_decoder.h
│   │   │   │   ├── mesh_edgebreaker_traversal_valence_encoder.h
│   │   │   │   ├── mesh_encoder.h
│   │   │   │   ├── mesh_sequential_decoder.h
│   │   │   │   ├── mesh_sequential_encoder.h
│   │   │   │   └── traverser
│   │   │   │   ├── depth_first_traverser.h
│   │   │   │   ├── max_prediction_degree_traverser.h
│   │   │   │   ├── mesh_attribute_indices_encoding_observer.h
│   │   │   │   ├── mesh_traversal_sequencer.h
│   │   │   │   └── traverser_base.h
│   │   │   └── point_cloud
│   │   │   ├── algorithms
│   │   │   │   ├── dynamic_integer_points_kd_tree_decoder.h
│   │   │   │   ├── dynamic_integer_points_kd_tree_encoder.h
│   │   │   │   ├── float_points_tree_decoder.h
│   │   │   │   ├── float_points_tree_encoder.h
│   │   │   │   ├── point_cloud_compression_method.h
│   │   │   │   ├── point_cloud_types.h
│   │   │   │   ├── quantize_points_3.h
│   │   │   │   └── queuing_policy.h
│   │   │   ├── point_cloud_decoder.h
│   │   │   ├── point_cloud_encoder.h
│   │   │   ├── point_cloud_kd_tree_decoder.h
│   │   │   ├── point_cloud_kd_tree_encoder.h
│   │   │   ├── point_cloud_sequential_decoder.h
│   │   │   └── point_cloud_sequential_encoder.h
│   │   ├── core
│   │   │   ├── bit_utils.h
│   │   │   ├── bounding_box.h
│   │   │   ├── cycle_timer.h
│   │   │   ├── data_buffer.h
│   │   │   ├── decoder_buffer.h
│   │   │   ├── divide.h
│   │   │   ├── draco_index_type.h
│   │   │   ├── draco_index_type_vector.h
│   │   │   ├── draco_types.h
│   │   │   ├── encoder_buffer.h
│   │   │   ├── hash_utils.h
│   │   │   ├── macros.h
│   │   │   ├── math_utils.h
│   │   │   ├── options.h
│   │   │   ├── quantization_utils.h
│   │   │   ├── status.h
│   │   │   ├── status_or.h
│   │   │   ├── varint_decoding.h
│   │   │   ├── varint_encoding.h
│   │   │   └── vector_d.h
│   │   ├── draco_features.h
│   │   ├── io
│   │   │   ├── file_reader_factory.h
│   │   │   ├── file_reader_interface.h
│   │   │   ├── file_utils.h
│   │   │   ├── file_writer_factory.h
│   │   │   ├── file_writer_interface.h
│   │   │   ├── file_writer_utils.h
│   │   │   ├── mesh_io.h
│   │   │   ├── obj_decoder.h
│   │   │   ├── obj_encoder.h
│   │   │   ├── parser_utils.h
│   │   │   ├── ply_decoder.h
│   │   │   ├── ply_encoder.h
│   │   │   ├── ply_property_reader.h
│   │   │   ├── ply_property_writer.h
│   │   │   ├── ply_reader.h
│   │   │   ├── point_cloud_io.h
│   │   │   ├── stdio_file_reader.h
│   │   │   └── stdio_file_writer.h
│   │   ├── mesh
│   │   │   ├── corner_table.h
│   │   │   ├── corner_table_iterators.h
│   │   │   ├── mesh_are_equivalent.h
│   │   │   ├── mesh_attribute_corner_table.h
│   │   │   ├── mesh_cleanup.h
│   │   │   ├── mesh.h
│   │   │   ├── mesh_misc_functions.h
│   │   │   ├── mesh_stripifier.h
│   │   │   ├── triangle_soup_mesh_builder.h
│   │   │   └── valence_cache.h
│   │   ├── metadata
│   │   │   ├── geometry_metadata.h
│   │   │   ├── metadata_decoder.h
│   │   │   ├── metadata_encoder.h
│   │   │   └── metadata.h
│   │   ├── point_cloud
│   │   │   ├── point_cloud_builder.h
│   │   │   └── point_cloud.h
│   │   └── unity
│   │   └── draco_unity_plugin.h
│   └── lib
│   ├── libdraco.a
│   ├── libdracodec_unity.so
│   └── pkgconfig
│   └── draco.pc
└── share
└── cmake
└── draco-config.cmake
28 directories, 196 files
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment