# Box Textured with Property Attributes This is a variation on BoxTextured that adds EXT_structural_metadata to put matrices and normalized vectors at each vertex. This model is quite contrived; it was designed for unit testing only. ## Screenshot ![screenshot](screenshot/screenshot.png) ## License Information Donated by Cesium for glTF testing. Please follow the [Cesium Trademark Terms and Conditions](https://github.com/AnalyticalGraphicsInc/cesium/wiki/CesiumTrademark.pdf). This model is licensed under a [Creative Commons Attribution 4.0 International License](http://creativecommons.org/licenses/by/4.0/). ## Metadata Generation Code The metadata buffer was generated by the following Python 3 script. The only dependency is NumPy for easy exporting of matrices. In the `glTF` subdirectory: ```powershell python3 make_box_textured_metadata.py ``` will generate `metadata.bin`.