├── Assets ├── HaiClothTransfer.meta └── HaiClothTransfer │ ├── ClothTransferData.cs │ ├── ClothTransferData.cs.meta │ ├── ClothTransferWindow.cs │ ├── ClothTransferWindow.cs.meta │ ├── HctPartialKdTreeLib.meta │ ├── HctPartialKdTreeLib │ ├── HyperRect.cs │ ├── HyperRect.cs.meta │ ├── KdTree.cs │ ├── KdTree.cs.meta │ ├── KdTreeNode.cs │ ├── KdTreeNode.cs.meta │ ├── LICENSE │ ├── LICENSE.meta │ ├── Math.meta │ ├── Math │ │ ├── DoubleMath.cs │ │ └── DoubleMath.cs.meta │ ├── NearestNeighbourList.cs │ ├── NearestNeighbourList.cs.meta │ ├── PriorityQueue.cs │ └── PriorityQueue.cs.meta │ ├── LICENSE │ └── LICENSE.meta ├── LICENSE └── README.md /Assets/HaiClothTransfer.meta: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/hai-vr/unity-2018-2019-cloth-transfer/HEAD/Assets/HaiClothTransfer.meta -------------------------------------------------------------------------------- /Assets/HaiClothTransfer/ClothTransferData.cs: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/hai-vr/unity-2018-2019-cloth-transfer/HEAD/Assets/HaiClothTransfer/ClothTransferData.cs -------------------------------------------------------------------------------- /Assets/HaiClothTransfer/ClothTransferData.cs.meta: -------------------------------------------------------------------------------- 1 | fileFormatVersion: 2 2 | guid: 9e69aec719cb44dba1cba296cc9ea488 3 | timeCreated: 1626790851 -------------------------------------------------------------------------------- /Assets/HaiClothTransfer/ClothTransferWindow.cs: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/hai-vr/unity-2018-2019-cloth-transfer/HEAD/Assets/HaiClothTransfer/ClothTransferWindow.cs -------------------------------------------------------------------------------- /Assets/HaiClothTransfer/ClothTransferWindow.cs.meta: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/hai-vr/unity-2018-2019-cloth-transfer/HEAD/Assets/HaiClothTransfer/ClothTransferWindow.cs.meta -------------------------------------------------------------------------------- /Assets/HaiClothTransfer/HctPartialKdTreeLib.meta: -------------------------------------------------------------------------------- 1 | fileFormatVersion: 2 2 | guid: b95e5a3f6c444ca29675d6e96b141153 3 | timeCreated: 1627369817 -------------------------------------------------------------------------------- /Assets/HaiClothTransfer/HctPartialKdTreeLib/HyperRect.cs: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/hai-vr/unity-2018-2019-cloth-transfer/HEAD/Assets/HaiClothTransfer/HctPartialKdTreeLib/HyperRect.cs -------------------------------------------------------------------------------- /Assets/HaiClothTransfer/HctPartialKdTreeLib/HyperRect.cs.meta: -------------------------------------------------------------------------------- 1 | fileFormatVersion: 2 2 | guid: 51a3e184acba4e43a076d0dece1afee0 3 | timeCreated: 1627366541 -------------------------------------------------------------------------------- /Assets/HaiClothTransfer/HctPartialKdTreeLib/KdTree.cs: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/hai-vr/unity-2018-2019-cloth-transfer/HEAD/Assets/HaiClothTransfer/HctPartialKdTreeLib/KdTree.cs -------------------------------------------------------------------------------- /Assets/HaiClothTransfer/HctPartialKdTreeLib/KdTree.cs.meta: -------------------------------------------------------------------------------- 1 | fileFormatVersion: 2 2 | guid: 17850be5a524426595c18c8f370f85f5 3 | timeCreated: 1627366541 -------------------------------------------------------------------------------- /Assets/HaiClothTransfer/HctPartialKdTreeLib/KdTreeNode.cs: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/hai-vr/unity-2018-2019-cloth-transfer/HEAD/Assets/HaiClothTransfer/HctPartialKdTreeLib/KdTreeNode.cs -------------------------------------------------------------------------------- /Assets/HaiClothTransfer/HctPartialKdTreeLib/KdTreeNode.cs.meta: -------------------------------------------------------------------------------- 1 | fileFormatVersion: 2 2 | guid: 0988a9a5e71448998b9ae936cd7e8475 3 | timeCreated: 1627366541 -------------------------------------------------------------------------------- /Assets/HaiClothTransfer/HctPartialKdTreeLib/LICENSE: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/hai-vr/unity-2018-2019-cloth-transfer/HEAD/Assets/HaiClothTransfer/HctPartialKdTreeLib/LICENSE -------------------------------------------------------------------------------- /Assets/HaiClothTransfer/HctPartialKdTreeLib/LICENSE.meta: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/hai-vr/unity-2018-2019-cloth-transfer/HEAD/Assets/HaiClothTransfer/HctPartialKdTreeLib/LICENSE.meta -------------------------------------------------------------------------------- /Assets/HaiClothTransfer/HctPartialKdTreeLib/Math.meta: -------------------------------------------------------------------------------- 1 | fileFormatVersion: 2 2 | guid: eff39de6ba0a405db1ab4fa5580d661f 3 | timeCreated: 1627366541 -------------------------------------------------------------------------------- /Assets/HaiClothTransfer/HctPartialKdTreeLib/Math/DoubleMath.cs: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/hai-vr/unity-2018-2019-cloth-transfer/HEAD/Assets/HaiClothTransfer/HctPartialKdTreeLib/Math/DoubleMath.cs -------------------------------------------------------------------------------- /Assets/HaiClothTransfer/HctPartialKdTreeLib/Math/DoubleMath.cs.meta: -------------------------------------------------------------------------------- 1 | fileFormatVersion: 2 2 | guid: f60befecb06642ed99bdd082c2ef909a 3 | timeCreated: 1627366541 -------------------------------------------------------------------------------- /Assets/HaiClothTransfer/HctPartialKdTreeLib/NearestNeighbourList.cs: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/hai-vr/unity-2018-2019-cloth-transfer/HEAD/Assets/HaiClothTransfer/HctPartialKdTreeLib/NearestNeighbourList.cs -------------------------------------------------------------------------------- /Assets/HaiClothTransfer/HctPartialKdTreeLib/NearestNeighbourList.cs.meta: -------------------------------------------------------------------------------- 1 | fileFormatVersion: 2 2 | guid: 568c443fbe4b48b890de829b12b07f9f 3 | timeCreated: 1627366541 -------------------------------------------------------------------------------- /Assets/HaiClothTransfer/HctPartialKdTreeLib/PriorityQueue.cs: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/hai-vr/unity-2018-2019-cloth-transfer/HEAD/Assets/HaiClothTransfer/HctPartialKdTreeLib/PriorityQueue.cs -------------------------------------------------------------------------------- /Assets/HaiClothTransfer/HctPartialKdTreeLib/PriorityQueue.cs.meta: -------------------------------------------------------------------------------- 1 | fileFormatVersion: 2 2 | guid: 5d22f802b4ae4a9581285a47b2af482c 3 | timeCreated: 1627366541 -------------------------------------------------------------------------------- /Assets/HaiClothTransfer/LICENSE: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/hai-vr/unity-2018-2019-cloth-transfer/HEAD/Assets/HaiClothTransfer/LICENSE -------------------------------------------------------------------------------- /Assets/HaiClothTransfer/LICENSE.meta: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/hai-vr/unity-2018-2019-cloth-transfer/HEAD/Assets/HaiClothTransfer/LICENSE.meta -------------------------------------------------------------------------------- /LICENSE: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/hai-vr/unity-2018-2019-cloth-transfer/HEAD/LICENSE -------------------------------------------------------------------------------- /README.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/hai-vr/unity-2018-2019-cloth-transfer/HEAD/README.md --------------------------------------------------------------------------------