MakiAi commited on
Commit
37a68b5
1 Parent(s): 45deddf

[feat] モデルデータのアセットをインポート

Browse files

- *.gitattributesに.datと.fbx拡張子をLFSで管理するように追加
- .gitignoreにダウンロードした画像フレームデータを除外するように追加
- example/example02.fbxファイルを追加 (LFSで管理)
- example/example02.fbx.rcInfoファイルを追加
- example/example02.rcprojファイルを追加 (LFSで管理)
- RealityCaptureのプロジェクトファイル
- メタデータ、ソースデータ、コンポーネント、モデルデータなどが含まれる
- example/example02ディレクトリを追加
- RealityCaptureの中間データやモデルデータが含まれる
- *.datファイルはLFSで管理

This view is limited to 50 files because it contains too many changes.   See raw diff
Files changed (50) hide show
  1. .gitattributes +3 -0
  2. .gitignore +2 -1
  3. example/example02.fbx +3 -0
  4. example/example02.fbx.rcInfo +27 -0
  5. example/example02.rcproj +0 -0
  6. example/example02/animation1.dat +3 -0
  7. example/example02/appConfig1.dat +3 -0
  8. example/example02/colorNormalization1.dat +3 -0
  9. example/example02/colorNormalization2.dat +3 -0
  10. example/example02/controlpoints1.dat +3 -0
  11. example/example02/entities1.dat +3 -0
  12. example/example02/metadata2.dat +3 -0
  13. example/example02/metadata3.dat +3 -0
  14. example/example02/metadata4.dat +3 -0
  15. example/example02/model10.dat +3 -0
  16. example/example02/model10.dat_rnd.dat +3 -0
  17. example/example02/model11.dat +3 -0
  18. example/example02/model11.dat_rnd.dat +3 -0
  19. example/example02/model12.dat +3 -0
  20. example/example02/model12.dat_rnd.dat +3 -0
  21. example/example02/model12B03012DAEF42159A9874CC67E54023_tex0_0.dat +3 -0
  22. example/example02/model12B03012DAEF42159A9874CC67E54023_tex0_1.dat +3 -0
  23. example/example02/model161D9AB46888405DA4A915817FF0691712291.dat +3 -0
  24. example/example02/model169B6B5CAE6D40FABDE584E4285B7C1912293.dat +3 -0
  25. example/example02/model205A35AC379D488D8123802FABDF25BB12293.dat +3 -0
  26. example/example02/model22ED9DAB3D4C4B3FB54779FBAB8BBD7F12291.dat +3 -0
  27. example/example02/model285D14770E0247F3BA0BF8AEA79C206012294.dat +3 -0
  28. example/example02/model2E6D742F5D5D485DA3948E37AF5EF83312294.dat +3 -0
  29. example/example02/model3100F506928947F98D79DB15C9F0151A12291.dat +3 -0
  30. example/example02/model32074162417C432F84AD6B8A4316377012293.dat +3 -0
  31. example/example02/model3EFA543E284C4476A84944E4C369BF6112291.dat +3 -0
  32. example/example02/model4.dat +3 -0
  33. example/example02/model4.dat_rnd.dat +3 -0
  34. example/example02/model4646270ED7EE4EB59DCDD9AED0BB8A0212293.dat +3 -0
  35. example/example02/model486CCBCEE05147A082DA46DB487F9E4012293.dat +3 -0
  36. example/example02/model5.dat +3 -0
  37. example/example02/model5.dat_rnd.dat +3 -0
  38. example/example02/model577AD1EBBEEF4114A60A5B1EA7C5C60312294.dat +3 -0
  39. example/example02/model5D0ACF5B3CFB4E05A010A1FF567AB5B412294.dat +3 -0
  40. example/example02/model6.dat +3 -0
  41. example/example02/model6.dat_rnd.dat +3 -0
  42. example/example02/model60AB3DE13F3743F1A28955E97692D96E12291.dat +3 -0
  43. example/example02/model63F9A1CE19004B658A9FA0738A8EFF0E12291.dat +3 -0
  44. example/example02/model69513C3FB1684EF09A23E5B49CF33A6312291.dat +3 -0
  45. example/example02/model6FBBFDF2AB534F7C815FFAFE52F686D212294.dat +3 -0
  46. example/example02/model7.dat +3 -0
  47. example/example02/model7.dat_rnd.dat +3 -0
  48. example/example02/model772EE160AD2641539885C24449DF626D12291.dat +3 -0
  49. example/example02/model7DF013D2B0B146C09CCABA79396E46B912293.dat +3 -0
  50. example/example02/model7FE8BB6077B34EB4908F155BC5F4499212293.dat +3 -0
.gitattributes CHANGED
@@ -54,3 +54,6 @@ saved_model/**/* filter=lfs diff=lfs merge=lfs -text
54
  *.jpeg filter=lfs diff=lfs merge=lfs -text
55
  *.webp filter=lfs diff=lfs merge=lfs -text
56
  *.mp4 filter=lfs diff=lfs merge=lfs -text
 
 
 
 
54
  *.jpeg filter=lfs diff=lfs merge=lfs -text
55
  *.webp filter=lfs diff=lfs merge=lfs -text
56
  *.mp4 filter=lfs diff=lfs merge=lfs -text
57
+
58
+ *.dat filter=lfs diff=lfs merge=lfs -text
59
+ *.fbx filter=lfs diff=lfs merge=lfs -text
.gitignore CHANGED
@@ -159,4 +159,5 @@ cython_debug/
159
  # option (not recommended) you can uncomment the following to ignore the entire idea folder.
160
  #.idea/
161
 
162
- SourceSageAssets
 
 
159
  # option (not recommended) you can uncomment the following to ignore the entire idea folder.
160
  #.idea/
161
 
162
+ SourceSageAssets
163
+ example/example02.autosave/
example/example02.fbx ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:e7d1a14a1e52e7428f39f984e0533f5b09899c2091bc78bbec80fb9bd470c224
3
+ size 122165664
example/example02.fbx.rcInfo ADDED
@@ -0,0 +1,27 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ <Model globalCoordinateSystem="+proj=geocent +ellps=WGS84 +no_defs" globalCoordinateSystemWkt=""
2
+ globalCoordinateSystemName="local:1 - Euclidean" exportCoordinateSystemType="0"
3
+ transformToModel="1 0 0 0 0 1 0 0 0 0 1 0 0 0 0 1">
4
+ <Header magic="5786959" version="1"/>
5
+ </Model>
6
+ <ModelExport exportBinary="1" exportInfoFile="1" exportVertices="1" exportVertexColors="0"
7
+ exportVertexNormals="0" exportTriangles="1" exportTriangleStrips="0"
8
+ meshColor="4294967295" tileType="0" exportTextureAlpha="0" exportToOneTexture="0"
9
+ embedTextures="0" shrinkTextures="0" oneTextureMaxSide="8192" oneTextureUsePow2TexSide="1"
10
+ exportCoordinateSystemType="0" settingsAnchor="0 0 0" settingsRotation="0 0 0"
11
+ settingsScalex="1" settingsScaley="1" settingsScalez="1" normalSpace="2"
12
+ normalRange="0" normalFlip="0 0 0" formatAndVersionUID="fbx 000 FBX202000"
13
+ exportModelByParts="0" exportRandomPartColor="0" exportCameras="0"
14
+ exportCamerasAsModelPart="0" exportMaterials="1" numberAsciiFormatting="5"
15
+ authorComment="" exportedLayerCount="1">
16
+ <Header magic="5786949" version="5"/>
17
+ <Layer0 type="1" textureLayerIndex="0" textureWicContainerFormat="{1B7CFAF4-713F-473C-BBCD-6137425FAEAF}"
18
+ textureWicPixelFormat="{6FDDC324-4E03-4BFE-B185-3D77768DC90F}" textureExtension="png"/>
19
+ </ModelExport>
20
+ <CalibrationExportSettings undistortImagesWicFormat="{1B7CFAF4-713F-473C-BBCD-6137425FAEAF}"
21
+ undistortImagesWicPixlFormat="{6FDDC324-4E03-4BFE-B185-3D77768DC90F}"
22
+ undistortDownscaleFactor="0" undistortNamingConvention="0" undistFitMode="0"
23
+ undistResMode="0" undistPrincipalMode="0" undistCutOut="0" undistMaxPixels="0"
24
+ undistBackColor="0" undistortCustomWidth="0" undistortCustomHeight="0"
25
+ undistortCalibration="0" undistortImagesExtension="png" undistortImageNameSuffix=""
26
+ undistortImageLayerType="0" exportUndistorted="0" exportImages="0"
27
+ exportDisabled="0"/>
example/example02.rcproj ADDED
The diff for this file is too large to render. See raw diff
 
example/example02/animation1.dat ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:04eb04f50968511ef1ab504eac7eda2b596c9837c22382d68dce6ff0b7533e70
3
+ size 94
example/example02/appConfig1.dat ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:1dc0618694594a0108d00d8b7485f00581859626193e294d332bb9cf002551e6
3
+ size 13150
example/example02/colorNormalization1.dat ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:0efefa20c0b9d42cf5071682b34f7f5dfc016ccdf2204decd91fd20d34dcfe16
3
+ size 36
example/example02/colorNormalization2.dat ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:1a24871a9153a0fa4646b18f320ff6bca643273c4fbf84d2f492c5af8ba0225e
3
+ size 36
example/example02/controlpoints1.dat ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:424829bc3584b5b81ccf8c457fd96580aaa8ef7e00d68b7a4b425bfc33914162
3
+ size 20
example/example02/entities1.dat ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:ca7810b47cc3096c5bfaed6e200a0b4fdeb8daf4a719d48d1327e0d5573b3d56
3
+ size 29
example/example02/metadata2.dat ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:e7d524e925989fdcce48864b1e5e71ede8704e8797e042ea1701699c73f3aa46
3
+ size 136
example/example02/metadata3.dat ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:bec716792c64449f10fc8e11881895e5c438e3b447b71916709b8f619b052e4c
3
+ size 261
example/example02/metadata4.dat ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:59f3b493003115ce478486fb6c300bc400e6d664a9dd090e9482a6acb4360c9e
3
+ size 261
example/example02/model10.dat ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:44b94c7dba43b438089ce3b105c9953e6dd41c0c064deefa21e9de572ce568b0
3
+ size 1098
example/example02/model10.dat_rnd.dat ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:b6be51a4d8c9a884d45ed0a0f824d757265d1641cddd5aa9655de417a5ef68dd
3
+ size 98360296
example/example02/model11.dat ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:46691d5fbe73739c282ff8327f3707db37fa49411e2782fa08e33ac3917394a3
3
+ size 1186
example/example02/model11.dat_rnd.dat ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:670822f432cb6da517bbba6157fb7da211873efeba04991a3a78126fc1e235d7
3
+ size 98360296
example/example02/model12.dat ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:47a2cf9618b5bf8d37da8b6598c69a2eb2d1adc8107ba4dac2981ae533f38822
3
+ size 1186
example/example02/model12.dat_rnd.dat ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:acfbc6b72afc7d600750d7163cbbea61f39d3c95ee1044c7bf26833956277798
3
+ size 90013408
example/example02/model12B03012DAEF42159A9874CC67E54023_tex0_0.dat ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:3d0f24031714d5fbf43d5aeee56fbcbde27351fa764876b09ebcb0c611524cd1
3
+ size 409500
example/example02/model12B03012DAEF42159A9874CC67E54023_tex0_1.dat ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:921c2b25539bcf4e9ad4c1ff11ec5c418e7bd12c8ce56d80a91d99856091a004
3
+ size 60419204
example/example02/model161D9AB46888405DA4A915817FF0691712291.dat ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:48e2bc93a5e9ee582db8f48400c92cfaeadc8a77a41de41428ea22f3e8829e5e
3
+ size 44841644
example/example02/model169B6B5CAE6D40FABDE584E4285B7C1912293.dat ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:74b92b530474d09d7638256a2000755799523e22ca2b9c8c71e4a8134c2db31a
3
+ size 10277488
example/example02/model205A35AC379D488D8123802FABDF25BB12293.dat ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:b3ab04ab1da2acb43c8f92a02c11810593b5dc0b67087a5d53bdeb4dac3927fe
3
+ size 4658994
example/example02/model22ED9DAB3D4C4B3FB54779FBAB8BBD7F12291.dat ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:24ebc1d127e3b548dcdd238245d629b65f57c17159541ab932958e3da8ac3eb2
3
+ size 70031858
example/example02/model285D14770E0247F3BA0BF8AEA79C206012294.dat ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:6d3b40acfa1da17e26f3c6607dee2c860fffb41295cf2f65f3e12cf6bb6be6ac
3
+ size 40475504
example/example02/model2E6D742F5D5D485DA3948E37AF5EF83312294.dat ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:b4a9805325ed1485ac50260d35f8c82390214a648c2d6e749872710171d30256
3
+ size 62720512
example/example02/model3100F506928947F98D79DB15C9F0151A12291.dat ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:e535cda367c1708c01e87acf4a685d057c5aa86fb8928f7903e6b4a16cc26070
3
+ size 19368453
example/example02/model32074162417C432F84AD6B8A4316377012293.dat ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:29018206ffb95174674deb2f22de54e8dd37f6c0131c5e6ad16ca320556116c9
3
+ size 15103971
example/example02/model3EFA543E284C4476A84944E4C369BF6112291.dat ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:3452a96a819ec15d532f4478693e208b4c192ed3905470c1428203fb0eff70f3
3
+ size 30242522
example/example02/model4.dat ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:7891aa994d5b54e92155ba292578d23a0544f5248e2055b6bb532ef9b8bf36c5
3
+ size 1098
example/example02/model4.dat_rnd.dat ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:0938665261127b5b17475feaa2f392c27dc02f9875151e8ea3942627d1b7a7d1
3
+ size 101857192
example/example02/model4646270ED7EE4EB59DCDD9AED0BB8A0212293.dat ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:f82243c3c61bba9d3b675015696354611c4e53842424569cfdf654e5bf938795
3
+ size 4924764
example/example02/model486CCBCEE05147A082DA46DB487F9E4012293.dat ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:a94bb323b1e382d98204615fe6545702361f134fea8cc68878d2b5eec5e2ca68
3
+ size 15836865
example/example02/model5.dat ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:9b3912351a8c55238a65e1c141f81719c1167bd1f3c41f3e4c36400ebbfe2f86
3
+ size 1098
example/example02/model5.dat_rnd.dat ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:3b18f8da3fe1128e0f2e7acc5efe4679f86bf650e76d21b3ed132f1ce2b45a58
3
+ size 101857192
example/example02/model577AD1EBBEEF4114A60A5B1EA7C5C60312294.dat ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:1542194ae924b70f9c2ce2f88547ad163ee19daa03c9bb53e3ff30b461fd95e9
3
+ size 70977256
example/example02/model5D0ACF5B3CFB4E05A010A1FF567AB5B412294.dat ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:ba85da6e4a0539a1833d89b70832188bd7f33ed558b57e2cba01d09f880d660b
3
+ size 40216232
example/example02/model6.dat ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:8b33b2c11d2d5afa09e74f5e46ae9a3a306b4fb82f28cf727e822a7e5be80f0f
3
+ size 1186
example/example02/model6.dat_rnd.dat ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:6e5ee7c646d50fc869f2547d8bf86e12f3b014b2e76634859e680bc3949f8bfd
3
+ size 101857192
example/example02/model60AB3DE13F3743F1A28955E97692D96E12291.dat ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:8e0ad34a5f5fd65563786b76576d97007103356a30284b00907be4e03bf814df
3
+ size 69855130
example/example02/model63F9A1CE19004B658A9FA0738A8EFF0E12291.dat ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:05c14722c32f114645210fccebdd7a4f733000886155ac53032286734a87b526
3
+ size 44820882
example/example02/model69513C3FB1684EF09A23E5B49CF33A6312291.dat ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:1a1f04ee7f68f40f3f1b97815fa27aa9d725d6a47987467a128b3d3492a2605f
3
+ size 30506182
example/example02/model6FBBFDF2AB534F7C815FFAFE52F686D212294.dat ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:54a9179a59f4e56784aeb64e44a7bce81f259b921cb385b99959d875f6f06f78
3
+ size 45279392
example/example02/model7.dat ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:97aacd8f1f2921851a79b70652c5273d7c8c4ac964e3ff3b779fa8f15526772f
3
+ size 1186
example/example02/model7.dat_rnd.dat ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:8892d50c1ac8e6d453529aa6fd271b5a211ca169a035fe27bbb925707a751361
3
+ size 90014776
example/example02/model772EE160AD2641539885C24449DF626D12291.dat ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:3c6bc11c95c782eba7d7edfda151f7dd95096933c9df1315546bc4cebf23b51c
3
+ size 43932149
example/example02/model7DF013D2B0B146C09CCABA79396E46B912293.dat ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:c6418f84d5829e13f6aed9e6dba07ffb7583b1e66f44d3f743f774dc8f7f0df7
3
+ size 4548196
example/example02/model7FE8BB6077B34EB4908F155BC5F4499212293.dat ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:fe9a97ae28a7af293d47d25dc2fdcf6883402a367aaccb0705925d4d425c4a5d
3
+ size 15837036