fr.jeanf.universal.player 0.7.3

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
Files changed (957) hide show
  1. package/.github/workflows/publish.yml +23 -0
  2. package/.github/workflows.meta +8 -0
  3. package/Editor/CreateEventChannelsEditor.cs +22 -0
  4. package/Editor/CreateEventChannelsEditor.cs.meta +11 -0
  5. package/Editor/CreatePlayerActionsEditor.cs +23 -0
  6. package/Editor/CreatePlayerActionsEditor.cs.meta +11 -0
  7. package/Editor/CreateVRHands.cs +28 -0
  8. package/Editor/CreateVRHands.cs.meta +11 -0
  9. package/Editor/CreateVrPlayer.cs +44 -0
  10. package/Editor/CreateVrPlayer.cs.meta +11 -0
  11. package/Editor.meta +8 -0
  12. package/LICENSE +175 -0
  13. package/LICENSE.meta +7 -0
  14. package/README.md +70 -0
  15. package/README.md.meta +7 -0
  16. package/Runtime/InputActions/vr-player_InputActions.inputactions +2598 -0
  17. package/Runtime/InputActions/vr-player_InputActions.inputactions.meta +14 -0
  18. package/Runtime/InputActions/vrPlayer_ContinuousMove.preset +125 -0
  19. package/Runtime/InputActions/vrPlayer_ContinuousMove.preset.meta +8 -0
  20. package/Runtime/InputActions/vrPlayer_ContinuousTurn.preset +109 -0
  21. package/Runtime/InputActions/vrPlayer_ContinuousTurn.preset.meta +8 -0
  22. package/Runtime/InputActions/vrPlayer_LeftController.preset +511 -0
  23. package/Runtime/InputActions/vrPlayer_LeftController.preset.meta +8 -0
  24. package/Runtime/InputActions/vrPlayer_RightController.preset +600 -0
  25. package/Runtime/InputActions/vrPlayer_RightController.preset.meta +8 -0
  26. package/Runtime/InputActions/vrPlayer_SnapTurn.preset +121 -0
  27. package/Runtime/InputActions/vrPlayer_SnapTurn.preset.meta +8 -0
  28. package/Runtime/InputActions.meta +8 -0
  29. package/Runtime/Materials/GhostHands.mat +76 -0
  30. package/Runtime/Materials/GhostHands.mat.meta +8 -0
  31. package/Runtime/Materials/GloveManager.cs +18 -0
  32. package/Runtime/Materials/GloveManager.cs.meta +11 -0
  33. package/Runtime/Materials/Grey.mat +355 -0
  34. package/Runtime/Materials/Grey.mat.meta +8 -0
  35. package/Runtime/Materials/Pink.mat +355 -0
  36. package/Runtime/Materials/Pink.mat.meta +8 -0
  37. package/Runtime/Materials/SimpleColor.shadergraph +1206 -0
  38. package/Runtime/Materials/SimpleColor.shadergraph.meta +10 -0
  39. package/Runtime/Materials/White.mat +355 -0
  40. package/Runtime/Materials/White.mat.meta +8 -0
  41. package/Runtime/Materials.meta +8 -0
  42. package/Runtime/Physics/HandPhysicsMaterial.physicMaterial +15 -0
  43. package/Runtime/Physics/HandPhysicsMaterial.physicMaterial.meta +8 -0
  44. package/Runtime/Physics.meta +8 -0
  45. package/Runtime/Prefabs/CustomPass_Fade.prefab +106 -0
  46. package/Runtime/Prefabs/CustomPass_Fade.prefab.meta +7 -0
  47. package/Runtime/Prefabs/HandDetector.prefab +234 -0
  48. package/Runtime/Prefabs/HandDetector.prefab.meta +7 -0
  49. package/Runtime/Prefabs/Player.prefab +10602 -0
  50. package/Runtime/Prefabs/Player.prefab.meta +7 -0
  51. package/Runtime/Prefabs/XR/Complete Teleport Area Set Up.prefab +503 -0
  52. package/Runtime/Prefabs/XR/Complete Teleport Area Set Up.prefab.meta +7 -0
  53. package/Runtime/Prefabs/XR/Complete XR Origin Set Up.prefab +272 -0
  54. package/Runtime/Prefabs/XR/Complete XR Origin Set Up.prefab.meta +7 -0
  55. package/Runtime/Prefabs/XR/Interactables/Interactable Instant Pyramid.prefab +337 -0
  56. package/Runtime/Prefabs/XR/Interactables/Interactable Instant Pyramid.prefab.meta +7 -0
  57. package/Runtime/Prefabs/XR/Interactables/Interactable Kinematic Torus.prefab +337 -0
  58. package/Runtime/Prefabs/XR/Interactables/Interactable Kinematic Torus.prefab.meta +7 -0
  59. package/Runtime/Prefabs/XR/Interactables/Interactable Simple Cube.prefab +276 -0
  60. package/Runtime/Prefabs/XR/Interactables/Interactable Simple Cube.prefab.meta +7 -0
  61. package/Runtime/Prefabs/XR/Interactables/Interactable Velocity Tracked Wedge.prefab +337 -0
  62. package/Runtime/Prefabs/XR/Interactables/Interactable Velocity Tracked Wedge.prefab.meta +7 -0
  63. package/Runtime/Prefabs/XR/Interactables/Interaction Affordance.prefab +199 -0
  64. package/Runtime/Prefabs/XR/Interactables/Interaction Affordance.prefab.meta +7 -0
  65. package/Runtime/Prefabs/XR/Interactables Sample.prefab +260 -0
  66. package/Runtime/Prefabs/XR/Interactables Sample.prefab.meta +7 -0
  67. package/Runtime/Prefabs/XR/Interactables.meta +8 -0
  68. package/Runtime/Prefabs/XR/Teleport/Blocking Teleport Reticle.prefab +278 -0
  69. package/Runtime/Prefabs/XR/Teleport/Blocking Teleport Reticle.prefab.meta +7 -0
  70. package/Runtime/Prefabs/XR/Teleport/Directional Teleport Reticle.prefab +396 -0
  71. package/Runtime/Prefabs/XR/Teleport/Directional Teleport Reticle.prefab.meta +7 -0
  72. package/Runtime/Prefabs/XR/Teleport/Teleport Anchor.prefab +229 -0
  73. package/Runtime/Prefabs/XR/Teleport/Teleport Anchor.prefab.meta +7 -0
  74. package/Runtime/Prefabs/XR/Teleport/Teleport Area.prefab +231 -0
  75. package/Runtime/Prefabs/XR/Teleport/Teleport Area.prefab.meta +7 -0
  76. package/Runtime/Prefabs/XR/Teleport.meta +8 -0
  77. package/Runtime/Prefabs/XR/UI Sample.prefab +533 -0
  78. package/Runtime/Prefabs/XR/UI Sample.prefab.meta +7 -0
  79. package/Runtime/Prefabs/XR/UI_2D/MinMaxSlider.prefab +527 -0
  80. package/Runtime/Prefabs/XR/UI_2D/MinMaxSlider.prefab.meta +7 -0
  81. package/Runtime/Prefabs/XR/UI_2D/ModalSingleButton.prefab +537 -0
  82. package/Runtime/Prefabs/XR/UI_2D/ModalSingleButton.prefab.meta +7 -0
  83. package/Runtime/Prefabs/XR/UI_2D/TextButton.prefab +338 -0
  84. package/Runtime/Prefabs/XR/UI_2D/TextButton.prefab.meta +7 -0
  85. package/Runtime/Prefabs/XR/UI_2D.meta +8 -0
  86. package/Runtime/Prefabs/XR/UI_3D/Push Button.prefab +499 -0
  87. package/Runtime/Prefabs/XR/UI_3D/Push Button.prefab.meta +7 -0
  88. package/Runtime/Prefabs/XR/UI_3D.meta +8 -0
  89. package/Runtime/Prefabs/XR/XR Origin Pieces/Direct Interactor.prefab +133 -0
  90. package/Runtime/Prefabs/XR/XR Origin Pieces/Direct Interactor.prefab.meta +7 -0
  91. package/Runtime/Prefabs/XR/XR Origin Pieces/Gaze Interactor.prefab +355 -0
  92. package/Runtime/Prefabs/XR/XR Origin Pieces/Gaze Interactor.prefab.meta +7 -0
  93. package/Runtime/Prefabs/XR/XR Origin Pieces/Poke Interactor.prefab +254 -0
  94. package/Runtime/Prefabs/XR/XR Origin Pieces/Poke Interactor.prefab.meta +7 -0
  95. package/Runtime/Prefabs/XR/XR Origin Pieces/Ray Interactor.prefab +437 -0
  96. package/Runtime/Prefabs/XR/XR Origin Pieces/Ray Interactor.prefab.meta +7 -0
  97. package/Runtime/Prefabs/XR/XR Origin Pieces/Teleport Interactor.prefab +439 -0
  98. package/Runtime/Prefabs/XR/XR Origin Pieces/Teleport Interactor.prefab.meta +7 -0
  99. package/Runtime/Prefabs/XR/XR Origin Pieces/XR Controller Left.prefab +804 -0
  100. package/Runtime/Prefabs/XR/XR Origin Pieces/XR Controller Left.prefab.meta +7 -0
  101. package/Runtime/Prefabs/XR/XR Origin Pieces/XR Controller Right.prefab +801 -0
  102. package/Runtime/Prefabs/XR/XR Origin Pieces/XR Controller Right.prefab.meta +7 -0
  103. package/Runtime/Prefabs/XR/XR Origin Pieces/XR Origin Preconfigured.prefab +2371 -0
  104. package/Runtime/Prefabs/XR/XR Origin Pieces/XR Origin Preconfigured.prefab.meta +7 -0
  105. package/Runtime/Prefabs/XR/XR Origin Pieces.meta +8 -0
  106. package/Runtime/Prefabs/XR.meta +8 -0
  107. package/Runtime/Prefabs/XROrigin.prefab +5073 -0
  108. package/Runtime/Prefabs/XROrigin.prefab.meta +7 -0
  109. package/Runtime/Prefabs.meta +8 -0
  110. package/Runtime/Shaders/Hands_ShaderGraph.shadergraph +21544 -0
  111. package/Runtime/Shaders/Hands_ShaderGraph.shadergraph.meta +10 -0
  112. package/Runtime/Shaders/M_HandGhost.mat +421 -0
  113. package/Runtime/Shaders/M_HandGhost.mat.meta +8 -0
  114. package/Runtime/Shaders/SHG_GhostHands.shadergraph +1276 -0
  115. package/Runtime/Shaders/SHG_GhostHands.shadergraph.meta +10 -0
  116. package/Runtime/Shaders/SH_GhostHands.shader +97 -0
  117. package/Runtime/Shaders/SH_GhostHands.shader.meta +9 -0
  118. package/Runtime/Shaders/SH_GhostShader_HDRP.shader +85 -0
  119. package/Runtime/Shaders/SH_GhostShader_HDRP.shader.meta +10 -0
  120. package/Runtime/Shaders/Subgraphs/CameraMultiplier.shadersubgraph +881 -0
  121. package/Runtime/Shaders/Subgraphs/CameraMultiplier.shadersubgraph.meta +10 -0
  122. package/Runtime/Shaders/Subgraphs/DetailUVs.shadersubgraph +483 -0
  123. package/Runtime/Shaders/Subgraphs/DetailUVs.shadersubgraph.meta +10 -0
  124. package/Runtime/Shaders/Subgraphs.meta +8 -0
  125. package/Runtime/Shaders.meta +8 -0
  126. package/Runtime/cursor/Forward.png +0 -0
  127. package/Runtime/cursor/Forward.png.meta +108 -0
  128. package/Runtime/cursor/cursor_cursor_0.svg +21 -0
  129. package/Runtime/cursor/cursor_cursor_0.svg.meta +55 -0
  130. package/Runtime/cursor/cursor_cursor_1.svg +18 -0
  131. package/Runtime/cursor/cursor_cursor_1.svg.meta +55 -0
  132. package/Runtime/cursor/teleport.svg +16 -0
  133. package/Runtime/cursor/teleport.svg.meta +55 -0
  134. package/Runtime/cursor.meta +8 -0
  135. package/Runtime/scripts/ActionManagement/ActionContainer/ActionContainerSO.asset +16 -0
  136. package/Runtime/scripts/ActionManagement/ActionContainer/ActionContainerSO.asset.meta +8 -0
  137. package/Runtime/scripts/ActionManagement/ActionContainer.meta +8 -0
  138. package/Runtime/scripts/ActionManagement/ActionContainerSO.cs +50 -0
  139. package/Runtime/scripts/ActionManagement/ActionContainerSO.cs.meta +11 -0
  140. package/Runtime/scripts/ActionManagement/ActionRebindChannels/ActionRebindedInRebindScript.asset +16 -0
  141. package/Runtime/scripts/ActionManagement/ActionRebindChannels/ActionRebindedInRebindScript.asset.meta +8 -0
  142. package/Runtime/scripts/ActionManagement/ActionRebindChannels/ActionRebindedInUI.asset +16 -0
  143. package/Runtime/scripts/ActionManagement/ActionRebindChannels/ActionRebindedInUI.asset.meta +8 -0
  144. package/Runtime/scripts/ActionManagement/ActionRebindChannels.meta +8 -0
  145. package/Runtime/scripts/ActionManagement/ActionRebinder.cs +131 -0
  146. package/Runtime/scripts/ActionManagement/ActionRebinder.cs.meta +11 -0
  147. package/Runtime/scripts/ActionManagement/ActionSO.cs +55 -0
  148. package/Runtime/scripts/ActionManagement/ActionSO.cs.meta +11 -0
  149. package/Runtime/scripts/ActionManagement/InputActionManager.cs +35 -0
  150. package/Runtime/scripts/ActionManagement/InputActionManager.cs.meta +11 -0
  151. package/Runtime/scripts/ActionManagement/PlayerActionManager.cs +234 -0
  152. package/Runtime/scripts/ActionManagement/PlayerActionManager.cs.meta +11 -0
  153. package/Runtime/scripts/ActionManagement/PlayerInputEventManager.cs +101 -0
  154. package/Runtime/scripts/ActionManagement/PlayerInputEventManager.cs.meta +11 -0
  155. package/Runtime/scripts/ActionManagement/PlayerInputInterface.cs +147 -0
  156. package/Runtime/scripts/ActionManagement/PlayerInputInterface.cs.meta +11 -0
  157. package/Runtime/scripts/ActionManagement/UIHandlingSO/UIHandlerEventChannelSO.asset +16 -0
  158. package/Runtime/scripts/ActionManagement/UIHandlingSO/UIHandlerEventChannelSO.asset.meta +8 -0
  159. package/Runtime/scripts/ActionManagement/UIHandlingSO/loginFieldIsOpened.asset +16 -0
  160. package/Runtime/scripts/ActionManagement/UIHandlingSO/loginFieldIsOpened.asset.meta +8 -0
  161. package/Runtime/scripts/ActionManagement/UIHandlingSO.meta +8 -0
  162. package/Runtime/scripts/ActionManagement/XR Debugger.cs +41 -0
  163. package/Runtime/scripts/ActionManagement/XR Debugger.cs.meta +11 -0
  164. package/Runtime/scripts/ActionManagement.meta +8 -0
  165. package/Runtime/scripts/Basics/MainMenuController.cs +54 -0
  166. package/Runtime/scripts/Basics/MainMenuController.cs.meta +11 -0
  167. package/Runtime/scripts/Basics/PrimaryItemController.cs +80 -0
  168. package/Runtime/scripts/Basics/PrimaryItemController.cs.meta +11 -0
  169. package/Runtime/scripts/Basics.meta +8 -0
  170. package/Runtime/scripts/Fade/FadeChannel.asset +16 -0
  171. package/Runtime/scripts/Fade/FadeChannel.asset.meta +8 -0
  172. package/Runtime/scripts/Fade/FadeMask.cs +115 -0
  173. package/Runtime/scripts/Fade/FadeMask.cs.meta +11 -0
  174. package/Runtime/scripts/Fade/HDRP FadeGlobalVolume Profile.asset +44 -0
  175. package/Runtime/scripts/Fade/HDRP FadeGlobalVolume Profile.asset.meta +8 -0
  176. package/Runtime/scripts/Fade/URP FadeGlobalVolume Profile.asset +44 -0
  177. package/Runtime/scripts/Fade/URP FadeGlobalVolume Profile.asset.meta +8 -0
  178. package/Runtime/scripts/Fade.meta +8 -0
  179. package/Runtime/scripts/FireEventOnTrigger.cs +53 -0
  180. package/Runtime/scripts/FireEventOnTrigger.cs.meta +11 -0
  181. package/Runtime/scripts/Gaze/CursorStateController.cs +167 -0
  182. package/Runtime/scripts/Gaze/CursorStateController.cs.meta +11 -0
  183. package/Runtime/scripts/Gaze/FPSCameraMovement.cs +224 -0
  184. package/Runtime/scripts/Gaze/FPSCameraMovement.cs.meta +11 -0
  185. package/Runtime/scripts/Gaze/NoPeeking.cs +60 -0
  186. package/Runtime/scripts/Gaze/NoPeeking.cs.meta +11 -0
  187. package/Runtime/scripts/Gaze.meta +8 -0
  188. package/Runtime/scripts/HandInteraction/BlendableHand.cs +30 -0
  189. package/Runtime/scripts/HandInteraction/BlendableHand.cs.meta +11 -0
  190. package/Runtime/scripts/HandInteraction/Core/Hand.cs +50 -0
  191. package/Runtime/scripts/HandInteraction/Core/Hand.cs.meta +11 -0
  192. package/Runtime/scripts/HandInteraction/Core/HandController.cs +29 -0
  193. package/Runtime/scripts/HandInteraction/Core/HandController.cs.meta +11 -0
  194. package/Runtime/scripts/HandInteraction/Core/HandPoseManager.cs +105 -0
  195. package/Runtime/scripts/HandInteraction/Core/HandPoseManager.cs.meta +11 -0
  196. package/Runtime/scripts/HandInteraction/Core/HandsPhysics.cs +197 -0
  197. package/Runtime/scripts/HandInteraction/Core/HandsPhysics.cs.meta +2 -0
  198. package/Runtime/scripts/HandInteraction/Core/SwapHands.cs +76 -0
  199. package/Runtime/scripts/HandInteraction/Core/SwapHands.cs.meta +11 -0
  200. package/Runtime/scripts/HandInteraction/Core.meta +8 -0
  201. package/Runtime/scripts/HandInteraction/DetectWhichHandCollided.cs +18 -0
  202. package/Runtime/scripts/HandInteraction/DetectWhichHandCollided.cs.meta +11 -0
  203. package/Runtime/scripts/HandInteraction/Editor/HandPreviewEditor.cs +71 -0
  204. package/Runtime/scripts/HandInteraction/Editor/HandPreviewEditor.cs.meta +11 -0
  205. package/Runtime/scripts/HandInteraction/Editor/PoseContainerEditor.cs +26 -0
  206. package/Runtime/scripts/HandInteraction/Editor/PoseContainerEditor.cs.meta +11 -0
  207. package/Runtime/scripts/HandInteraction/Editor/PoseWindow.cs +258 -0
  208. package/Runtime/scripts/HandInteraction/Editor/PoseWindow.cs.meta +11 -0
  209. package/Runtime/scripts/HandInteraction/Editor.meta +8 -0
  210. package/Runtime/scripts/HandInteraction/GetPrimaryInHandItemWithVRController.cs +212 -0
  211. package/Runtime/scripts/HandInteraction/GetPrimaryInHandItemWithVRController.cs.meta +11 -0
  212. package/Runtime/scripts/HandInteraction/GrabHandPose.cs +101 -0
  213. package/Runtime/scripts/HandInteraction/GrabHandPose.cs.meta +11 -0
  214. package/Runtime/scripts/HandInteraction/HandData/Left XR Direct Interactor Event Channel SO.asset +16 -0
  215. package/Runtime/scripts/HandInteraction/HandData/Left XR Direct Interactor Event Channel SO.asset.meta +8 -0
  216. package/Runtime/scripts/HandInteraction/HandData/Right XR Direct Interactor Event Channel SO.asset +16 -0
  217. package/Runtime/scripts/HandInteraction/HandData/Right XR Direct Interactor Event Channel SO.asset.meta +8 -0
  218. package/Runtime/scripts/HandInteraction/HandData/XRBaseInteractorEventChannelSO.cs +18 -0
  219. package/Runtime/scripts/HandInteraction/HandData/XRBaseInteractorEventChannelSO.cs.meta +11 -0
  220. package/Runtime/scripts/HandInteraction/HandData/XRBaseInteractorListener.cs +43 -0
  221. package/Runtime/scripts/HandInteraction/HandData/XRBaseInteractorListener.cs.meta +11 -0
  222. package/Runtime/scripts/HandInteraction/HandData/XRBaseInteractorSender.cs +39 -0
  223. package/Runtime/scripts/HandInteraction/HandData/XRBaseInteractorSender.cs.meta +11 -0
  224. package/Runtime/scripts/HandInteraction/HandData.cs +14 -0
  225. package/Runtime/scripts/HandInteraction/HandData.cs.meta +11 -0
  226. package/Runtime/scripts/HandInteraction/HandData.meta +8 -0
  227. package/Runtime/scripts/HandInteraction/HandPoser/Hands/BaseHand.cs +127 -0
  228. package/Runtime/scripts/HandInteraction/HandPoser/Hands/BaseHand.cs.meta +11 -0
  229. package/Runtime/scripts/HandInteraction/HandPoser/Hands/GameplayHand.cs +69 -0
  230. package/Runtime/scripts/HandInteraction/HandPoser/Hands/GameplayHand.cs.meta +11 -0
  231. package/Runtime/scripts/HandInteraction/HandPoser/Hands/HandsDisplayer.cs +38 -0
  232. package/Runtime/scripts/HandInteraction/HandPoser/Hands/HandsDisplayer.cs.meta +2 -0
  233. package/Runtime/scripts/HandInteraction/HandPoser/Hands/PreviewHand.cs +61 -0
  234. package/Runtime/scripts/HandInteraction/HandPoser/Hands/PreviewHand.cs.meta +11 -0
  235. package/Runtime/scripts/HandInteraction/HandPoser/Hands/Support/HandInfo.cs +23 -0
  236. package/Runtime/scripts/HandInteraction/HandPoser/Hands/Support/HandInfo.cs.meta +11 -0
  237. package/Runtime/scripts/HandInteraction/HandPoser/Hands/Support/HandType.cs +6 -0
  238. package/Runtime/scripts/HandInteraction/HandPoser/Hands/Support/HandType.cs.meta +11 -0
  239. package/Runtime/scripts/HandInteraction/HandPoser/Hands/Support.meta +8 -0
  240. package/Runtime/scripts/HandInteraction/HandPoser/Hands.meta +8 -0
  241. package/Runtime/scripts/HandInteraction/HandPoser/Pose/Pose.cs +27 -0
  242. package/Runtime/scripts/HandInteraction/HandPoser/Pose/Pose.cs.meta +11 -0
  243. package/Runtime/scripts/HandInteraction/HandPoser/Pose/PoseContainer.cs +76 -0
  244. package/Runtime/scripts/HandInteraction/HandPoser/Pose/PoseContainer.cs.meta +11 -0
  245. package/Runtime/scripts/HandInteraction/HandPoser/Pose/PoseHelper/HandManager.cs +93 -0
  246. package/Runtime/scripts/HandInteraction/HandPoser/Pose/PoseHelper/HandManager.cs.meta +11 -0
  247. package/Runtime/scripts/HandInteraction/HandPoser/Pose/PoseHelper/SelectionHandler.cs +110 -0
  248. package/Runtime/scripts/HandInteraction/HandPoser/Pose/PoseHelper/SelectionHandler.cs.meta +11 -0
  249. package/Runtime/scripts/HandInteraction/HandPoser/Pose/PoseHelper.meta +8 -0
  250. package/Runtime/scripts/HandInteraction/HandPoser/Pose.meta +8 -0
  251. package/Runtime/scripts/HandInteraction/HandPoser/Utility/Extensions.cs +11 -0
  252. package/Runtime/scripts/HandInteraction/HandPoser/Utility/Extensions.cs.meta +11 -0
  253. package/Runtime/scripts/HandInteraction/HandPoser/Utility.meta +8 -0
  254. package/Runtime/scripts/HandInteraction/HandPoser.meta +8 -0
  255. package/Runtime/scripts/HandInteraction/HandVibration.cs +35 -0
  256. package/Runtime/scripts/HandInteraction/HandVibration.cs.meta +2 -0
  257. package/Runtime/scripts/HandInteraction/HandsAppearanceManager.cs +212 -0
  258. package/Runtime/scripts/HandInteraction/HandsAppearanceManager.cs.meta +11 -0
  259. package/Runtime/scripts/HandInteraction/HandsStateController.cs +32 -0
  260. package/Runtime/scripts/HandInteraction/HandsStateController.cs.meta +11 -0
  261. package/Runtime/scripts/HandInteraction/KeyboardGrab.cs +49 -0
  262. package/Runtime/scripts/HandInteraction/KeyboardGrab.cs.meta +11 -0
  263. package/Runtime/scripts/HandInteraction/Locomotion/BindTeleportationAreaToInteractionManager.cs +31 -0
  264. package/Runtime/scripts/HandInteraction/Locomotion/BindTeleportationAreaToInteractionManager.cs.meta +11 -0
  265. package/Runtime/scripts/HandInteraction/Locomotion/TeleportationManager.cs +85 -0
  266. package/Runtime/scripts/HandInteraction/Locomotion/TeleportationManager.cs.meta +11 -0
  267. package/Runtime/scripts/HandInteraction/Locomotion.meta +8 -0
  268. package/Runtime/scripts/HandInteraction/PerformAction.cs +60 -0
  269. package/Runtime/scripts/HandInteraction/PerformAction.cs.meta +11 -0
  270. package/Runtime/scripts/HandInteraction/PickableObject.cs +54 -0
  271. package/Runtime/scripts/HandInteraction/PickableObject.cs.meta +11 -0
  272. package/Runtime/scripts/HandInteraction/PointOnCollisionTriggerWhenGrab.cs +169 -0
  273. package/Runtime/scripts/HandInteraction/PointOnCollisionTriggerWhenGrab.cs.meta +11 -0
  274. package/Runtime/scripts/HandInteraction/PointingPoseManager.cs +50 -0
  275. package/Runtime/scripts/HandInteraction/PointingPoseManager.cs.meta +11 -0
  276. package/Runtime/scripts/HandInteraction/RayInteractorManager.cs +41 -0
  277. package/Runtime/scripts/HandInteraction/RayInteractorManager.cs.meta +11 -0
  278. package/Runtime/scripts/HandInteraction/SetPoseOnTrigger.cs +59 -0
  279. package/Runtime/scripts/HandInteraction/SetPoseOnTrigger.cs.meta +11 -0
  280. package/Runtime/scripts/HandInteraction/TakeObject.cs +342 -0
  281. package/Runtime/scripts/HandInteraction/TakeObject.cs.meta +11 -0
  282. package/Runtime/scripts/HandInteraction/XRHandsInteractionManager.cs +78 -0
  283. package/Runtime/scripts/HandInteraction/XRHandsInteractionManager.cs.meta +11 -0
  284. package/Runtime/scripts/HandInteraction.meta +8 -0
  285. package/Runtime/scripts/HandVisualizer.cs +567 -0
  286. package/Runtime/scripts/HandVisualizer.cs.meta +11 -0
  287. package/Runtime/scripts/Hmd/BroadcastControlsStatus.cs +90 -0
  288. package/Runtime/scripts/Hmd/BroadcastControlsStatus.cs.meta +11 -0
  289. package/Runtime/scripts/Hmd/DetectUserPresence.cs +39 -0
  290. package/Runtime/scripts/Hmd/DetectUserPresence.cs.meta +11 -0
  291. package/Runtime/scripts/Hmd.meta +8 -0
  292. package/Runtime/scripts/LocomotionManager.cs +110 -0
  293. package/Runtime/scripts/LocomotionManager.cs.meta +11 -0
  294. package/Runtime/scripts/MainCameraTarget.cs +6 -0
  295. package/Runtime/scripts/MainCameraTarget.cs.meta +11 -0
  296. package/Runtime/scripts/Movement/PlayerMovement.cs +98 -0
  297. package/Runtime/scripts/Movement/PlayerMovement.cs.meta +11 -0
  298. package/Runtime/scripts/Movement.meta +8 -0
  299. package/Runtime/scripts/OrientObjectAlongTowardPoint.cs +81 -0
  300. package/Runtime/scripts/OrientObjectAlongTowardPoint.cs.meta +11 -0
  301. package/Runtime/scripts/SnapObject/SnapObject.cs +104 -0
  302. package/Runtime/scripts/SnapObject/SnapObject.cs.meta +11 -0
  303. package/Runtime/scripts/SnapObject/SnapZone.cs +14 -0
  304. package/Runtime/scripts/SnapObject/SnapZone.cs.meta +11 -0
  305. package/Runtime/scripts/SnapObject.meta +8 -0
  306. package/Runtime/scripts/Teleportation/SendTeleportTarget.cs +85 -0
  307. package/Runtime/scripts/Teleportation/SendTeleportTarget.cs.meta +11 -0
  308. package/Runtime/scripts/Teleportation/TeleportManager.cs +54 -0
  309. package/Runtime/scripts/Teleportation/TeleportManager.cs.meta +11 -0
  310. package/Runtime/scripts/Teleportation/TeleportOnEvent.cs +71 -0
  311. package/Runtime/scripts/Teleportation/TeleportOnEvent.cs.meta +11 -0
  312. package/Runtime/scripts/Teleportation.meta +8 -0
  313. package/Runtime/scripts/Tooltips/InputTooltipSO.cs +36 -0
  314. package/Runtime/scripts/Tooltips/InputTooltipSO.cs.meta +11 -0
  315. package/Runtime/scripts/Tooltips.meta +8 -0
  316. package/Runtime/scripts/jeanf.vrplayer.asmdef +29 -0
  317. package/Runtime/scripts/jeanf.vrplayer.asmdef.meta +7 -0
  318. package/Runtime/scripts.meta +8 -0
  319. package/Runtime/xrToolkit/Scripts/ActionBasedControllerManager.cs +568 -0
  320. package/Runtime/xrToolkit/Scripts/ActionBasedControllerManager.cs.meta +11 -0
  321. package/Runtime/xrToolkit/Scripts/BubbleGun.cs +72 -0
  322. package/Runtime/xrToolkit/Scripts/BubbleGun.cs.meta +11 -0
  323. package/Runtime/xrToolkit/Scripts/ComplexCube.cs +51 -0
  324. package/Runtime/xrToolkit/Scripts/ComplexCube.cs.meta +11 -0
  325. package/Runtime/xrToolkit/Scripts/ControllerManager.cs +377 -0
  326. package/Runtime/xrToolkit/Scripts/ControllerManager.cs.meta +11 -0
  327. package/Runtime/xrToolkit/Scripts/LocomotionConfigurationMenu.cs +730 -0
  328. package/Runtime/xrToolkit/Scripts/LocomotionConfigurationMenu.cs.meta +11 -0
  329. package/Runtime/xrToolkit/Scripts/LocomotionSchemeManager.cs +524 -0
  330. package/Runtime/xrToolkit/Scripts/LocomotionSchemeManager.cs.meta +11 -0
  331. package/Runtime/xrToolkit/Scripts/UpdateControlText.cs +41 -0
  332. package/Runtime/xrToolkit/Scripts/UpdateControlText.cs.meta +11 -0
  333. package/Runtime/xrToolkit/Scripts/xr.toolkit.asmdef +17 -0
  334. package/Runtime/xrToolkit/Scripts/xr.toolkit.asmdef.meta +7 -0
  335. package/Runtime/xrToolkit/Scripts.meta +8 -0
  336. package/Runtime/xrToolkit/Shaders/ReticleShader.shader +50 -0
  337. package/Runtime/xrToolkit/Shaders/ReticleShader.shader.meta +9 -0
  338. package/Runtime/xrToolkit/Shaders/SimpleTeleportHighlight.shader +57 -0
  339. package/Runtime/xrToolkit/Shaders/SimpleTeleportHighlight.shader.meta +9 -0
  340. package/Runtime/xrToolkit/Shaders/Unlit-Line-Opaque.shader +79 -0
  341. package/Runtime/xrToolkit/Shaders/Unlit-Line-Opaque.shader.meta +9 -0
  342. package/Runtime/xrToolkit/Shaders/pulsingEffectShader.shader +64 -0
  343. package/Runtime/xrToolkit/Shaders/pulsingEffectShader.shader.meta +9 -0
  344. package/Runtime/xrToolkit/Shaders.meta +8 -0
  345. package/Runtime/xrToolkit.meta +8 -0
  346. package/Runtime.meta +8 -0
  347. package/Samples/HandPoses/DefaultPose.asset +70 -0
  348. package/Samples/HandPoses/DefaultPose.asset.meta +8 -0
  349. package/Samples/HandPoses/OldDefaultPose.asset +60 -0
  350. package/Samples/HandPoses/OldDefaultPose.asset.meta +8 -0
  351. package/Samples/HandPoses.meta +8 -0
  352. package/Samples/Hands/Animations/LeftHand.controller +267 -0
  353. package/Samples/Hands/Animations/LeftHand.controller.meta +8 -0
  354. package/Samples/Hands/Animations.meta +8 -0
  355. package/Samples/Hands/Gloves1DiffusionProfile.asset +25 -0
  356. package/Samples/Hands/Gloves1DiffusionProfile.asset.meta +8 -0
  357. package/Samples/Hands/Mat/Hands_Nails.mat +482 -0
  358. package/Samples/Hands/Mat/Hands_Nails.mat.meta +8 -0
  359. package/Samples/Hands/Mat/Hands_Skin.mat +483 -0
  360. package/Samples/Hands/Mat/Hands_Skin.mat.meta +8 -0
  361. package/Samples/Hands/Mat/SkinDiffusionProfile.asset +25 -0
  362. package/Samples/Hands/Mat/SkinDiffusionProfile.asset.meta +8 -0
  363. package/Samples/Hands/Mat.meta +8 -0
  364. package/Samples/Hands/Models/CC_LefttHand.fbx +0 -0
  365. package/Samples/Hands/Models/CC_LefttHand.fbx.meta +106 -0
  366. package/Samples/Hands/Models/CC_RightHand.fbx +0 -0
  367. package/Samples/Hands/Models/CC_RightHand.fbx.meta +106 -0
  368. package/Samples/Hands/Models.meta +8 -0
  369. package/Samples/Hands/Prefabs/CC_LefttHand.prefab +1058 -0
  370. package/Samples/Hands/Prefabs/CC_LefttHand.prefab.meta +7 -0
  371. package/Samples/Hands/Prefabs/CC_LefttHand_Controller.prefab +294 -0
  372. package/Samples/Hands/Prefabs/CC_LefttHand_Controller.prefab.meta +7 -0
  373. package/Samples/Hands/Prefabs/CC_LefttHand_Controller_Preview.prefab +132 -0
  374. package/Samples/Hands/Prefabs/CC_LefttHand_Controller_Preview.prefab.meta +7 -0
  375. package/Samples/Hands/Prefabs/CC_RightHand.prefab +1010 -0
  376. package/Samples/Hands/Prefabs/CC_RightHand.prefab.meta +7 -0
  377. package/Samples/Hands/Prefabs/CC_RightHand_Controller.prefab +317 -0
  378. package/Samples/Hands/Prefabs/CC_RightHand_Controller.prefab.meta +7 -0
  379. package/Samples/Hands/Prefabs/CC_RightHand_Controller_Preview.prefab +136 -0
  380. package/Samples/Hands/Prefabs/CC_RightHand_Controller_Preview.prefab.meta +7 -0
  381. package/Samples/Hands/Prefabs/Joint.prefab +490 -0
  382. package/Samples/Hands/Prefabs/Joint.prefab.meta +7 -0
  383. package/Samples/Hands/Prefabs/Resources/PoseHelper.prefab +64 -0
  384. package/Samples/Hands/Prefabs/Resources/PoseHelper.prefab.meta +7 -0
  385. package/Samples/Hands/Prefabs/Resources.meta +8 -0
  386. package/Samples/Hands/Prefabs/VelocityPrefab.prefab +131 -0
  387. package/Samples/Hands/Prefabs/VelocityPrefab.prefab.meta +7 -0
  388. package/Samples/Hands/Prefabs.meta +8 -0
  389. package/Samples/Hands/SkinDiffusionProfile.asset +25 -0
  390. package/Samples/Hands/SkinDiffusionProfile.asset.meta +8 -0
  391. package/Samples/Hands/Textures/Eyes/Std_eyes_Pbr_hght.png +0 -0
  392. package/Samples/Hands/Textures/Eyes/Std_eyes_Pbr_hght.png.meta +108 -0
  393. package/Samples/Hands/Textures/Eyes.meta +8 -0
  394. package/Samples/Hands/Textures/G3Plus/Arm_Sss_Mask.png +0 -0
  395. package/Samples/Hands/Textures/G3Plus/Arm_Sss_Mask.png.meta +104 -0
  396. package/Samples/Hands/Textures/G3Plus/Arm_Thickness.png +0 -0
  397. package/Samples/Hands/Textures/G3Plus/Arm_Thickness.png.meta +104 -0
  398. package/Samples/Hands/Textures/G3Plus/Body_Sss_Mask.png +0 -0
  399. package/Samples/Hands/Textures/G3Plus/Body_Sss_Mask.png.meta +104 -0
  400. package/Samples/Hands/Textures/G3Plus/Body_Thickness.png +0 -0
  401. package/Samples/Hands/Textures/G3Plus/Body_Thickness.png.meta +104 -0
  402. package/Samples/Hands/Textures/G3Plus/Head_Sss_Mask.png +0 -0
  403. package/Samples/Hands/Textures/G3Plus/Head_Sss_Mask.png.meta +104 -0
  404. package/Samples/Hands/Textures/G3Plus/Head_Thickness.png +0 -0
  405. package/Samples/Hands/Textures/G3Plus/Head_Thickness.png.meta +104 -0
  406. package/Samples/Hands/Textures/G3Plus/Leg_Sss_Mask.png +0 -0
  407. package/Samples/Hands/Textures/G3Plus/Leg_Sss_Mask.png.meta +104 -0
  408. package/Samples/Hands/Textures/G3Plus/Leg_Thickness.png +0 -0
  409. package/Samples/Hands/Textures/G3Plus/Leg_Thickness.png.meta +104 -0
  410. package/Samples/Hands/Textures/G3Plus.meta +8 -0
  411. package/Samples/Hands/Textures/Gloves/Uvsi_Mat_Glv1_Hands_ALB.png +0 -0
  412. package/Samples/Hands/Textures/Gloves/Uvsi_Mat_Glv1_Hands_ALB.png.meta +123 -0
  413. package/Samples/Hands/Textures/Gloves/Uvsi_Mat_Glv1_Hands_MM.png +0 -0
  414. package/Samples/Hands/Textures/Gloves/Uvsi_Mat_Glv1_Hands_MM.png.meta +123 -0
  415. package/Samples/Hands/Textures/Gloves/Uvsi_Mat_Glv1_Hands_NM.png +0 -0
  416. package/Samples/Hands/Textures/Gloves/Uvsi_Mat_Glv1_Hands_NM.png.meta +123 -0
  417. package/Samples/Hands/Textures/Gloves/Uvsi_Mat_Glv1_Nail_ALB.png +0 -0
  418. package/Samples/Hands/Textures/Gloves/Uvsi_Mat_Glv1_Nail_ALB.png.meta +123 -0
  419. package/Samples/Hands/Textures/Gloves/Uvsi_Mat_Glv1_Nails_MM.png +0 -0
  420. package/Samples/Hands/Textures/Gloves/Uvsi_Mat_Glv1_Nails_MM.png.meta +123 -0
  421. package/Samples/Hands/Textures/Gloves/Uvsi_Mat_Glv1_Nails_NM.png +0 -0
  422. package/Samples/Hands/Textures/Gloves/Uvsi_Mat_Glv1_Nails_NM.png.meta +123 -0
  423. package/Samples/Hands/Textures/Gloves.meta +8 -0
  424. package/Samples/Hands/Textures/Man/Std_Nails_Diffuse.jpg +0 -0
  425. package/Samples/Hands/Textures/Man/Std_Nails_Diffuse.jpg.meta +123 -0
  426. package/Samples/Hands/Textures/Man/Std_Nails_HDRP.png +0 -0
  427. package/Samples/Hands/Textures/Man/Std_Nails_HDRP.png.meta +123 -0
  428. package/Samples/Hands/Textures/Man/Std_Nails_Normal.png +0 -0
  429. package/Samples/Hands/Textures/Man/Std_Nails_Normal.png.meta +123 -0
  430. package/Samples/Hands/Textures/Man/Std_Skin_Arm_Diffuse.jpg +0 -0
  431. package/Samples/Hands/Textures/Man/Std_Skin_Arm_Diffuse.jpg.meta +123 -0
  432. package/Samples/Hands/Textures/Man/Std_Skin_Arm_HDRP.png +0 -0
  433. package/Samples/Hands/Textures/Man/Std_Skin_Arm_HDRP.png.meta +123 -0
  434. package/Samples/Hands/Textures/Man/Std_Skin_Arm_Normal.png +0 -0
  435. package/Samples/Hands/Textures/Man/Std_Skin_Arm_Normal.png.meta +123 -0
  436. package/Samples/Hands/Textures/Man.meta +8 -0
  437. package/Samples/Hands/Textures/Woman/Std_Nails_Diffuse.jpg +0 -0
  438. package/Samples/Hands/Textures/Woman/Std_Nails_Diffuse.jpg.meta +123 -0
  439. package/Samples/Hands/Textures/Woman/Std_Nails_HDRP.png +0 -0
  440. package/Samples/Hands/Textures/Woman/Std_Nails_HDRP.png.meta +123 -0
  441. package/Samples/Hands/Textures/Woman/Std_Nails_Normal.jpg +0 -0
  442. package/Samples/Hands/Textures/Woman/Std_Nails_Normal.jpg.meta +123 -0
  443. package/Samples/Hands/Textures/Woman/Std_Skin_Arm_Diffuse.jpg +0 -0
  444. package/Samples/Hands/Textures/Woman/Std_Skin_Arm_Diffuse.jpg.meta +123 -0
  445. package/Samples/Hands/Textures/Woman/Std_Skin_Arm_HDRP.png +0 -0
  446. package/Samples/Hands/Textures/Woman/Std_Skin_Arm_HDRP.png.meta +123 -0
  447. package/Samples/Hands/Textures/Woman/Std_Skin_Arm_Normal.jpg +0 -0
  448. package/Samples/Hands/Textures/Woman/Std_Skin_Arm_Normal.jpg.meta +123 -0
  449. package/Samples/Hands/Textures/Woman.meta +8 -0
  450. package/Samples/Hands/Textures/skin_detail_map.tif +0 -0
  451. package/Samples/Hands/Textures/skin_detail_map.tif.meta +132 -0
  452. package/Samples/Hands/Textures/skin_detail_map_normal.tif +0 -0
  453. package/Samples/Hands/Textures/skin_detail_map_normal.tif.meta +159 -0
  454. package/Samples/Hands/Textures.meta +8 -0
  455. package/Samples/Hands.meta +8 -0
  456. package/Samples/xrToolkit/InputSettings/.sample.json +4 -0
  457. package/Samples/xrToolkit/InputSettings/XR Device Simulator/.sample.json +4 -0
  458. package/Samples/xrToolkit/InputSettings/XR Device Simulator/XR Device Simulator Controls.inputactions +877 -0
  459. package/Samples/xrToolkit/InputSettings/XR Device Simulator/XR Device Simulator Controls.inputactions.meta +14 -0
  460. package/Samples/xrToolkit/InputSettings/XR Device Simulator/XR Device Simulator.prefab +142 -0
  461. package/Samples/xrToolkit/InputSettings/XR Device Simulator/XR Device Simulator.prefab.meta +7 -0
  462. package/Samples/xrToolkit/InputSettings/XR Device Simulator.meta +8 -0
  463. package/Samples/xrToolkit/InputSettings.meta +8 -0
  464. package/Samples/xrToolkit/InputSystem.inputsettings.asset +26 -0
  465. package/Samples/xrToolkit/InputSystem.inputsettings.asset.meta +8 -0
  466. package/Samples/xrToolkit/Llama/Llama.controller +167 -0
  467. package/Samples/xrToolkit/Llama/Llama.controller.meta +8 -0
  468. package/Samples/xrToolkit/Llama/Llama.fbx +0 -0
  469. package/Samples/xrToolkit/Llama/Llama.fbx.meta +97 -0
  470. package/Samples/xrToolkit/Llama/LlamaMat.mat +342 -0
  471. package/Samples/xrToolkit/Llama/LlamaMat.mat.meta +8 -0
  472. package/Samples/xrToolkit/Llama/Llama_A_Albedo.tif +0 -0
  473. package/Samples/xrToolkit/Llama/Llama_A_Albedo.tif.meta +92 -0
  474. package/Samples/xrToolkit/Llama/Llama_B_Albedo.tif +0 -0
  475. package/Samples/xrToolkit/Llama/Llama_B_Albedo.tif.meta +92 -0
  476. package/Samples/xrToolkit/Llama/Llama_C_Albedo.tif +0 -0
  477. package/Samples/xrToolkit/Llama/Llama_C_Albedo.tif.meta +92 -0
  478. package/Samples/xrToolkit/Llama/Llama_Idle.fbx +0 -0
  479. package/Samples/xrToolkit/Llama/Llama_Idle.fbx.meta +239 -0
  480. package/Samples/xrToolkit/Llama/Llama_MetallicSmoothness.tif +0 -0
  481. package/Samples/xrToolkit/Llama/Llama_MetallicSmoothness.tif.meta +92 -0
  482. package/Samples/xrToolkit/Llama/Llama_Occlsion.tif +0 -0
  483. package/Samples/xrToolkit/Llama/Llama_Occlsion.tif.meta +92 -0
  484. package/Samples/xrToolkit/Llama/llama_Normal.tif +0 -0
  485. package/Samples/xrToolkit/Llama/llama_Normal.tif.meta +92 -0
  486. package/Samples/xrToolkit/Llama.meta +8 -0
  487. package/Samples/xrToolkit/Materials/BubbleMat.mat +343 -0
  488. package/Samples/xrToolkit/Materials/BubbleMat.mat.meta +8 -0
  489. package/Samples/xrToolkit/Materials/ConstructionLight_Mat.mat +342 -0
  490. package/Samples/xrToolkit/Materials/ConstructionLight_Mat.mat.meta +8 -0
  491. package/Samples/xrToolkit/Materials/ControllerMaterial.mat +342 -0
  492. package/Samples/xrToolkit/Materials/ControllerMaterial.mat.meta +8 -0
  493. package/Samples/xrToolkit/Materials/DryWallPainted_Mat.mat +342 -0
  494. package/Samples/xrToolkit/Materials/DryWallPainted_Mat.mat.meta +8 -0
  495. package/Samples/xrToolkit/Materials/DryWall_Mat.mat +342 -0
  496. package/Samples/xrToolkit/Materials/DryWall_Mat.mat.meta +8 -0
  497. package/Samples/xrToolkit/Materials/FloorMat.mat +342 -0
  498. package/Samples/xrToolkit/Materials/FloorMat.mat.meta +8 -0
  499. package/Samples/xrToolkit/Materials/FloorMaterial.mat +343 -0
  500. package/Samples/xrToolkit/Materials/FloorMaterial.mat.meta +8 -0
  501. package/Samples/xrToolkit/Materials/GrabBlockInstantMat.mat +351 -0
  502. package/Samples/xrToolkit/Materials/GrabBlockInstantMat.mat.meta +8 -0
  503. package/Samples/xrToolkit/Materials/GrabBlockMat.mat +351 -0
  504. package/Samples/xrToolkit/Materials/GrabBlockMat.mat.meta +8 -0
  505. package/Samples/xrToolkit/Materials/GrabBlockVelocityMat.mat +351 -0
  506. package/Samples/xrToolkit/Materials/GrabBlockVelocityMat.mat.meta +8 -0
  507. package/Samples/xrToolkit/Materials/Ground_Mat.mat +342 -0
  508. package/Samples/xrToolkit/Materials/Ground_Mat.mat.meta +8 -0
  509. package/Samples/xrToolkit/Materials/Hammer_Mat.mat +342 -0
  510. package/Samples/xrToolkit/Materials/Hammer_Mat.mat.meta +8 -0
  511. package/Samples/xrToolkit/Materials/HandMaterial.mat +342 -0
  512. package/Samples/xrToolkit/Materials/HandMaterial.mat.meta +8 -0
  513. package/Samples/xrToolkit/Materials/HardHat_Mat.mat +342 -0
  514. package/Samples/xrToolkit/Materials/HardHat_Mat.mat.meta +8 -0
  515. package/Samples/xrToolkit/Materials/Jigsaw_Mat.mat +342 -0
  516. package/Samples/xrToolkit/Materials/Jigsaw_Mat.mat.meta +8 -0
  517. package/Samples/xrToolkit/Materials/LightBulb_Mat.mat +342 -0
  518. package/Samples/xrToolkit/Materials/LightBulb_Mat.mat.meta +8 -0
  519. package/Samples/xrToolkit/Materials/LineVisual.mat +322 -0
  520. package/Samples/xrToolkit/Materials/LineVisual.mat.meta +8 -0
  521. package/Samples/xrToolkit/Materials/Liquid_Mat.mat +352 -0
  522. package/Samples/xrToolkit/Materials/Liquid_Mat.mat.meta +8 -0
  523. package/Samples/xrToolkit/Materials/Metal_Blue_Simple_Mat.mat +342 -0
  524. package/Samples/xrToolkit/Materials/Metal_Blue_Simple_Mat.mat.meta +8 -0
  525. package/Samples/xrToolkit/Materials/Metal_Simple_Mat.mat +342 -0
  526. package/Samples/xrToolkit/Materials/Metal_Simple_Mat.mat.meta +8 -0
  527. package/Samples/xrToolkit/Materials/OBS_Mat.mat +342 -0
  528. package/Samples/xrToolkit/Materials/OBS_Mat.mat.meta +8 -0
  529. package/Samples/xrToolkit/Materials/PaintBrush_Mat.mat +342 -0
  530. package/Samples/xrToolkit/Materials/PaintBrush_Mat.mat.meta +8 -0
  531. package/Samples/xrToolkit/Materials/PaintCan_mat.mat +342 -0
  532. package/Samples/xrToolkit/Materials/PaintCan_mat.mat.meta +8 -0
  533. package/Samples/xrToolkit/Materials/PaintLabel_Mat.mat +342 -0
  534. package/Samples/xrToolkit/Materials/PaintLabel_Mat.mat.meta +8 -0
  535. package/Samples/xrToolkit/Materials/Plastic_Black_Mat.mat +342 -0
  536. package/Samples/xrToolkit/Materials/Plastic_Black_Mat.mat.meta +8 -0
  537. package/Samples/xrToolkit/Materials/Plastic_Gray_Mat.mat +342 -0
  538. package/Samples/xrToolkit/Materials/Plastic_Gray_Mat.mat.meta +8 -0
  539. package/Samples/xrToolkit/Materials/Plastic_Ridges_Mat.mat +342 -0
  540. package/Samples/xrToolkit/Materials/Plastic_Ridges_Mat.mat.meta +8 -0
  541. package/Samples/xrToolkit/Materials/Plastic_Rough_Mat.mat +342 -0
  542. package/Samples/xrToolkit/Materials/Plastic_Rough_Mat.mat.meta +8 -0
  543. package/Samples/xrToolkit/Materials/Plastic_Transparent.mat +343 -0
  544. package/Samples/xrToolkit/Materials/Plastic_Transparent.mat.meta +8 -0
  545. package/Samples/xrToolkit/Materials/Plastic_White_Mat.mat +342 -0
  546. package/Samples/xrToolkit/Materials/Plastic_White_Mat.mat.meta +8 -0
  547. package/Samples/xrToolkit/Materials/Plastic_Yellow_Mat.mat +342 -0
  548. package/Samples/xrToolkit/Materials/Plastic_Yellow_Mat.mat.meta +8 -0
  549. package/Samples/xrToolkit/Materials/PulseEngines.mat +316 -0
  550. package/Samples/xrToolkit/Materials/PulseEngines.mat.meta +8 -0
  551. package/Samples/xrToolkit/Materials/ReticleMaterial.mat +344 -0
  552. package/Samples/xrToolkit/Materials/ReticleMaterial.mat.meta +8 -0
  553. package/Samples/xrToolkit/Materials/SimpleTeleportHighlight.mat +316 -0
  554. package/Samples/xrToolkit/Materials/SimpleTeleportHighlight.mat.meta +8 -0
  555. package/Samples/xrToolkit/Materials/SocketMat.mat +343 -0
  556. package/Samples/xrToolkit/Materials/SocketMat.mat.meta +8 -0
  557. package/Samples/xrToolkit/Materials/Strap_Mat.mat +342 -0
  558. package/Samples/xrToolkit/Materials/Strap_Mat.mat.meta +8 -0
  559. package/Samples/xrToolkit/Materials/Stud_Mat.mat +342 -0
  560. package/Samples/xrToolkit/Materials/Stud_Mat.mat.meta +8 -0
  561. package/Samples/xrToolkit/Materials/TableMat.mat +342 -0
  562. package/Samples/xrToolkit/Materials/TableMat.mat.meta +8 -0
  563. package/Samples/xrToolkit/Materials/TeleportAnchor.mat +322 -0
  564. package/Samples/xrToolkit/Materials/TeleportAnchor.mat.meta +8 -0
  565. package/Samples/xrToolkit/Materials/TeleportHoverMat.mat +342 -0
  566. package/Samples/xrToolkit/Materials/TeleportHoverMat.mat.meta +8 -0
  567. package/Samples/xrToolkit/Materials/TeleportPlatform.mat +342 -0
  568. package/Samples/xrToolkit/Materials/TeleportPlatform.mat.meta +8 -0
  569. package/Samples/xrToolkit/Materials/WhiteSmooth.mat +351 -0
  570. package/Samples/xrToolkit/Materials/WhiteSmooth.mat.meta +8 -0
  571. package/Samples/xrToolkit/Materials.meta +8 -0
  572. package/Samples/xrToolkit/Models/.mayaSwatches/arrowhead.mlt.swatches +0 -0
  573. package/Samples/xrToolkit/Models/Brush_Low.fbx +0 -0
  574. package/Samples/xrToolkit/Models/Brush_Low.fbx.meta +115 -0
  575. package/Samples/xrToolkit/Models/ConstructionLight_Low.fbx +0 -0
  576. package/Samples/xrToolkit/Models/ConstructionLight_Low.fbx.meta +154 -0
  577. package/Samples/xrToolkit/Models/GroundPlane.fbx +0 -0
  578. package/Samples/xrToolkit/Models/GroundPlane.fbx.meta +97 -0
  579. package/Samples/xrToolkit/Models/Hammer_Low.fbx +0 -0
  580. package/Samples/xrToolkit/Models/Hammer_Low.fbx.meta +115 -0
  581. package/Samples/xrToolkit/Models/Horizon.FBX +0 -0
  582. package/Samples/xrToolkit/Models/Horizon.FBX.meta +97 -0
  583. package/Samples/xrToolkit/Models/Jigsaw_Low.fbx +0 -0
  584. package/Samples/xrToolkit/Models/Jigsaw_Low.fbx.meta +115 -0
  585. package/Samples/xrToolkit/Models/MagneticLevel_Low.fbx +0 -0
  586. package/Samples/xrToolkit/Models/MagneticLevel_Low.fbx.meta +124 -0
  587. package/Samples/xrToolkit/Models/PaintBucket_Low.fbx +0 -0
  588. package/Samples/xrToolkit/Models/PaintBucket_Low.fbx.meta +160 -0
  589. package/Samples/xrToolkit/Models/SafetyGoggles_Low.fbx +0 -0
  590. package/Samples/xrToolkit/Models/SafetyGoggles_Low.fbx.meta +124 -0
  591. package/Samples/xrToolkit/Models/SafetyHat_Low.fbx +0 -0
  592. package/Samples/xrToolkit/Models/SafetyHat_Low.fbx.meta +115 -0
  593. package/Samples/xrToolkit/Models/Small_Plane.fbx +0 -0
  594. package/Samples/xrToolkit/Models/Small_Plane.fbx.meta +115 -0
  595. package/Samples/xrToolkit/Models/StoneFlat.fbx +0 -0
  596. package/Samples/xrToolkit/Models/StoneFlat.fbx.meta +97 -0
  597. package/Samples/xrToolkit/Models/StoneRound.fbx +0 -0
  598. package/Samples/xrToolkit/Models/StoneRound.fbx.meta +97 -0
  599. package/Samples/xrToolkit/Models/Stud.fbx +0 -0
  600. package/Samples/xrToolkit/Models/Stud.fbx.meta +136 -0
  601. package/Samples/xrToolkit/Models/TreeBox.fbx +0 -0
  602. package/Samples/xrToolkit/Models/TreeBox.fbx.meta +97 -0
  603. package/Samples/xrToolkit/Models/TreeRound.FBX +0 -0
  604. package/Samples/xrToolkit/Models/TreeRound.FBX.meta +97 -0
  605. package/Samples/xrToolkit/Models/Workbench.fbx +0 -0
  606. package/Samples/xrToolkit/Models/Workbench.fbx.meta +196 -0
  607. package/Samples/xrToolkit/Models/Workbench_Low.fbx +0 -0
  608. package/Samples/xrToolkit/Models/Workbench_Low.fbx.meta +196 -0
  609. package/Samples/xrToolkit/Models/Workshop_Set.fbx +0 -0
  610. package/Samples/xrToolkit/Models/Workshop_Set.fbx.meta +196 -0
  611. package/Samples/xrToolkit/Models/controller.fbx +0 -0
  612. package/Samples/xrToolkit/Models/controller.fbx.meta +97 -0
  613. package/Samples/xrToolkit/Models/directionArrow.fbx +0 -0
  614. package/Samples/xrToolkit/Models/directionArrow.fbx.meta +97 -0
  615. package/Samples/xrToolkit/Models/fileAnchorWall.fbx +0 -0
  616. package/Samples/xrToolkit/Models/fileAnchorWall.fbx.meta +97 -0
  617. package/Samples/xrToolkit/Models/floatingAnchor.fbx +0 -0
  618. package/Samples/xrToolkit/Models/floatingAnchor.fbx.meta +97 -0
  619. package/Samples/xrToolkit/Models/lowPolyIsland.fbx +0 -0
  620. package/Samples/xrToolkit/Models/lowPolyIsland.fbx.meta +2575 -0
  621. package/Samples/xrToolkit/Models/reticle.fbx +0 -0
  622. package/Samples/xrToolkit/Models/reticle.fbx.meta +120 -0
  623. package/Samples/xrToolkit/Models/spaceShip.fbx +0 -0
  624. package/Samples/xrToolkit/Models/spaceShip.fbx.meta +1594 -0
  625. package/Samples/xrToolkit/Models/teleportHightlight.fbx +0 -0
  626. package/Samples/xrToolkit/Models/teleportHightlight.fbx.meta +97 -0
  627. package/Samples/xrToolkit/Models/teleportPlatform.fbx +0 -0
  628. package/Samples/xrToolkit/Models/teleportPlatform.fbx.meta +97 -0
  629. package/Samples/xrToolkit/Models.meta +8 -0
  630. package/Samples/xrToolkit/Plugins/Android/AndroidManifest.xml +17 -0
  631. package/Samples/xrToolkit/Plugins/Android/AndroidManifest.xml.meta +7 -0
  632. package/Samples/xrToolkit/Plugins/Android.meta +8 -0
  633. package/Samples/xrToolkit/Plugins.meta +8 -0
  634. package/Samples/xrToolkit/Prefabs/Anchor.prefab +229 -0
  635. package/Samples/xrToolkit/Prefabs/Anchor.prefab.meta +7 -0
  636. package/Samples/xrToolkit/Prefabs/BubbleParticlePrefab.prefab +4783 -0
  637. package/Samples/xrToolkit/Prefabs/BubbleParticlePrefab.prefab.meta +7 -0
  638. package/Samples/xrToolkit/Prefabs/ComplexGrabCube.prefab +234 -0
  639. package/Samples/xrToolkit/Prefabs/ComplexGrabCube.prefab.meta +7 -0
  640. package/Samples/xrToolkit/Prefabs/DeprecatedXROriginDemo.prefab +1697 -0
  641. package/Samples/xrToolkit/Prefabs/DeprecatedXROriginDemo.prefab.meta +7 -0
  642. package/Samples/xrToolkit/Prefabs/InstantCube.prefab +221 -0
  643. package/Samples/xrToolkit/Prefabs/InstantCube.prefab.meta +7 -0
  644. package/Samples/xrToolkit/Prefabs/InteractionZones/ComplexInteractions.prefab +2941 -0
  645. package/Samples/xrToolkit/Prefabs/InteractionZones/ComplexInteractions.prefab.meta +7 -0
  646. package/Samples/xrToolkit/Prefabs/InteractionZones/Locomotion Configuration Area.prefab +6398 -0
  647. package/Samples/xrToolkit/Prefabs/InteractionZones/Locomotion Configuration Area.prefab.meta +7 -0
  648. package/Samples/xrToolkit/Prefabs/InteractionZones/LocomotionArea.prefab +965 -0
  649. package/Samples/xrToolkit/Prefabs/InteractionZones/LocomotionArea.prefab.meta +7 -0
  650. package/Samples/xrToolkit/Prefabs/InteractionZones/SnapInteractions.prefab +3811 -0
  651. package/Samples/xrToolkit/Prefabs/InteractionZones/SnapInteractions.prefab.meta +7 -0
  652. package/Samples/xrToolkit/Prefabs/InteractionZones/StartingArea.prefab +2840 -0
  653. package/Samples/xrToolkit/Prefabs/InteractionZones/StartingArea.prefab.meta +7 -0
  654. package/Samples/xrToolkit/Prefabs/InteractionZones/UIArea.prefab +3210 -0
  655. package/Samples/xrToolkit/Prefabs/InteractionZones/UIArea.prefab.meta +7 -0
  656. package/Samples/xrToolkit/Prefabs/InteractionZones.meta +8 -0
  657. package/Samples/xrToolkit/Prefabs/KinematicCube.prefab +221 -0
  658. package/Samples/xrToolkit/Prefabs/KinematicCube.prefab.meta +7 -0
  659. package/Samples/xrToolkit/Prefabs/LlamaBubbleGunPrefab.prefab +1424 -0
  660. package/Samples/xrToolkit/Prefabs/LlamaBubbleGunPrefab.prefab.meta +7 -0
  661. package/Samples/xrToolkit/Prefabs/Locomotion System.prefab +82 -0
  662. package/Samples/xrToolkit/Prefabs/Locomotion System.prefab.meta +7 -0
  663. package/Samples/xrToolkit/Prefabs/Props.prefab +2200 -0
  664. package/Samples/xrToolkit/Prefabs/Props.prefab.meta +7 -0
  665. package/Samples/xrToolkit/Prefabs/Reticle.prefab +81 -0
  666. package/Samples/xrToolkit/Prefabs/Reticle.prefab.meta +7 -0
  667. package/Samples/xrToolkit/Prefabs/TeleportAnchor.prefab +328 -0
  668. package/Samples/xrToolkit/Prefabs/TeleportAnchor.prefab.meta +7 -0
  669. package/Samples/xrToolkit/Prefabs/TeleportAnchorPlatform.prefab +704 -0
  670. package/Samples/xrToolkit/Prefabs/TeleportAnchorPlatform.prefab.meta +7 -0
  671. package/Samples/xrToolkit/Prefabs/TeleportArea.prefab +954 -0
  672. package/Samples/xrToolkit/Prefabs/TeleportArea.prefab.meta +7 -0
  673. package/Samples/xrToolkit/Prefabs/VelocityTrackedCube.prefab +221 -0
  674. package/Samples/xrToolkit/Prefabs/VelocityTrackedCube.prefab.meta +7 -0
  675. package/Samples/xrToolkit/Prefabs/Workshop Set.prefab +435 -0
  676. package/Samples/xrToolkit/Prefabs/Workshop Set.prefab.meta +7 -0
  677. package/Samples/xrToolkit/Prefabs/XROriginDemo.prefab +2726 -0
  678. package/Samples/xrToolkit/Prefabs/XROriginDemo.prefab.meta +7 -0
  679. package/Samples/xrToolkit/Prefabs/controller.prefab +303 -0
  680. package/Samples/xrToolkit/Prefabs/controller.prefab.meta +7 -0
  681. package/Samples/xrToolkit/Prefabs/floatingAnchor.prefab +648 -0
  682. package/Samples/xrToolkit/Prefabs/floatingAnchor.prefab.meta +7 -0
  683. package/Samples/xrToolkit/Prefabs/teleportReticle.prefab +128 -0
  684. package/Samples/xrToolkit/Prefabs/teleportReticle.prefab.meta +7 -0
  685. package/Samples/xrToolkit/Prefabs.meta +8 -0
  686. package/Samples/xrToolkit/Scenes/DeprecatedWorldInteractionDemo/LightingData.asset +0 -0
  687. package/Samples/xrToolkit/Scenes/DeprecatedWorldInteractionDemo/LightingData.asset.meta +8 -0
  688. package/Samples/xrToolkit/Scenes/DeprecatedWorldInteractionDemo/Lightmap-0_comp_dir.png +0 -0
  689. package/Samples/xrToolkit/Scenes/DeprecatedWorldInteractionDemo/Lightmap-0_comp_dir.png.meta +92 -0
  690. package/Samples/xrToolkit/Scenes/DeprecatedWorldInteractionDemo/Lightmap-0_comp_light.exr +0 -0
  691. package/Samples/xrToolkit/Scenes/DeprecatedWorldInteractionDemo/Lightmap-0_comp_light.exr.meta +117 -0
  692. package/Samples/xrToolkit/Scenes/DeprecatedWorldInteractionDemo/Lightmap-1_comp_dir.png +0 -0
  693. package/Samples/xrToolkit/Scenes/DeprecatedWorldInteractionDemo/Lightmap-1_comp_dir.png.meta +92 -0
  694. package/Samples/xrToolkit/Scenes/DeprecatedWorldInteractionDemo/Lightmap-1_comp_light.exr +0 -0
  695. package/Samples/xrToolkit/Scenes/DeprecatedWorldInteractionDemo/Lightmap-1_comp_light.exr.meta +117 -0
  696. package/Samples/xrToolkit/Scenes/DeprecatedWorldInteractionDemo/ReflectionProbe-0.exr +0 -0
  697. package/Samples/xrToolkit/Scenes/DeprecatedWorldInteractionDemo/ReflectionProbe-0.exr.meta +92 -0
  698. package/Samples/xrToolkit/Scenes/DeprecatedWorldInteractionDemo/ReflectionProbe-1.exr +0 -0
  699. package/Samples/xrToolkit/Scenes/DeprecatedWorldInteractionDemo/ReflectionProbe-1.exr.meta +92 -0
  700. package/Samples/xrToolkit/Scenes/DeprecatedWorldInteractionDemo/ReflectionProbe-2.exr +0 -0
  701. package/Samples/xrToolkit/Scenes/DeprecatedWorldInteractionDemo/ReflectionProbe-2.exr.meta +92 -0
  702. package/Samples/xrToolkit/Scenes/DeprecatedWorldInteractionDemo/ReflectionProbe-3.exr +0 -0
  703. package/Samples/xrToolkit/Scenes/DeprecatedWorldInteractionDemo/ReflectionProbe-3.exr.meta +92 -0
  704. package/Samples/xrToolkit/Scenes/DeprecatedWorldInteractionDemo/ReflectionProbe-4.exr +0 -0
  705. package/Samples/xrToolkit/Scenes/DeprecatedWorldInteractionDemo/ReflectionProbe-4.exr.meta +92 -0
  706. package/Samples/xrToolkit/Scenes/DeprecatedWorldInteractionDemo/ReflectionProbe-5.exr +0 -0
  707. package/Samples/xrToolkit/Scenes/DeprecatedWorldInteractionDemo/ReflectionProbe-5.exr.meta +92 -0
  708. package/Samples/xrToolkit/Scenes/DeprecatedWorldInteractionDemo/ReflectionProbe-6.exr +0 -0
  709. package/Samples/xrToolkit/Scenes/DeprecatedWorldInteractionDemo/ReflectionProbe-6.exr.meta +92 -0
  710. package/Samples/xrToolkit/Scenes/DeprecatedWorldInteractionDemo.meta +8 -0
  711. package/Samples/xrToolkit/Scenes/DeprecatedWorldInteractionDemo.unity +10487 -0
  712. package/Samples/xrToolkit/Scenes/DeprecatedWorldInteractionDemo.unity.meta +7 -0
  713. package/Samples/xrToolkit/Scenes/WorldInteractionDemo/LightingData.asset +0 -0
  714. package/Samples/xrToolkit/Scenes/WorldInteractionDemo/LightingData.asset.meta +8 -0
  715. package/Samples/xrToolkit/Scenes/WorldInteractionDemo/Lightmap-0_comp_dir.png +0 -0
  716. package/Samples/xrToolkit/Scenes/WorldInteractionDemo/Lightmap-0_comp_dir.png.meta +92 -0
  717. package/Samples/xrToolkit/Scenes/WorldInteractionDemo/Lightmap-0_comp_light.exr +0 -0
  718. package/Samples/xrToolkit/Scenes/WorldInteractionDemo/Lightmap-0_comp_light.exr.meta +117 -0
  719. package/Samples/xrToolkit/Scenes/WorldInteractionDemo/Lightmap-1_comp_dir.png +0 -0
  720. package/Samples/xrToolkit/Scenes/WorldInteractionDemo/Lightmap-1_comp_dir.png.meta +92 -0
  721. package/Samples/xrToolkit/Scenes/WorldInteractionDemo/Lightmap-1_comp_light.exr +0 -0
  722. package/Samples/xrToolkit/Scenes/WorldInteractionDemo/Lightmap-1_comp_light.exr.meta +117 -0
  723. package/Samples/xrToolkit/Scenes/WorldInteractionDemo/ReflectionProbe-0.exr +0 -0
  724. package/Samples/xrToolkit/Scenes/WorldInteractionDemo/ReflectionProbe-0.exr.meta +92 -0
  725. package/Samples/xrToolkit/Scenes/WorldInteractionDemo/ReflectionProbe-1.exr +0 -0
  726. package/Samples/xrToolkit/Scenes/WorldInteractionDemo/ReflectionProbe-1.exr.meta +92 -0
  727. package/Samples/xrToolkit/Scenes/WorldInteractionDemo/ReflectionProbe-2.exr +0 -0
  728. package/Samples/xrToolkit/Scenes/WorldInteractionDemo/ReflectionProbe-2.exr.meta +92 -0
  729. package/Samples/xrToolkit/Scenes/WorldInteractionDemo/ReflectionProbe-3.exr +0 -0
  730. package/Samples/xrToolkit/Scenes/WorldInteractionDemo/ReflectionProbe-3.exr.meta +92 -0
  731. package/Samples/xrToolkit/Scenes/WorldInteractionDemo/ReflectionProbe-4.exr +0 -0
  732. package/Samples/xrToolkit/Scenes/WorldInteractionDemo/ReflectionProbe-4.exr.meta +92 -0
  733. package/Samples/xrToolkit/Scenes/WorldInteractionDemo/ReflectionProbe-5.exr +0 -0
  734. package/Samples/xrToolkit/Scenes/WorldInteractionDemo/ReflectionProbe-5.exr.meta +92 -0
  735. package/Samples/xrToolkit/Scenes/WorldInteractionDemo/ReflectionProbe-6.exr +0 -0
  736. package/Samples/xrToolkit/Scenes/WorldInteractionDemo/ReflectionProbe-6.exr.meta +92 -0
  737. package/Samples/xrToolkit/Scenes/WorldInteractionDemo.meta +8 -0
  738. package/Samples/xrToolkit/Scenes/WorldInteractionDemo.unity +14118 -0
  739. package/Samples/xrToolkit/Scenes/WorldInteractionDemo.unity.meta +7 -0
  740. package/Samples/xrToolkit/Scenes.meta +8 -0
  741. package/Samples/xrToolkit/Textures/Concrete/Ground_Albedo.tif +0 -0
  742. package/Samples/xrToolkit/Textures/Concrete/Ground_Albedo.tif.meta +140 -0
  743. package/Samples/xrToolkit/Textures/Concrete/Ground_MetallicOcculusionSmoothness.tif +0 -0
  744. package/Samples/xrToolkit/Textures/Concrete/Ground_MetallicOcculusionSmoothness.tif.meta +140 -0
  745. package/Samples/xrToolkit/Textures/Concrete/Ground_Normal.tif +0 -0
  746. package/Samples/xrToolkit/Textures/Concrete/Ground_Normal.tif.meta +140 -0
  747. package/Samples/xrToolkit/Textures/Concrete.meta +8 -0
  748. package/Samples/xrToolkit/Textures/Drywall/DrywallPainted_Normal.tif +0 -0
  749. package/Samples/xrToolkit/Textures/Drywall/DrywallPainted_Normal.tif.meta +140 -0
  750. package/Samples/xrToolkit/Textures/Drywall/Drywall_Albedo.tif +0 -0
  751. package/Samples/xrToolkit/Textures/Drywall/Drywall_Albedo.tif.meta +140 -0
  752. package/Samples/xrToolkit/Textures/Drywall/Drywall_AlbedoSmoothness.tif +0 -0
  753. package/Samples/xrToolkit/Textures/Drywall/Drywall_AlbedoSmoothness.tif.meta +140 -0
  754. package/Samples/xrToolkit/Textures/Drywall/Drywall_Normal.tif +0 -0
  755. package/Samples/xrToolkit/Textures/Drywall/Drywall_Normal.tif.meta +140 -0
  756. package/Samples/xrToolkit/Textures/Drywall.meta +8 -0
  757. package/Samples/xrToolkit/Textures/GridBox_NewTex_Albedo.tga +0 -0
  758. package/Samples/xrToolkit/Textures/GridBox_NewTex_Albedo.tga.meta +92 -0
  759. package/Samples/xrToolkit/Textures/Metal/Metal_Albedo.tif +0 -0
  760. package/Samples/xrToolkit/Textures/Metal/Metal_Albedo.tif.meta +140 -0
  761. package/Samples/xrToolkit/Textures/Metal/Metal_MetallicSmoothness.tif +0 -0
  762. package/Samples/xrToolkit/Textures/Metal/Metal_MetallicSmoothness.tif.meta +140 -0
  763. package/Samples/xrToolkit/Textures/Metal/Metal_Normal.tif +0 -0
  764. package/Samples/xrToolkit/Textures/Metal/Metal_Normal.tif.meta +140 -0
  765. package/Samples/xrToolkit/Textures/Metal.meta +8 -0
  766. package/Samples/xrToolkit/Textures/Plastic/Elastic_MetallicOcculusionSmoothness.tif +0 -0
  767. package/Samples/xrToolkit/Textures/Plastic/Elastic_MetallicOcculusionSmoothness.tif.meta +140 -0
  768. package/Samples/xrToolkit/Textures/Plastic/Elastic_Normal.tif +0 -0
  769. package/Samples/xrToolkit/Textures/Plastic/Elastic_Normal.tif.meta +140 -0
  770. package/Samples/xrToolkit/Textures/Plastic/PlasticRidges_Albedo.tif +0 -0
  771. package/Samples/xrToolkit/Textures/Plastic/PlasticRidges_Albedo.tif.meta +140 -0
  772. package/Samples/xrToolkit/Textures/Plastic/PlasticRidges_MetallicOcculusionSmoothness.tif +0 -0
  773. package/Samples/xrToolkit/Textures/Plastic/PlasticRidges_MetallicOcculusionSmoothness.tif.meta +140 -0
  774. package/Samples/xrToolkit/Textures/Plastic/PlasticRidges_Normal.tif +0 -0
  775. package/Samples/xrToolkit/Textures/Plastic/PlasticRidges_Normal.tif.meta +140 -0
  776. package/Samples/xrToolkit/Textures/Plastic/PlasticRough_Albedo.tif +0 -0
  777. package/Samples/xrToolkit/Textures/Plastic/PlasticRough_Albedo.tif.meta +140 -0
  778. package/Samples/xrToolkit/Textures/Plastic/PlasticRough_MetallicOcculusionSmoothness.tif +0 -0
  779. package/Samples/xrToolkit/Textures/Plastic/PlasticRough_MetallicOcculusionSmoothness.tif.meta +140 -0
  780. package/Samples/xrToolkit/Textures/Plastic/Plastic_AlbedoSmoothness.tif +0 -0
  781. package/Samples/xrToolkit/Textures/Plastic/Plastic_AlbedoSmoothness.tif.meta +140 -0
  782. package/Samples/xrToolkit/Textures/Plastic/Plastic_Normal.tif +0 -0
  783. package/Samples/xrToolkit/Textures/Plastic/Plastic_Normal.tif.meta +140 -0
  784. package/Samples/xrToolkit/Textures/Plastic.meta +8 -0
  785. package/Samples/xrToolkit/Textures/Props/Construction_Light/ConstructionLight_Albedo.tif +0 -0
  786. package/Samples/xrToolkit/Textures/Props/Construction_Light/ConstructionLight_Albedo.tif.meta +140 -0
  787. package/Samples/xrToolkit/Textures/Props/Construction_Light/ConstructionLight_MetallicOcculusionSmoothness.tif +0 -0
  788. package/Samples/xrToolkit/Textures/Props/Construction_Light/ConstructionLight_MetallicOcculusionSmoothness.tif.meta +140 -0
  789. package/Samples/xrToolkit/Textures/Props/Construction_Light.meta +8 -0
  790. package/Samples/xrToolkit/Textures/Props/Hammer/Hammer_Albedo.tif +0 -0
  791. package/Samples/xrToolkit/Textures/Props/Hammer/Hammer_Albedo.tif.meta +140 -0
  792. package/Samples/xrToolkit/Textures/Props/Hammer/Hammer_MetallicOcculusionSmoothness.tif +0 -0
  793. package/Samples/xrToolkit/Textures/Props/Hammer/Hammer_MetallicOcculusionSmoothness.tif.meta +140 -0
  794. package/Samples/xrToolkit/Textures/Props/Hammer/Hammer_Normal.tif +0 -0
  795. package/Samples/xrToolkit/Textures/Props/Hammer/Hammer_Normal.tif.meta +140 -0
  796. package/Samples/xrToolkit/Textures/Props/Hammer.meta +8 -0
  797. package/Samples/xrToolkit/Textures/Props/HardHat/SafetyHat_Albedo.tif +0 -0
  798. package/Samples/xrToolkit/Textures/Props/HardHat/SafetyHat_Albedo.tif.meta +140 -0
  799. package/Samples/xrToolkit/Textures/Props/HardHat/SafetyHat_MetallicOcculusionSmoothness.tif +0 -0
  800. package/Samples/xrToolkit/Textures/Props/HardHat/SafetyHat_MetallicOcculusionSmoothness.tif.meta +140 -0
  801. package/Samples/xrToolkit/Textures/Props/HardHat/SafetyHat_Normal.tif +0 -0
  802. package/Samples/xrToolkit/Textures/Props/HardHat/SafetyHat_Normal.tif.meta +140 -0
  803. package/Samples/xrToolkit/Textures/Props/HardHat.meta +8 -0
  804. package/Samples/xrToolkit/Textures/Props/Jigsaw/Jigsaw_Albedo.tif +0 -0
  805. package/Samples/xrToolkit/Textures/Props/Jigsaw/Jigsaw_Albedo.tif.meta +140 -0
  806. package/Samples/xrToolkit/Textures/Props/Jigsaw/Jigsaw_MetallicOcculusionSmoothness.tif +0 -0
  807. package/Samples/xrToolkit/Textures/Props/Jigsaw/Jigsaw_MetallicOcculusionSmoothness.tif.meta +140 -0
  808. package/Samples/xrToolkit/Textures/Props/Jigsaw/Jigsaw_Normal.tif +0 -0
  809. package/Samples/xrToolkit/Textures/Props/Jigsaw/Jigsaw_Normal.tif.meta +140 -0
  810. package/Samples/xrToolkit/Textures/Props/Jigsaw.meta +8 -0
  811. package/Samples/xrToolkit/Textures/Props/Paint/Paint1G_Albedo.tif +0 -0
  812. package/Samples/xrToolkit/Textures/Props/Paint/Paint1G_Albedo.tif.meta +140 -0
  813. package/Samples/xrToolkit/Textures/Props/Paint/Paint1G_MetallicOcculusionSmoothness.tif +0 -0
  814. package/Samples/xrToolkit/Textures/Props/Paint/Paint1G_MetallicOcculusionSmoothness.tif.meta +140 -0
  815. package/Samples/xrToolkit/Textures/Props/Paint/Paint1G_Normal.tif +0 -0
  816. package/Samples/xrToolkit/Textures/Props/Paint/Paint1G_Normal.tif.meta +140 -0
  817. package/Samples/xrToolkit/Textures/Props/Paint/Paint5G_AlbedoSmoothness.tif +0 -0
  818. package/Samples/xrToolkit/Textures/Props/Paint/Paint5G_AlbedoSmoothness.tif.meta +140 -0
  819. package/Samples/xrToolkit/Textures/Props/Paint/Paintbrush_Albedo.tif +0 -0
  820. package/Samples/xrToolkit/Textures/Props/Paint/Paintbrush_Albedo.tif.meta +140 -0
  821. package/Samples/xrToolkit/Textures/Props/Paint/Paintbrush_MetallicOcculusionSmoothness.tif +0 -0
  822. package/Samples/xrToolkit/Textures/Props/Paint/Paintbrush_MetallicOcculusionSmoothness.tif.meta +140 -0
  823. package/Samples/xrToolkit/Textures/Props/Paint/Paintbrush_Normal.tif +0 -0
  824. package/Samples/xrToolkit/Textures/Props/Paint/Paintbrush_Normal.tif.meta +140 -0
  825. package/Samples/xrToolkit/Textures/Props/Paint.meta +8 -0
  826. package/Samples/xrToolkit/Textures/Props.meta +8 -0
  827. package/Samples/xrToolkit/Textures/TemplateEnvironmentSwatch.png +0 -0
  828. package/Samples/xrToolkit/Textures/TemplateEnvironmentSwatch.png.meta +92 -0
  829. package/Samples/xrToolkit/Textures/Wood/OBS_Albedo.tif +0 -0
  830. package/Samples/xrToolkit/Textures/Wood/OBS_Albedo.tif.meta +140 -0
  831. package/Samples/xrToolkit/Textures/Wood/OBS_MetallicOcculusionSmoothness.tif +0 -0
  832. package/Samples/xrToolkit/Textures/Wood/OBS_MetallicOcculusionSmoothness.tif.meta +140 -0
  833. package/Samples/xrToolkit/Textures/Wood/OBS_Normal.tif +0 -0
  834. package/Samples/xrToolkit/Textures/Wood/OBS_Normal.tif.meta +140 -0
  835. package/Samples/xrToolkit/Textures/Wood/Plywood_Albedo.tif +0 -0
  836. package/Samples/xrToolkit/Textures/Wood/Plywood_Albedo.tif.meta +140 -0
  837. package/Samples/xrToolkit/Textures/Wood/Plywood_MetallicOcculusionSmoothness.tif +0 -0
  838. package/Samples/xrToolkit/Textures/Wood/Plywood_MetallicOcculusionSmoothness.tif.meta +140 -0
  839. package/Samples/xrToolkit/Textures/Wood/Plywood_Normal.tif +0 -0
  840. package/Samples/xrToolkit/Textures/Wood/Plywood_Normal.tif.meta +140 -0
  841. package/Samples/xrToolkit/Textures/Wood.meta +8 -0
  842. package/Samples/xrToolkit/Textures.meta +8 -0
  843. package/Samples/xrToolkit/VR Examples/Fonts/Roboto-Medium SDF.asset +2721 -0
  844. package/Samples/xrToolkit/VR Examples/Fonts/Roboto-Medium SDF.asset.meta +8 -0
  845. package/Samples/xrToolkit/VR Examples/Fonts.meta +8 -0
  846. package/Samples/xrToolkit/VR Examples/Materials/NavyDarkGrid.mat +149 -0
  847. package/Samples/xrToolkit/VR Examples/Materials/NavyDarkGrid.mat.meta +8 -0
  848. package/Samples/xrToolkit/VR Examples/Materials/NavyDarkSmooth.mat +149 -0
  849. package/Samples/xrToolkit/VR Examples/Materials/NavyDarkSmooth.mat.meta +8 -0
  850. package/Samples/xrToolkit/VR Examples/Materials/NavyGrid.mat +149 -0
  851. package/Samples/xrToolkit/VR Examples/Materials/NavyGrid.mat.meta +8 -0
  852. package/Samples/xrToolkit/VR Examples/Materials/NavySmooth.mat +149 -0
  853. package/Samples/xrToolkit/VR Examples/Materials/NavySmooth.mat.meta +8 -0
  854. package/Samples/xrToolkit/VR Examples/Materials/PinkSmooth.mat +148 -0
  855. package/Samples/xrToolkit/VR Examples/Materials/PinkSmooth.mat.meta +8 -0
  856. package/Samples/xrToolkit/VR Examples/Materials/SocketCannotHover.mat +139 -0
  857. package/Samples/xrToolkit/VR Examples/Materials/SocketCannotHover.mat.meta +8 -0
  858. package/Samples/xrToolkit/VR Examples/Materials/SocketHover.mat +139 -0
  859. package/Samples/xrToolkit/VR Examples/Materials/SocketHover.mat.meta +8 -0
  860. package/Samples/xrToolkit/VR Examples/Materials/SocketWall.mat +135 -0
  861. package/Samples/xrToolkit/VR Examples/Materials/SocketWall.mat.meta +8 -0
  862. package/Samples/xrToolkit/VR Examples/Materials/Teleportation.mat +137 -0
  863. package/Samples/xrToolkit/VR Examples/Materials/Teleportation.mat.meta +8 -0
  864. package/Samples/xrToolkit/VR Examples/Materials.meta +8 -0
  865. package/Samples/xrToolkit/VR Examples/Models/teleportPlatform.fbx +0 -0
  866. package/Samples/xrToolkit/VR Examples/Models/teleportPlatform.fbx.meta +97 -0
  867. package/Samples/xrToolkit/VR Examples/Models.meta +8 -0
  868. package/Samples/xrToolkit/VR Examples/Prefabs/Anchor.prefab +229 -0
  869. package/Samples/xrToolkit/VR Examples/Prefabs/Anchor.prefab.meta +7 -0
  870. package/Samples/xrToolkit/VR Examples/Prefabs/Environment.prefab +108 -0
  871. package/Samples/xrToolkit/VR Examples/Prefabs/Environment.prefab.meta +7 -0
  872. package/Samples/xrToolkit/VR Examples/Prefabs/Lights.prefab +224 -0
  873. package/Samples/xrToolkit/VR Examples/Prefabs/Lights.prefab.meta +7 -0
  874. package/Samples/xrToolkit/VR Examples/Prefabs/Scene Introduction.prefab +312 -0
  875. package/Samples/xrToolkit/VR Examples/Prefabs/Scene Introduction.prefab.meta +7 -0
  876. package/Samples/xrToolkit/VR Examples/Prefabs/TooltipBlack.prefab +311 -0
  877. package/Samples/xrToolkit/VR Examples/Prefabs/TooltipBlack.prefab.meta +7 -0
  878. package/Samples/xrToolkit/VR Examples/Prefabs/TooltipBlackLarge.prefab +310 -0
  879. package/Samples/xrToolkit/VR Examples/Prefabs/TooltipBlackLarge.prefab.meta +7 -0
  880. package/Samples/xrToolkit/VR Examples/Prefabs/TooltipWhite.prefab +312 -0
  881. package/Samples/xrToolkit/VR Examples/Prefabs/TooltipWhite.prefab.meta +7 -0
  882. package/Samples/xrToolkit/VR Examples/Prefabs/XR Interaction Manager.prefab +45 -0
  883. package/Samples/xrToolkit/VR Examples/Prefabs/XR Interaction Manager.prefab.meta +7 -0
  884. package/Samples/xrToolkit/VR Examples/Prefabs.meta +8 -0
  885. package/Samples/xrToolkit/VR Examples/Scenes/Grab Interaction/LightingData.asset +0 -0
  886. package/Samples/xrToolkit/VR Examples/Scenes/Grab Interaction/LightingData.asset.meta +8 -0
  887. package/Samples/xrToolkit/VR Examples/Scenes/Grab Interaction/ReflectionProbe-0.exr +0 -0
  888. package/Samples/xrToolkit/VR Examples/Scenes/Grab Interaction/ReflectionProbe-0.exr.meta +92 -0
  889. package/Samples/xrToolkit/VR Examples/Scenes/Grab Interaction.meta +8 -0
  890. package/Samples/xrToolkit/VR Examples/Scenes/Grab Interaction.unity +2018 -0
  891. package/Samples/xrToolkit/VR Examples/Scenes/Grab Interaction.unity.meta +7 -0
  892. package/Samples/xrToolkit/VR Examples/Scenes/Initial Tracking/LightingData.asset +0 -0
  893. package/Samples/xrToolkit/VR Examples/Scenes/Initial Tracking/LightingData.asset.meta +8 -0
  894. package/Samples/xrToolkit/VR Examples/Scenes/Initial Tracking/ReflectionProbe-0.exr +0 -0
  895. package/Samples/xrToolkit/VR Examples/Scenes/Initial Tracking/ReflectionProbe-0.exr.meta +92 -0
  896. package/Samples/xrToolkit/VR Examples/Scenes/Initial Tracking.meta +8 -0
  897. package/Samples/xrToolkit/VR Examples/Scenes/Initial Tracking.unity +1639 -0
  898. package/Samples/xrToolkit/VR Examples/Scenes/Initial Tracking.unity.meta +7 -0
  899. package/Samples/xrToolkit/VR Examples/Scenes/Socket Interaction/LightingData.asset +0 -0
  900. package/Samples/xrToolkit/VR Examples/Scenes/Socket Interaction/LightingData.asset.meta +8 -0
  901. package/Samples/xrToolkit/VR Examples/Scenes/Socket Interaction/ReflectionProbe-0.exr +0 -0
  902. package/Samples/xrToolkit/VR Examples/Scenes/Socket Interaction/ReflectionProbe-0.exr.meta +92 -0
  903. package/Samples/xrToolkit/VR Examples/Scenes/Socket Interaction.meta +8 -0
  904. package/Samples/xrToolkit/VR Examples/Scenes/Socket Interaction.unity +2491 -0
  905. package/Samples/xrToolkit/VR Examples/Scenes/Socket Interaction.unity.meta +7 -0
  906. package/Samples/xrToolkit/VR Examples/Scenes/Teleportation/LightingData.asset +0 -0
  907. package/Samples/xrToolkit/VR Examples/Scenes/Teleportation/LightingData.asset.meta +8 -0
  908. package/Samples/xrToolkit/VR Examples/Scenes/Teleportation/ReflectionProbe-0.exr +0 -0
  909. package/Samples/xrToolkit/VR Examples/Scenes/Teleportation/ReflectionProbe-0.exr.meta +92 -0
  910. package/Samples/xrToolkit/VR Examples/Scenes/Teleportation.meta +8 -0
  911. package/Samples/xrToolkit/VR Examples/Scenes/Teleportation.unity +6239 -0
  912. package/Samples/xrToolkit/VR Examples/Scenes/Teleportation.unity.meta +7 -0
  913. package/Samples/xrToolkit/VR Examples/Scenes/UI Interaction/LightingData.asset +0 -0
  914. package/Samples/xrToolkit/VR Examples/Scenes/UI Interaction/LightingData.asset.meta +8 -0
  915. package/Samples/xrToolkit/VR Examples/Scenes/UI Interaction/ReflectionProbe-0.exr +0 -0
  916. package/Samples/xrToolkit/VR Examples/Scenes/UI Interaction/ReflectionProbe-0.exr.meta +92 -0
  917. package/Samples/xrToolkit/VR Examples/Scenes/UI Interaction.meta +8 -0
  918. package/Samples/xrToolkit/VR Examples/Scenes/UI Interaction.unity +5163 -0
  919. package/Samples/xrToolkit/VR Examples/Scenes/UI Interaction.unity.meta +7 -0
  920. package/Samples/xrToolkit/VR Examples/Scenes.meta +8 -0
  921. package/Samples/xrToolkit/VR Examples/Textures/GridEmissive.png +0 -0
  922. package/Samples/xrToolkit/VR Examples/Textures/GridEmissive.png.meta +92 -0
  923. package/Samples/xrToolkit/VR Examples/Textures/SwatchNavyAlbedo.png +0 -0
  924. package/Samples/xrToolkit/VR Examples/Textures/SwatchNavyAlbedo.png.meta +92 -0
  925. package/Samples/xrToolkit/VR Examples/Textures/SwatchNavyDarkAlbedo.png +0 -0
  926. package/Samples/xrToolkit/VR Examples/Textures/SwatchNavyDarkAlbedo.png.meta +92 -0
  927. package/Samples/xrToolkit/VR Examples/Textures/SwatchPinkAlbedo.png +0 -0
  928. package/Samples/xrToolkit/VR Examples/Textures/SwatchPinkAlbedo.png.meta +92 -0
  929. package/Samples/xrToolkit/VR Examples/Textures/SwatchWhiteAlbedo.png +0 -0
  930. package/Samples/xrToolkit/VR Examples/Textures/SwatchWhiteAlbedo.png.meta +92 -0
  931. package/Samples/xrToolkit/VR Examples/Textures.meta +8 -0
  932. package/Samples/xrToolkit/VR Examples.meta +8 -0
  933. package/Samples/xrToolkit/XR/Loaders/Oculus Loader.asset +14 -0
  934. package/Samples/xrToolkit/XR/Loaders/Oculus Loader.asset.meta +8 -0
  935. package/Samples/xrToolkit/XR/Loaders/Windows MR Loader.asset +14 -0
  936. package/Samples/xrToolkit/XR/Loaders/Windows MR Loader.asset.meta +8 -0
  937. package/Samples/xrToolkit/XR/Loaders.meta +8 -0
  938. package/Samples/xrToolkit/XR/Settings/Oculus Settings.asset +23 -0
  939. package/Samples/xrToolkit/XR/Settings/Oculus Settings.asset.meta +8 -0
  940. package/Samples/xrToolkit/XR/Settings/Windows MR Package Settings.asset +47 -0
  941. package/Samples/xrToolkit/XR/Settings/Windows MR Package Settings.asset.meta +8 -0
  942. package/Samples/xrToolkit/XR/Settings.meta +8 -0
  943. package/Samples/xrToolkit/XR/XRGeneralSettings.asset +173 -0
  944. package/Samples/xrToolkit/XR/XRGeneralSettings.asset.meta +8 -0
  945. package/Samples/xrToolkit/XR.meta +8 -0
  946. package/Samples/xrToolkit/XRI/Settings/XRInteractionEditorSettings.asset +16 -0
  947. package/Samples/xrToolkit/XRI/Settings/XRInteractionEditorSettings.asset.meta +8 -0
  948. package/Samples/xrToolkit/XRI/Settings.meta +8 -0
  949. package/Samples/xrToolkit/XRI.meta +8 -0
  950. package/Samples/xrToolkit/XR_UniversalRenderPipelineAsset.asset +136 -0
  951. package/Samples/xrToolkit/XR_UniversalRenderPipelineAsset.asset.meta +8 -0
  952. package/Samples/xrToolkit/XR_UniversalRenderPipelineAsset_Renderer.asset +38 -0
  953. package/Samples/xrToolkit/XR_UniversalRenderPipelineAsset_Renderer.asset.meta +8 -0
  954. package/Samples/xrToolkit.meta +8 -0
  955. package/Samples.meta +8 -0
  956. package/package.json +52 -0
  957. package/package.json.meta +7 -0
@@ -0,0 +1,2575 @@
1
+ fileFormatVersion: 2
2
+ guid: 5d99170346720004e81354b0000c797c
3
+ ModelImporter:
4
+ serializedVersion: 19301
5
+ internalIDToNameTable:
6
+ - first:
7
+ 1: 100000
8
+ second: Apples
9
+ - first:
10
+ 1: 100002
11
+ second: BladeLoft
12
+ - first:
13
+ 1: 100004
14
+ second: Cap_1
15
+ - first:
16
+ 1: 100006
17
+ second: Cap_1_2
18
+ - first:
19
+ 1: 100008
20
+ second: Cap_1_3
21
+ - first:
22
+ 1: 100010
23
+ second: Cap_1_4
24
+ - first:
25
+ 1: 100012
26
+ second: Cap_2
27
+ - first:
28
+ 1: 100014
29
+ second: Cap_2_2
30
+ - first:
31
+ 1: 100016
32
+ second: Cap_2_3
33
+ - first:
34
+ 1: 100018
35
+ second: Cap_2_4
36
+ - first:
37
+ 1: 100020
38
+ second: CenterSun
39
+ - first:
40
+ 1: 100022
41
+ second: Cloud
42
+ - first:
43
+ 1: 100024
44
+ second: Cloud1
45
+ - first:
46
+ 1: 100026
47
+ second: Cloud2
48
+ - first:
49
+ 1: 100028
50
+ second: Cloud_2
51
+ - first:
52
+ 1: 100030
53
+ second: Cube
54
+ - first:
55
+ 1: 100032
56
+ second: Cube_2
57
+ - first:
58
+ 1: 100034
59
+ second: Cube_3
60
+ - first:
61
+ 1: 100036
62
+ second: Cube_4
63
+ - first:
64
+ 1: 100038
65
+ second: Cylinder
66
+ - first:
67
+ 1: 100040
68
+ second: Cylinder_2
69
+ - first:
70
+ 1: 100042
71
+ second: DayLight
72
+ - first:
73
+ 1: 100044
74
+ second: Editor_Dome
75
+ - first:
76
+ 1: 100046
77
+ second: Editor_Light_0
78
+ - first:
79
+ 1: 100048
80
+ second: Editor_Light_1
81
+ - first:
82
+ 1: 100050
83
+ second: Editor_Light_2
84
+ - first:
85
+ 1: 100052
86
+ second: Editor_Light_3
87
+ - first:
88
+ 1: 100054
89
+ second: Editor_Light_4
90
+ - first:
91
+ 1: 100056
92
+ second: Editor_Light_5
93
+ - first:
94
+ 1: 100058
95
+ second: Editor_Light_6
96
+ - first:
97
+ 1: 100060
98
+ second: Editor_Light_7
99
+ - first:
100
+ 1: 100062
101
+ second: Fog_Sphere
102
+ - first:
103
+ 1: 100064
104
+ second: Land
105
+ - first:
106
+ 1: 100066
107
+ second: Leaves
108
+ - first:
109
+ 1: 100068
110
+ second: Light_Sphere
111
+ - first:
112
+ 1: 100070
113
+ second: Loft
114
+ - first:
115
+ 1: 100072
116
+ second: Loft_1
117
+ - first:
118
+ 1: 100074
119
+ second: Loft_2
120
+ - first:
121
+ 1: 100076
122
+ second: //RootNode
123
+ - first:
124
+ 1: 100078
125
+ second: Plane
126
+ - first:
127
+ 1: 100080
128
+ second: Render_Dome
129
+ - first:
130
+ 1: 100082
131
+ second: Render_Light_0
132
+ - first:
133
+ 1: 100084
134
+ second: Render_Light_1
135
+ - first:
136
+ 1: 100086
137
+ second: Render_Light_10
138
+ - first:
139
+ 1: 100088
140
+ second: Render_Light_11
141
+ - first:
142
+ 1: 100090
143
+ second: Render_Light_12
144
+ - first:
145
+ 1: 100092
146
+ second: Render_Light_13
147
+ - first:
148
+ 1: 100094
149
+ second: Render_Light_14
150
+ - first:
151
+ 1: 100096
152
+ second: Render_Light_15
153
+ - first:
154
+ 1: 100098
155
+ second: Render_Light_16
156
+ - first:
157
+ 1: 100100
158
+ second: Render_Light_17
159
+ - first:
160
+ 1: 100102
161
+ second: Render_Light_18
162
+ - first:
163
+ 1: 100104
164
+ second: Render_Light_19
165
+ - first:
166
+ 1: 100106
167
+ second: Render_Light_2
168
+ - first:
169
+ 1: 100108
170
+ second: Render_Light_20
171
+ - first:
172
+ 1: 100110
173
+ second: Render_Light_21
174
+ - first:
175
+ 1: 100112
176
+ second: Render_Light_22
177
+ - first:
178
+ 1: 100114
179
+ second: Render_Light_23
180
+ - first:
181
+ 1: 100116
182
+ second: Render_Light_24
183
+ - first:
184
+ 1: 100118
185
+ second: Render_Light_25
186
+ - first:
187
+ 1: 100120
188
+ second: Render_Light_26
189
+ - first:
190
+ 1: 100122
191
+ second: Render_Light_27
192
+ - first:
193
+ 1: 100124
194
+ second: Render_Light_28
195
+ - first:
196
+ 1: 100126
197
+ second: Render_Light_29
198
+ - first:
199
+ 1: 100128
200
+ second: Render_Light_3
201
+ - first:
202
+ 1: 100130
203
+ second: Render_Light_30
204
+ - first:
205
+ 1: 100132
206
+ second: Render_Light_31
207
+ - first:
208
+ 1: 100134
209
+ second: Render_Light_32
210
+ - first:
211
+ 1: 100136
212
+ second: Render_Light_33
213
+ - first:
214
+ 1: 100138
215
+ second: Render_Light_34
216
+ - first:
217
+ 1: 100140
218
+ second: Render_Light_35
219
+ - first:
220
+ 1: 100142
221
+ second: Render_Light_36
222
+ - first:
223
+ 1: 100144
224
+ second: Render_Light_37
225
+ - first:
226
+ 1: 100146
227
+ second: Render_Light_38
228
+ - first:
229
+ 1: 100148
230
+ second: Render_Light_39
231
+ - first:
232
+ 1: 100150
233
+ second: Render_Light_4
234
+ - first:
235
+ 1: 100152
236
+ second: Render_Light_40
237
+ - first:
238
+ 1: 100154
239
+ second: Render_Light_41
240
+ - first:
241
+ 1: 100156
242
+ second: Render_Light_42
243
+ - first:
244
+ 1: 100158
245
+ second: Render_Light_43
246
+ - first:
247
+ 1: 100160
248
+ second: Render_Light_44
249
+ - first:
250
+ 1: 100162
251
+ second: Render_Light_45
252
+ - first:
253
+ 1: 100164
254
+ second: Render_Light_46
255
+ - first:
256
+ 1: 100166
257
+ second: Render_Light_47
258
+ - first:
259
+ 1: 100168
260
+ second: Render_Light_48
261
+ - first:
262
+ 1: 100170
263
+ second: Render_Light_49
264
+ - first:
265
+ 1: 100172
266
+ second: Render_Light_5
267
+ - first:
268
+ 1: 100174
269
+ second: Render_Light_50
270
+ - first:
271
+ 1: 100176
272
+ second: Render_Light_51
273
+ - first:
274
+ 1: 100178
275
+ second: Render_Light_52
276
+ - first:
277
+ 1: 100180
278
+ second: Render_Light_53
279
+ - first:
280
+ 1: 100182
281
+ second: Render_Light_54
282
+ - first:
283
+ 1: 100184
284
+ second: Render_Light_55
285
+ - first:
286
+ 1: 100186
287
+ second: Render_Light_56
288
+ - first:
289
+ 1: 100188
290
+ second: Render_Light_57
291
+ - first:
292
+ 1: 100190
293
+ second: Render_Light_58
294
+ - first:
295
+ 1: 100192
296
+ second: Render_Light_59
297
+ - first:
298
+ 1: 100194
299
+ second: Render_Light_6
300
+ - first:
301
+ 1: 100196
302
+ second: Render_Light_60
303
+ - first:
304
+ 1: 100198
305
+ second: Render_Light_61
306
+ - first:
307
+ 1: 100200
308
+ second: Render_Light_62
309
+ - first:
310
+ 1: 100202
311
+ second: Render_Light_63
312
+ - first:
313
+ 1: 100204
314
+ second: Render_Light_64
315
+ - first:
316
+ 1: 100206
317
+ second: Render_Light_65
318
+ - first:
319
+ 1: 100208
320
+ second: Render_Light_66
321
+ - first:
322
+ 1: 100210
323
+ second: Render_Light_67
324
+ - first:
325
+ 1: 100212
326
+ second: Render_Light_68
327
+ - first:
328
+ 1: 100214
329
+ second: Render_Light_69
330
+ - first:
331
+ 1: 100216
332
+ second: Render_Light_7
333
+ - first:
334
+ 1: 100218
335
+ second: Render_Light_70
336
+ - first:
337
+ 1: 100220
338
+ second: Render_Light_71
339
+ - first:
340
+ 1: 100222
341
+ second: Render_Light_72
342
+ - first:
343
+ 1: 100224
344
+ second: Render_Light_73
345
+ - first:
346
+ 1: 100226
347
+ second: Render_Light_74
348
+ - first:
349
+ 1: 100228
350
+ second: Render_Light_75
351
+ - first:
352
+ 1: 100230
353
+ second: Render_Light_76
354
+ - first:
355
+ 1: 100232
356
+ second: Render_Light_77
357
+ - first:
358
+ 1: 100234
359
+ second: Render_Light_78
360
+ - first:
361
+ 1: 100236
362
+ second: Render_Light_79
363
+ - first:
364
+ 1: 100238
365
+ second: Render_Light_8
366
+ - first:
367
+ 1: 100240
368
+ second: Render_Light_80
369
+ - first:
370
+ 1: 100242
371
+ second: Render_Light_81
372
+ - first:
373
+ 1: 100244
374
+ second: Render_Light_82
375
+ - first:
376
+ 1: 100246
377
+ second: Render_Light_83
378
+ - first:
379
+ 1: 100248
380
+ second: Render_Light_84
381
+ - first:
382
+ 1: 100250
383
+ second: Render_Light_85
384
+ - first:
385
+ 1: 100252
386
+ second: Render_Light_86
387
+ - first:
388
+ 1: 100254
389
+ second: Render_Light_87
390
+ - first:
391
+ 1: 100256
392
+ second: Render_Light_88
393
+ - first:
394
+ 1: 100258
395
+ second: Render_Light_89
396
+ - first:
397
+ 1: 100260
398
+ second: Render_Light_9
399
+ - first:
400
+ 1: 100262
401
+ second: Render_Light_90
402
+ - first:
403
+ 1: 100264
404
+ second: Render_Light_91
405
+ - first:
406
+ 1: 100266
407
+ second: Sky
408
+ - first:
409
+ 1: 100268
410
+ second: Sky_2
411
+ - first:
412
+ 1: 100270
413
+ second: Sphere
414
+ - first:
415
+ 1: 100272
416
+ second: Sphere_1
417
+ - first:
418
+ 1: 100274
419
+ second: Sphere_1_2
420
+ - first:
421
+ 1: 100276
422
+ second: Sphere_1_3
423
+ - first:
424
+ 1: 100278
425
+ second: Sphere_1_4
426
+ - first:
427
+ 1: 100280
428
+ second: Sphere_2
429
+ - first:
430
+ 1: 100282
431
+ second: Sphere_2_2
432
+ - first:
433
+ 1: 100284
434
+ second: Sphere_2_3
435
+ - first:
436
+ 1: 100286
437
+ second: Sphere_2_4
438
+ - first:
439
+ 1: 100288
440
+ second: Sphere_2_5
441
+ - first:
442
+ 1: 100290
443
+ second: Sphere_3
444
+ - first:
445
+ 1: 100292
446
+ second: Sphere_3_2
447
+ - first:
448
+ 1: 100294
449
+ second: Sphere_3_3
450
+ - first:
451
+ 1: 100296
452
+ second: Sphere_4
453
+ - first:
454
+ 1: 100298
455
+ second: Sphere_4_2
456
+ - first:
457
+ 1: 100300
458
+ second: Sphere_4_3
459
+ - first:
460
+ 1: 100302
461
+ second: Sphere_5
462
+ - first:
463
+ 1: 100304
464
+ second: Sphere_5_2
465
+ - first:
466
+ 1: 100306
467
+ second: Sphere_6
468
+ - first:
469
+ 1: 100308
470
+ second: Sphere_7
471
+ - first:
472
+ 1: 100310
473
+ second: Sun_Light
474
+ - first:
475
+ 1: 100312
476
+ second: Sun_Plane
477
+ - first:
478
+ 1: 100314
479
+ second: Sword
480
+ - first:
481
+ 1: 100316
482
+ second: SwordBase
483
+ - first:
484
+ 1: 100318
485
+ second: Tree
486
+ - first:
487
+ 1: 100320
488
+ second: Water
489
+ - first:
490
+ 1: 100322
491
+ second: Cap_1_5
492
+ - first:
493
+ 1: 100324
494
+ second: Cap_1_6
495
+ - first:
496
+ 1: 100326
497
+ second: Cap_1_7
498
+ - first:
499
+ 1: 100328
500
+ second: Cap_2_5
501
+ - first:
502
+ 1: 100330
503
+ second: Cap_2_6
504
+ - first:
505
+ 1: 100332
506
+ second: Cap_2_7
507
+ - first:
508
+ 1: 100334
509
+ second: Cap_2_8
510
+ - first:
511
+ 1: 100336
512
+ second: Figure
513
+ - first:
514
+ 1: 100338
515
+ second: Head
516
+ - first:
517
+ 1: 100340
518
+ second: Head_Effector
519
+ - first:
520
+ 1: 100342
521
+ second: Joint
522
+ - first:
523
+ 1: 100344
524
+ second: Leaves_2
525
+ - first:
526
+ 1: 100346
527
+ second: Left_Foot
528
+ - first:
529
+ 1: 100348
530
+ second: Left_Foot_Effector
531
+ - first:
532
+ 1: 100350
533
+ second: Left_Hand
534
+ - first:
535
+ 1: 100352
536
+ second: Left_Hand_Effector
537
+ - first:
538
+ 1: 100354
539
+ second: Left_Joint
540
+ - first:
541
+ 1: 100356
542
+ second: Left_Joint_2
543
+ - first:
544
+ 1: 100358
545
+ second: Left_Joint_3
546
+ - first:
547
+ 1: 100360
548
+ second: Left_Joint_4
549
+ - first:
550
+ 1: 100362
551
+ second: Left_Joint_5
552
+ - first:
553
+ 1: 100364
554
+ second: Left_Joint_6
555
+ - first:
556
+ 1: 100366
557
+ second: Left_Lower_Arm
558
+ - first:
559
+ 1: 100368
560
+ second: Left_Shin
561
+ - first:
562
+ 1: 100370
563
+ second: Left_Thigh
564
+ - first:
565
+ 1: 100372
566
+ second: Left_Upper_Arm
567
+ - first:
568
+ 1: 100374
569
+ second: Loft_1_2
570
+ - first:
571
+ 1: 100376
572
+ second: Loft_2_2
573
+ - first:
574
+ 1: 100378
575
+ second: Loft_2_3
576
+ - first:
577
+ 1: 100380
578
+ second: Neck
579
+ - first:
580
+ 1: 100382
581
+ second: Right_Foot
582
+ - first:
583
+ 1: 100384
584
+ second: Right_Foot_Effector
585
+ - first:
586
+ 1: 100386
587
+ second: Right_Hand
588
+ - first:
589
+ 1: 100388
590
+ second: Right_Hand_Effector
591
+ - first:
592
+ 1: 100390
593
+ second: Right_Joint
594
+ - first:
595
+ 1: 100392
596
+ second: Right_Joint_2
597
+ - first:
598
+ 1: 100394
599
+ second: Right_Joint_3
600
+ - first:
601
+ 1: 100396
602
+ second: Right_Joint_4
603
+ - first:
604
+ 1: 100398
605
+ second: Right_Joint_5
606
+ - first:
607
+ 1: 100400
608
+ second: Right_Joint_6
609
+ - first:
610
+ 1: 100402
611
+ second: Right_Lower_Arm
612
+ - first:
613
+ 1: 100404
614
+ second: Right_Shin
615
+ - first:
616
+ 1: 100406
617
+ second: Right_Thigh
618
+ - first:
619
+ 1: 100408
620
+ second: Right_Upper_Arm
621
+ - first:
622
+ 1: 100410
623
+ second: Sphere_1_5
624
+ - first:
625
+ 1: 100412
626
+ second: Sphere_1_6
627
+ - first:
628
+ 1: 100414
629
+ second: Sphere_1_7
630
+ - first:
631
+ 1: 100416
632
+ second: Sphere_2_6
633
+ - first:
634
+ 1: 100418
635
+ second: Sphere_2_7
636
+ - first:
637
+ 1: 100420
638
+ second: Sphere_2_8
639
+ - first:
640
+ 1: 100422
641
+ second: Sphere_3_4
642
+ - first:
643
+ 1: 100424
644
+ second: Sphere_3_5
645
+ - first:
646
+ 1: 100426
647
+ second: Sphere_3_6
648
+ - first:
649
+ 1: 100428
650
+ second: Sphere_4_4
651
+ - first:
652
+ 1: 100430
653
+ second: Sphere_4_5
654
+ - first:
655
+ 1: 100432
656
+ second: Sphere_6_2
657
+ - first:
658
+ 1: 100434
659
+ second: Sphere_7_2
660
+ - first:
661
+ 1: 100436
662
+ second: Tree_1
663
+ - first:
664
+ 1: 100438
665
+ second: Upper_Body
666
+ - first:
667
+ 4: 400000
668
+ second: Apples
669
+ - first:
670
+ 4: 400002
671
+ second: BladeLoft
672
+ - first:
673
+ 4: 400004
674
+ second: Cap_1
675
+ - first:
676
+ 4: 400006
677
+ second: Cap_1_2
678
+ - first:
679
+ 4: 400008
680
+ second: Cap_1_3
681
+ - first:
682
+ 4: 400010
683
+ second: Cap_1_4
684
+ - first:
685
+ 4: 400012
686
+ second: Cap_2
687
+ - first:
688
+ 4: 400014
689
+ second: Cap_2_2
690
+ - first:
691
+ 4: 400016
692
+ second: Cap_2_3
693
+ - first:
694
+ 4: 400018
695
+ second: Cap_2_4
696
+ - first:
697
+ 4: 400020
698
+ second: CenterSun
699
+ - first:
700
+ 4: 400022
701
+ second: Cloud
702
+ - first:
703
+ 4: 400024
704
+ second: Cloud1
705
+ - first:
706
+ 4: 400026
707
+ second: Cloud2
708
+ - first:
709
+ 4: 400028
710
+ second: Cloud_2
711
+ - first:
712
+ 4: 400030
713
+ second: Cube
714
+ - first:
715
+ 4: 400032
716
+ second: Cube_2
717
+ - first:
718
+ 4: 400034
719
+ second: Cube_3
720
+ - first:
721
+ 4: 400036
722
+ second: Cube_4
723
+ - first:
724
+ 4: 400038
725
+ second: Cylinder
726
+ - first:
727
+ 4: 400040
728
+ second: Cylinder_2
729
+ - first:
730
+ 4: 400042
731
+ second: DayLight
732
+ - first:
733
+ 4: 400044
734
+ second: Editor_Dome
735
+ - first:
736
+ 4: 400046
737
+ second: Editor_Light_0
738
+ - first:
739
+ 4: 400048
740
+ second: Editor_Light_1
741
+ - first:
742
+ 4: 400050
743
+ second: Editor_Light_2
744
+ - first:
745
+ 4: 400052
746
+ second: Editor_Light_3
747
+ - first:
748
+ 4: 400054
749
+ second: Editor_Light_4
750
+ - first:
751
+ 4: 400056
752
+ second: Editor_Light_5
753
+ - first:
754
+ 4: 400058
755
+ second: Editor_Light_6
756
+ - first:
757
+ 4: 400060
758
+ second: Editor_Light_7
759
+ - first:
760
+ 4: 400062
761
+ second: Fog_Sphere
762
+ - first:
763
+ 4: 400064
764
+ second: Land
765
+ - first:
766
+ 4: 400066
767
+ second: Leaves
768
+ - first:
769
+ 4: 400068
770
+ second: Light_Sphere
771
+ - first:
772
+ 4: 400070
773
+ second: Loft
774
+ - first:
775
+ 4: 400072
776
+ second: Loft_1
777
+ - first:
778
+ 4: 400074
779
+ second: Loft_2
780
+ - first:
781
+ 4: 400076
782
+ second: //RootNode
783
+ - first:
784
+ 4: 400078
785
+ second: Plane
786
+ - first:
787
+ 4: 400080
788
+ second: Render_Dome
789
+ - first:
790
+ 4: 400082
791
+ second: Render_Light_0
792
+ - first:
793
+ 4: 400084
794
+ second: Render_Light_1
795
+ - first:
796
+ 4: 400086
797
+ second: Render_Light_10
798
+ - first:
799
+ 4: 400088
800
+ second: Render_Light_11
801
+ - first:
802
+ 4: 400090
803
+ second: Render_Light_12
804
+ - first:
805
+ 4: 400092
806
+ second: Render_Light_13
807
+ - first:
808
+ 4: 400094
809
+ second: Render_Light_14
810
+ - first:
811
+ 4: 400096
812
+ second: Render_Light_15
813
+ - first:
814
+ 4: 400098
815
+ second: Render_Light_16
816
+ - first:
817
+ 4: 400100
818
+ second: Render_Light_17
819
+ - first:
820
+ 4: 400102
821
+ second: Render_Light_18
822
+ - first:
823
+ 4: 400104
824
+ second: Render_Light_19
825
+ - first:
826
+ 4: 400106
827
+ second: Render_Light_2
828
+ - first:
829
+ 4: 400108
830
+ second: Render_Light_20
831
+ - first:
832
+ 4: 400110
833
+ second: Render_Light_21
834
+ - first:
835
+ 4: 400112
836
+ second: Render_Light_22
837
+ - first:
838
+ 4: 400114
839
+ second: Render_Light_23
840
+ - first:
841
+ 4: 400116
842
+ second: Render_Light_24
843
+ - first:
844
+ 4: 400118
845
+ second: Render_Light_25
846
+ - first:
847
+ 4: 400120
848
+ second: Render_Light_26
849
+ - first:
850
+ 4: 400122
851
+ second: Render_Light_27
852
+ - first:
853
+ 4: 400124
854
+ second: Render_Light_28
855
+ - first:
856
+ 4: 400126
857
+ second: Render_Light_29
858
+ - first:
859
+ 4: 400128
860
+ second: Render_Light_3
861
+ - first:
862
+ 4: 400130
863
+ second: Render_Light_30
864
+ - first:
865
+ 4: 400132
866
+ second: Render_Light_31
867
+ - first:
868
+ 4: 400134
869
+ second: Render_Light_32
870
+ - first:
871
+ 4: 400136
872
+ second: Render_Light_33
873
+ - first:
874
+ 4: 400138
875
+ second: Render_Light_34
876
+ - first:
877
+ 4: 400140
878
+ second: Render_Light_35
879
+ - first:
880
+ 4: 400142
881
+ second: Render_Light_36
882
+ - first:
883
+ 4: 400144
884
+ second: Render_Light_37
885
+ - first:
886
+ 4: 400146
887
+ second: Render_Light_38
888
+ - first:
889
+ 4: 400148
890
+ second: Render_Light_39
891
+ - first:
892
+ 4: 400150
893
+ second: Render_Light_4
894
+ - first:
895
+ 4: 400152
896
+ second: Render_Light_40
897
+ - first:
898
+ 4: 400154
899
+ second: Render_Light_41
900
+ - first:
901
+ 4: 400156
902
+ second: Render_Light_42
903
+ - first:
904
+ 4: 400158
905
+ second: Render_Light_43
906
+ - first:
907
+ 4: 400160
908
+ second: Render_Light_44
909
+ - first:
910
+ 4: 400162
911
+ second: Render_Light_45
912
+ - first:
913
+ 4: 400164
914
+ second: Render_Light_46
915
+ - first:
916
+ 4: 400166
917
+ second: Render_Light_47
918
+ - first:
919
+ 4: 400168
920
+ second: Render_Light_48
921
+ - first:
922
+ 4: 400170
923
+ second: Render_Light_49
924
+ - first:
925
+ 4: 400172
926
+ second: Render_Light_5
927
+ - first:
928
+ 4: 400174
929
+ second: Render_Light_50
930
+ - first:
931
+ 4: 400176
932
+ second: Render_Light_51
933
+ - first:
934
+ 4: 400178
935
+ second: Render_Light_52
936
+ - first:
937
+ 4: 400180
938
+ second: Render_Light_53
939
+ - first:
940
+ 4: 400182
941
+ second: Render_Light_54
942
+ - first:
943
+ 4: 400184
944
+ second: Render_Light_55
945
+ - first:
946
+ 4: 400186
947
+ second: Render_Light_56
948
+ - first:
949
+ 4: 400188
950
+ second: Render_Light_57
951
+ - first:
952
+ 4: 400190
953
+ second: Render_Light_58
954
+ - first:
955
+ 4: 400192
956
+ second: Render_Light_59
957
+ - first:
958
+ 4: 400194
959
+ second: Render_Light_6
960
+ - first:
961
+ 4: 400196
962
+ second: Render_Light_60
963
+ - first:
964
+ 4: 400198
965
+ second: Render_Light_61
966
+ - first:
967
+ 4: 400200
968
+ second: Render_Light_62
969
+ - first:
970
+ 4: 400202
971
+ second: Render_Light_63
972
+ - first:
973
+ 4: 400204
974
+ second: Render_Light_64
975
+ - first:
976
+ 4: 400206
977
+ second: Render_Light_65
978
+ - first:
979
+ 4: 400208
980
+ second: Render_Light_66
981
+ - first:
982
+ 4: 400210
983
+ second: Render_Light_67
984
+ - first:
985
+ 4: 400212
986
+ second: Render_Light_68
987
+ - first:
988
+ 4: 400214
989
+ second: Render_Light_69
990
+ - first:
991
+ 4: 400216
992
+ second: Render_Light_7
993
+ - first:
994
+ 4: 400218
995
+ second: Render_Light_70
996
+ - first:
997
+ 4: 400220
998
+ second: Render_Light_71
999
+ - first:
1000
+ 4: 400222
1001
+ second: Render_Light_72
1002
+ - first:
1003
+ 4: 400224
1004
+ second: Render_Light_73
1005
+ - first:
1006
+ 4: 400226
1007
+ second: Render_Light_74
1008
+ - first:
1009
+ 4: 400228
1010
+ second: Render_Light_75
1011
+ - first:
1012
+ 4: 400230
1013
+ second: Render_Light_76
1014
+ - first:
1015
+ 4: 400232
1016
+ second: Render_Light_77
1017
+ - first:
1018
+ 4: 400234
1019
+ second: Render_Light_78
1020
+ - first:
1021
+ 4: 400236
1022
+ second: Render_Light_79
1023
+ - first:
1024
+ 4: 400238
1025
+ second: Render_Light_8
1026
+ - first:
1027
+ 4: 400240
1028
+ second: Render_Light_80
1029
+ - first:
1030
+ 4: 400242
1031
+ second: Render_Light_81
1032
+ - first:
1033
+ 4: 400244
1034
+ second: Render_Light_82
1035
+ - first:
1036
+ 4: 400246
1037
+ second: Render_Light_83
1038
+ - first:
1039
+ 4: 400248
1040
+ second: Render_Light_84
1041
+ - first:
1042
+ 4: 400250
1043
+ second: Render_Light_85
1044
+ - first:
1045
+ 4: 400252
1046
+ second: Render_Light_86
1047
+ - first:
1048
+ 4: 400254
1049
+ second: Render_Light_87
1050
+ - first:
1051
+ 4: 400256
1052
+ second: Render_Light_88
1053
+ - first:
1054
+ 4: 400258
1055
+ second: Render_Light_89
1056
+ - first:
1057
+ 4: 400260
1058
+ second: Render_Light_9
1059
+ - first:
1060
+ 4: 400262
1061
+ second: Render_Light_90
1062
+ - first:
1063
+ 4: 400264
1064
+ second: Render_Light_91
1065
+ - first:
1066
+ 4: 400266
1067
+ second: Sky
1068
+ - first:
1069
+ 4: 400268
1070
+ second: Sky_2
1071
+ - first:
1072
+ 4: 400270
1073
+ second: Sphere
1074
+ - first:
1075
+ 4: 400272
1076
+ second: Sphere_1
1077
+ - first:
1078
+ 4: 400274
1079
+ second: Sphere_1_2
1080
+ - first:
1081
+ 4: 400276
1082
+ second: Sphere_1_3
1083
+ - first:
1084
+ 4: 400278
1085
+ second: Sphere_1_4
1086
+ - first:
1087
+ 4: 400280
1088
+ second: Sphere_2
1089
+ - first:
1090
+ 4: 400282
1091
+ second: Sphere_2_2
1092
+ - first:
1093
+ 4: 400284
1094
+ second: Sphere_2_3
1095
+ - first:
1096
+ 4: 400286
1097
+ second: Sphere_2_4
1098
+ - first:
1099
+ 4: 400288
1100
+ second: Sphere_2_5
1101
+ - first:
1102
+ 4: 400290
1103
+ second: Sphere_3
1104
+ - first:
1105
+ 4: 400292
1106
+ second: Sphere_3_2
1107
+ - first:
1108
+ 4: 400294
1109
+ second: Sphere_3_3
1110
+ - first:
1111
+ 4: 400296
1112
+ second: Sphere_4
1113
+ - first:
1114
+ 4: 400298
1115
+ second: Sphere_4_2
1116
+ - first:
1117
+ 4: 400300
1118
+ second: Sphere_4_3
1119
+ - first:
1120
+ 4: 400302
1121
+ second: Sphere_5
1122
+ - first:
1123
+ 4: 400304
1124
+ second: Sphere_5_2
1125
+ - first:
1126
+ 4: 400306
1127
+ second: Sphere_6
1128
+ - first:
1129
+ 4: 400308
1130
+ second: Sphere_7
1131
+ - first:
1132
+ 4: 400310
1133
+ second: Sun_Light
1134
+ - first:
1135
+ 4: 400312
1136
+ second: Sun_Plane
1137
+ - first:
1138
+ 4: 400314
1139
+ second: Sword
1140
+ - first:
1141
+ 4: 400316
1142
+ second: SwordBase
1143
+ - first:
1144
+ 4: 400318
1145
+ second: Tree
1146
+ - first:
1147
+ 4: 400320
1148
+ second: Water
1149
+ - first:
1150
+ 4: 400322
1151
+ second: Cap_1_5
1152
+ - first:
1153
+ 4: 400324
1154
+ second: Cap_1_6
1155
+ - first:
1156
+ 4: 400326
1157
+ second: Cap_1_7
1158
+ - first:
1159
+ 4: 400328
1160
+ second: Cap_2_5
1161
+ - first:
1162
+ 4: 400330
1163
+ second: Cap_2_6
1164
+ - first:
1165
+ 4: 400332
1166
+ second: Cap_2_7
1167
+ - first:
1168
+ 4: 400334
1169
+ second: Cap_2_8
1170
+ - first:
1171
+ 4: 400336
1172
+ second: Figure
1173
+ - first:
1174
+ 4: 400338
1175
+ second: Head
1176
+ - first:
1177
+ 4: 400340
1178
+ second: Head_Effector
1179
+ - first:
1180
+ 4: 400342
1181
+ second: Joint
1182
+ - first:
1183
+ 4: 400344
1184
+ second: Leaves_2
1185
+ - first:
1186
+ 4: 400346
1187
+ second: Left_Foot
1188
+ - first:
1189
+ 4: 400348
1190
+ second: Left_Foot_Effector
1191
+ - first:
1192
+ 4: 400350
1193
+ second: Left_Hand
1194
+ - first:
1195
+ 4: 400352
1196
+ second: Left_Hand_Effector
1197
+ - first:
1198
+ 4: 400354
1199
+ second: Left_Joint
1200
+ - first:
1201
+ 4: 400356
1202
+ second: Left_Joint_2
1203
+ - first:
1204
+ 4: 400358
1205
+ second: Left_Joint_3
1206
+ - first:
1207
+ 4: 400360
1208
+ second: Left_Joint_4
1209
+ - first:
1210
+ 4: 400362
1211
+ second: Left_Joint_5
1212
+ - first:
1213
+ 4: 400364
1214
+ second: Left_Joint_6
1215
+ - first:
1216
+ 4: 400366
1217
+ second: Left_Lower_Arm
1218
+ - first:
1219
+ 4: 400368
1220
+ second: Left_Shin
1221
+ - first:
1222
+ 4: 400370
1223
+ second: Left_Thigh
1224
+ - first:
1225
+ 4: 400372
1226
+ second: Left_Upper_Arm
1227
+ - first:
1228
+ 4: 400374
1229
+ second: Loft_1_2
1230
+ - first:
1231
+ 4: 400376
1232
+ second: Loft_2_2
1233
+ - first:
1234
+ 4: 400378
1235
+ second: Loft_2_3
1236
+ - first:
1237
+ 4: 400380
1238
+ second: Neck
1239
+ - first:
1240
+ 4: 400382
1241
+ second: Right_Foot
1242
+ - first:
1243
+ 4: 400384
1244
+ second: Right_Foot_Effector
1245
+ - first:
1246
+ 4: 400386
1247
+ second: Right_Hand
1248
+ - first:
1249
+ 4: 400388
1250
+ second: Right_Hand_Effector
1251
+ - first:
1252
+ 4: 400390
1253
+ second: Right_Joint
1254
+ - first:
1255
+ 4: 400392
1256
+ second: Right_Joint_2
1257
+ - first:
1258
+ 4: 400394
1259
+ second: Right_Joint_3
1260
+ - first:
1261
+ 4: 400396
1262
+ second: Right_Joint_4
1263
+ - first:
1264
+ 4: 400398
1265
+ second: Right_Joint_5
1266
+ - first:
1267
+ 4: 400400
1268
+ second: Right_Joint_6
1269
+ - first:
1270
+ 4: 400402
1271
+ second: Right_Lower_Arm
1272
+ - first:
1273
+ 4: 400404
1274
+ second: Right_Shin
1275
+ - first:
1276
+ 4: 400406
1277
+ second: Right_Thigh
1278
+ - first:
1279
+ 4: 400408
1280
+ second: Right_Upper_Arm
1281
+ - first:
1282
+ 4: 400410
1283
+ second: Sphere_1_5
1284
+ - first:
1285
+ 4: 400412
1286
+ second: Sphere_1_6
1287
+ - first:
1288
+ 4: 400414
1289
+ second: Sphere_1_7
1290
+ - first:
1291
+ 4: 400416
1292
+ second: Sphere_2_6
1293
+ - first:
1294
+ 4: 400418
1295
+ second: Sphere_2_7
1296
+ - first:
1297
+ 4: 400420
1298
+ second: Sphere_2_8
1299
+ - first:
1300
+ 4: 400422
1301
+ second: Sphere_3_4
1302
+ - first:
1303
+ 4: 400424
1304
+ second: Sphere_3_5
1305
+ - first:
1306
+ 4: 400426
1307
+ second: Sphere_3_6
1308
+ - first:
1309
+ 4: 400428
1310
+ second: Sphere_4_4
1311
+ - first:
1312
+ 4: 400430
1313
+ second: Sphere_4_5
1314
+ - first:
1315
+ 4: 400432
1316
+ second: Sphere_6_2
1317
+ - first:
1318
+ 4: 400434
1319
+ second: Sphere_7_2
1320
+ - first:
1321
+ 4: 400436
1322
+ second: Tree_1
1323
+ - first:
1324
+ 4: 400438
1325
+ second: Upper_Body
1326
+ - first:
1327
+ 21: 2100000
1328
+ second: Sun
1329
+ - first:
1330
+ 21: 2100002
1331
+ second: Sky Texture
1332
+ - first:
1333
+ 21: 2100004
1334
+ second: Water
1335
+ - first:
1336
+ 21: 2100006
1337
+ second: Land
1338
+ - first:
1339
+ 21: 2100008
1340
+ second: SwordBase
1341
+ - first:
1342
+ 21: 2100010
1343
+ second: SwordBlade
1344
+ - first:
1345
+ 21: 2100012
1346
+ second: Grass
1347
+ - first:
1348
+ 21: 2100014
1349
+ second: Cloud
1350
+ - first:
1351
+ 21: 2100016
1352
+ second: Apples
1353
+ - first:
1354
+ 21: 2100018
1355
+ second: Leaves
1356
+ - first:
1357
+ 21: 2100020
1358
+ second: Tree
1359
+ - first:
1360
+ 21: 2100022
1361
+ second: No Name
1362
+ - first:
1363
+ 23: 2300000
1364
+ second: BladeLoft
1365
+ - first:
1366
+ 23: 2300002
1367
+ second: Cap_1
1368
+ - first:
1369
+ 23: 2300004
1370
+ second: Cap_1_2
1371
+ - first:
1372
+ 23: 2300006
1373
+ second: Cap_1_3
1374
+ - first:
1375
+ 23: 2300008
1376
+ second: Cap_1_4
1377
+ - first:
1378
+ 23: 2300010
1379
+ second: Cap_2
1380
+ - first:
1381
+ 23: 2300012
1382
+ second: Cap_2_3
1383
+ - first:
1384
+ 23: 2300014
1385
+ second: Cap_2_4
1386
+ - first:
1387
+ 23: 2300016
1388
+ second: Cube
1389
+ - first:
1390
+ 23: 2300018
1391
+ second: Cube_2
1392
+ - first:
1393
+ 23: 2300020
1394
+ second: Cube_3
1395
+ - first:
1396
+ 23: 2300022
1397
+ second: Cube_4
1398
+ - first:
1399
+ 23: 2300024
1400
+ second: Cylinder
1401
+ - first:
1402
+ 23: 2300026
1403
+ second: Cylinder_2
1404
+ - first:
1405
+ 23: 2300028
1406
+ second: Land
1407
+ - first:
1408
+ 23: 2300030
1409
+ second: Light_Sphere
1410
+ - first:
1411
+ 23: 2300032
1412
+ second: Loft
1413
+ - first:
1414
+ 23: 2300034
1415
+ second: Loft_1
1416
+ - first:
1417
+ 23: 2300036
1418
+ second: Loft_2
1419
+ - first:
1420
+ 23: 2300038
1421
+ second: Plane
1422
+ - first:
1423
+ 23: 2300040
1424
+ second: Sphere_1
1425
+ - first:
1426
+ 23: 2300042
1427
+ second: Sphere_1_2
1428
+ - first:
1429
+ 23: 2300044
1430
+ second: Sphere_1_3
1431
+ - first:
1432
+ 23: 2300046
1433
+ second: Sphere_1_4
1434
+ - first:
1435
+ 23: 2300048
1436
+ second: Sphere_2
1437
+ - first:
1438
+ 23: 2300050
1439
+ second: Sphere_2_2
1440
+ - first:
1441
+ 23: 2300052
1442
+ second: Sphere_2_3
1443
+ - first:
1444
+ 23: 2300054
1445
+ second: Sphere_2_4
1446
+ - first:
1447
+ 23: 2300056
1448
+ second: Sphere_2_5
1449
+ - first:
1450
+ 23: 2300058
1451
+ second: Sphere_3
1452
+ - first:
1453
+ 23: 2300060
1454
+ second: Sphere_3_2
1455
+ - first:
1456
+ 23: 2300062
1457
+ second: Sphere_3_3
1458
+ - first:
1459
+ 23: 2300064
1460
+ second: Sphere_4
1461
+ - first:
1462
+ 23: 2300066
1463
+ second: Sphere_4_2
1464
+ - first:
1465
+ 23: 2300068
1466
+ second: Sphere_4_3
1467
+ - first:
1468
+ 23: 2300070
1469
+ second: Sphere_5
1470
+ - first:
1471
+ 23: 2300072
1472
+ second: Sphere_5_2
1473
+ - first:
1474
+ 23: 2300074
1475
+ second: Sphere_6
1476
+ - first:
1477
+ 23: 2300076
1478
+ second: Sphere_7
1479
+ - first:
1480
+ 23: 2300078
1481
+ second: Sun_Plane
1482
+ - first:
1483
+ 23: 2300080
1484
+ second: Cap_1_5
1485
+ - first:
1486
+ 23: 2300082
1487
+ second: Cap_1_6
1488
+ - first:
1489
+ 23: 2300084
1490
+ second: Cap_1_7
1491
+ - first:
1492
+ 23: 2300086
1493
+ second: Cap_2_5
1494
+ - first:
1495
+ 23: 2300088
1496
+ second: Cap_2_7
1497
+ - first:
1498
+ 23: 2300090
1499
+ second: Cap_2_8
1500
+ - first:
1501
+ 23: 2300092
1502
+ second: Figure
1503
+ - first:
1504
+ 23: 2300094
1505
+ second: Head
1506
+ - first:
1507
+ 23: 2300096
1508
+ second: Joint
1509
+ - first:
1510
+ 23: 2300098
1511
+ second: Left_Foot
1512
+ - first:
1513
+ 23: 2300100
1514
+ second: Left_Hand
1515
+ - first:
1516
+ 23: 2300102
1517
+ second: Left_Joint
1518
+ - first:
1519
+ 23: 2300104
1520
+ second: Left_Joint_2
1521
+ - first:
1522
+ 23: 2300106
1523
+ second: Left_Joint_3
1524
+ - first:
1525
+ 23: 2300108
1526
+ second: Left_Joint_4
1527
+ - first:
1528
+ 23: 2300110
1529
+ second: Left_Joint_5
1530
+ - first:
1531
+ 23: 2300112
1532
+ second: Left_Joint_6
1533
+ - first:
1534
+ 23: 2300114
1535
+ second: Left_Lower_Arm
1536
+ - first:
1537
+ 23: 2300116
1538
+ second: Left_Shin
1539
+ - first:
1540
+ 23: 2300118
1541
+ second: Left_Thigh
1542
+ - first:
1543
+ 23: 2300120
1544
+ second: Left_Upper_Arm
1545
+ - first:
1546
+ 23: 2300122
1547
+ second: Loft_1_2
1548
+ - first:
1549
+ 23: 2300124
1550
+ second: Loft_2_2
1551
+ - first:
1552
+ 23: 2300126
1553
+ second: Loft_2_3
1554
+ - first:
1555
+ 23: 2300128
1556
+ second: Neck
1557
+ - first:
1558
+ 23: 2300130
1559
+ second: Right_Foot
1560
+ - first:
1561
+ 23: 2300132
1562
+ second: Right_Hand
1563
+ - first:
1564
+ 23: 2300134
1565
+ second: Right_Joint
1566
+ - first:
1567
+ 23: 2300136
1568
+ second: Right_Joint_2
1569
+ - first:
1570
+ 23: 2300138
1571
+ second: Right_Joint_3
1572
+ - first:
1573
+ 23: 2300140
1574
+ second: Right_Joint_4
1575
+ - first:
1576
+ 23: 2300142
1577
+ second: Right_Joint_5
1578
+ - first:
1579
+ 23: 2300144
1580
+ second: Right_Joint_6
1581
+ - first:
1582
+ 23: 2300146
1583
+ second: Right_Lower_Arm
1584
+ - first:
1585
+ 23: 2300148
1586
+ second: Right_Shin
1587
+ - first:
1588
+ 23: 2300150
1589
+ second: Right_Thigh
1590
+ - first:
1591
+ 23: 2300152
1592
+ second: Right_Upper_Arm
1593
+ - first:
1594
+ 23: 2300154
1595
+ second: Sphere_1_5
1596
+ - first:
1597
+ 23: 2300156
1598
+ second: Sphere_1_6
1599
+ - first:
1600
+ 23: 2300158
1601
+ second: Sphere_1_7
1602
+ - first:
1603
+ 23: 2300160
1604
+ second: Sphere_2_6
1605
+ - first:
1606
+ 23: 2300162
1607
+ second: Sphere_2_7
1608
+ - first:
1609
+ 23: 2300164
1610
+ second: Sphere_2_8
1611
+ - first:
1612
+ 23: 2300166
1613
+ second: Sphere_3_4
1614
+ - first:
1615
+ 23: 2300168
1616
+ second: Sphere_3_5
1617
+ - first:
1618
+ 23: 2300170
1619
+ second: Sphere_3_6
1620
+ - first:
1621
+ 23: 2300172
1622
+ second: Sphere_4_4
1623
+ - first:
1624
+ 23: 2300174
1625
+ second: Sphere_4_5
1626
+ - first:
1627
+ 23: 2300176
1628
+ second: Sphere_6_2
1629
+ - first:
1630
+ 23: 2300178
1631
+ second: Sphere_7_2
1632
+ - first:
1633
+ 23: 2300180
1634
+ second: Upper_Body
1635
+ - first:
1636
+ 33: 3300000
1637
+ second: BladeLoft
1638
+ - first:
1639
+ 33: 3300002
1640
+ second: Cap_1
1641
+ - first:
1642
+ 33: 3300004
1643
+ second: Cap_1_2
1644
+ - first:
1645
+ 33: 3300006
1646
+ second: Cap_1_3
1647
+ - first:
1648
+ 33: 3300008
1649
+ second: Cap_1_4
1650
+ - first:
1651
+ 33: 3300010
1652
+ second: Cap_2
1653
+ - first:
1654
+ 33: 3300012
1655
+ second: Cap_2_3
1656
+ - first:
1657
+ 33: 3300014
1658
+ second: Cap_2_4
1659
+ - first:
1660
+ 33: 3300016
1661
+ second: Cube
1662
+ - first:
1663
+ 33: 3300018
1664
+ second: Cube_2
1665
+ - first:
1666
+ 33: 3300020
1667
+ second: Cube_3
1668
+ - first:
1669
+ 33: 3300022
1670
+ second: Cube_4
1671
+ - first:
1672
+ 33: 3300024
1673
+ second: Cylinder
1674
+ - first:
1675
+ 33: 3300026
1676
+ second: Cylinder_2
1677
+ - first:
1678
+ 33: 3300028
1679
+ second: Land
1680
+ - first:
1681
+ 33: 3300030
1682
+ second: Light_Sphere
1683
+ - first:
1684
+ 33: 3300032
1685
+ second: Loft
1686
+ - first:
1687
+ 33: 3300034
1688
+ second: Loft_1
1689
+ - first:
1690
+ 33: 3300036
1691
+ second: Loft_2
1692
+ - first:
1693
+ 33: 3300038
1694
+ second: Plane
1695
+ - first:
1696
+ 33: 3300040
1697
+ second: Sphere_1
1698
+ - first:
1699
+ 33: 3300042
1700
+ second: Sphere_1_2
1701
+ - first:
1702
+ 33: 3300044
1703
+ second: Sphere_1_3
1704
+ - first:
1705
+ 33: 3300046
1706
+ second: Sphere_1_4
1707
+ - first:
1708
+ 33: 3300048
1709
+ second: Sphere_2
1710
+ - first:
1711
+ 33: 3300050
1712
+ second: Sphere_2_2
1713
+ - first:
1714
+ 33: 3300052
1715
+ second: Sphere_2_3
1716
+ - first:
1717
+ 33: 3300054
1718
+ second: Sphere_2_4
1719
+ - first:
1720
+ 33: 3300056
1721
+ second: Sphere_2_5
1722
+ - first:
1723
+ 33: 3300058
1724
+ second: Sphere_3
1725
+ - first:
1726
+ 33: 3300060
1727
+ second: Sphere_3_2
1728
+ - first:
1729
+ 33: 3300062
1730
+ second: Sphere_3_3
1731
+ - first:
1732
+ 33: 3300064
1733
+ second: Sphere_4
1734
+ - first:
1735
+ 33: 3300066
1736
+ second: Sphere_4_2
1737
+ - first:
1738
+ 33: 3300068
1739
+ second: Sphere_4_3
1740
+ - first:
1741
+ 33: 3300070
1742
+ second: Sphere_5
1743
+ - first:
1744
+ 33: 3300072
1745
+ second: Sphere_5_2
1746
+ - first:
1747
+ 33: 3300074
1748
+ second: Sphere_6
1749
+ - first:
1750
+ 33: 3300076
1751
+ second: Sphere_7
1752
+ - first:
1753
+ 33: 3300078
1754
+ second: Sun_Plane
1755
+ - first:
1756
+ 33: 3300080
1757
+ second: Cap_1_5
1758
+ - first:
1759
+ 33: 3300082
1760
+ second: Cap_1_6
1761
+ - first:
1762
+ 33: 3300084
1763
+ second: Cap_1_7
1764
+ - first:
1765
+ 33: 3300086
1766
+ second: Cap_2_5
1767
+ - first:
1768
+ 33: 3300088
1769
+ second: Cap_2_7
1770
+ - first:
1771
+ 33: 3300090
1772
+ second: Cap_2_8
1773
+ - first:
1774
+ 33: 3300092
1775
+ second: Figure
1776
+ - first:
1777
+ 33: 3300094
1778
+ second: Head
1779
+ - first:
1780
+ 33: 3300096
1781
+ second: Joint
1782
+ - first:
1783
+ 33: 3300098
1784
+ second: Left_Foot
1785
+ - first:
1786
+ 33: 3300100
1787
+ second: Left_Hand
1788
+ - first:
1789
+ 33: 3300102
1790
+ second: Left_Joint
1791
+ - first:
1792
+ 33: 3300104
1793
+ second: Left_Joint_2
1794
+ - first:
1795
+ 33: 3300106
1796
+ second: Left_Joint_3
1797
+ - first:
1798
+ 33: 3300108
1799
+ second: Left_Joint_4
1800
+ - first:
1801
+ 33: 3300110
1802
+ second: Left_Joint_5
1803
+ - first:
1804
+ 33: 3300112
1805
+ second: Left_Joint_6
1806
+ - first:
1807
+ 33: 3300114
1808
+ second: Left_Lower_Arm
1809
+ - first:
1810
+ 33: 3300116
1811
+ second: Left_Shin
1812
+ - first:
1813
+ 33: 3300118
1814
+ second: Left_Thigh
1815
+ - first:
1816
+ 33: 3300120
1817
+ second: Left_Upper_Arm
1818
+ - first:
1819
+ 33: 3300122
1820
+ second: Loft_1_2
1821
+ - first:
1822
+ 33: 3300124
1823
+ second: Loft_2_2
1824
+ - first:
1825
+ 33: 3300126
1826
+ second: Loft_2_3
1827
+ - first:
1828
+ 33: 3300128
1829
+ second: Neck
1830
+ - first:
1831
+ 33: 3300130
1832
+ second: Right_Foot
1833
+ - first:
1834
+ 33: 3300132
1835
+ second: Right_Hand
1836
+ - first:
1837
+ 33: 3300134
1838
+ second: Right_Joint
1839
+ - first:
1840
+ 33: 3300136
1841
+ second: Right_Joint_2
1842
+ - first:
1843
+ 33: 3300138
1844
+ second: Right_Joint_3
1845
+ - first:
1846
+ 33: 3300140
1847
+ second: Right_Joint_4
1848
+ - first:
1849
+ 33: 3300142
1850
+ second: Right_Joint_5
1851
+ - first:
1852
+ 33: 3300144
1853
+ second: Right_Joint_6
1854
+ - first:
1855
+ 33: 3300146
1856
+ second: Right_Lower_Arm
1857
+ - first:
1858
+ 33: 3300148
1859
+ second: Right_Shin
1860
+ - first:
1861
+ 33: 3300150
1862
+ second: Right_Thigh
1863
+ - first:
1864
+ 33: 3300152
1865
+ second: Right_Upper_Arm
1866
+ - first:
1867
+ 33: 3300154
1868
+ second: Sphere_1_5
1869
+ - first:
1870
+ 33: 3300156
1871
+ second: Sphere_1_6
1872
+ - first:
1873
+ 33: 3300158
1874
+ second: Sphere_1_7
1875
+ - first:
1876
+ 33: 3300160
1877
+ second: Sphere_2_6
1878
+ - first:
1879
+ 33: 3300162
1880
+ second: Sphere_2_7
1881
+ - first:
1882
+ 33: 3300164
1883
+ second: Sphere_2_8
1884
+ - first:
1885
+ 33: 3300166
1886
+ second: Sphere_3_4
1887
+ - first:
1888
+ 33: 3300168
1889
+ second: Sphere_3_5
1890
+ - first:
1891
+ 33: 3300170
1892
+ second: Sphere_3_6
1893
+ - first:
1894
+ 33: 3300172
1895
+ second: Sphere_4_4
1896
+ - first:
1897
+ 33: 3300174
1898
+ second: Sphere_4_5
1899
+ - first:
1900
+ 33: 3300176
1901
+ second: Sphere_6_2
1902
+ - first:
1903
+ 33: 3300178
1904
+ second: Sphere_7_2
1905
+ - first:
1906
+ 33: 3300180
1907
+ second: Upper_Body
1908
+ - first:
1909
+ 43: 4300000
1910
+ second: Sun_Plane
1911
+ - first:
1912
+ 43: 4300002
1913
+ second: Light_Sphere
1914
+ - first:
1915
+ 43: 4300004
1916
+ second: Plane
1917
+ - first:
1918
+ 43: 4300006
1919
+ second: Cylinder
1920
+ - first:
1921
+ 43: 4300008
1922
+ second: Cylinder_2
1923
+ - first:
1924
+ 43: 4300010
1925
+ second: Cube
1926
+ - first:
1927
+ 43: 4300012
1928
+ second: BladeLoft
1929
+ - first:
1930
+ 43: 4300014
1931
+ second: Cap_1
1932
+ - first:
1933
+ 43: 4300016
1934
+ second: Cube_2
1935
+ - first:
1936
+ 43: 4300018
1937
+ second: Sphere_2
1938
+ - first:
1939
+ 43: 4300020
1940
+ second: Sphere_2_2
1941
+ - first:
1942
+ 43: 4300022
1943
+ second: Sphere_1
1944
+ - first:
1945
+ 43: 4300024
1946
+ second: Sphere_3
1947
+ - first:
1948
+ 43: 4300026
1949
+ second: Cube_3
1950
+ - first:
1951
+ 43: 4300028
1952
+ second: Sphere_2_3
1953
+ - first:
1954
+ 43: 4300030
1955
+ second: Sphere_1_2
1956
+ - first:
1957
+ 43: 4300032
1958
+ second: Sphere_4
1959
+ - first:
1960
+ 43: 4300034
1961
+ second: Cube_4
1962
+ - first:
1963
+ 43: 4300036
1964
+ second: Sphere_4_2
1965
+ - first:
1966
+ 43: 4300038
1967
+ second: Sphere_3_2
1968
+ - first:
1969
+ 43: 4300040
1970
+ second: Sphere_2_4
1971
+ - first:
1972
+ 43: 4300042
1973
+ second: Sphere_1_3
1974
+ - first:
1975
+ 43: 4300044
1976
+ second: Sphere_5
1977
+ - first:
1978
+ 43: 4300046
1979
+ second: Sphere_5_2
1980
+ - first:
1981
+ 43: 4300048
1982
+ second: Sphere_6
1983
+ - first:
1984
+ 43: 4300050
1985
+ second: Sphere_7
1986
+ - first:
1987
+ 43: 4300052
1988
+ second: Sphere_4_3
1989
+ - first:
1990
+ 43: 4300054
1991
+ second: Sphere_3_3
1992
+ - first:
1993
+ 43: 4300056
1994
+ second: Sphere_2_5
1995
+ - first:
1996
+ 43: 4300058
1997
+ second: Sphere_1_4
1998
+ - first:
1999
+ 43: 4300060
2000
+ second: Loft
2001
+ - first:
2002
+ 43: 4300062
2003
+ second: Cap_1_2
2004
+ - first:
2005
+ 43: 4300064
2006
+ second: Cap_2
2007
+ - first:
2008
+ 43: 4300066
2009
+ second: Loft_1
2010
+ - first:
2011
+ 43: 4300068
2012
+ second: Cap_1_3
2013
+ - first:
2014
+ 43: 4300070
2015
+ second: Cap_2_3
2016
+ - first:
2017
+ 43: 4300072
2018
+ second: Loft_2
2019
+ - first:
2020
+ 43: 4300074
2021
+ second: Cap_1_4
2022
+ - first:
2023
+ 43: 4300076
2024
+ second: Cap_2_4
2025
+ - first:
2026
+ 43: 4300078
2027
+ second: Land
2028
+ - first:
2029
+ 43: 4300080
2030
+ second: Figure
2031
+ - first:
2032
+ 43: 4300082
2033
+ second: Left_Thigh
2034
+ - first:
2035
+ 43: 4300084
2036
+ second: Left_Shin
2037
+ - first:
2038
+ 43: 4300086
2039
+ second: Left_Foot
2040
+ - first:
2041
+ 43: 4300088
2042
+ second: Left_Joint
2043
+ - first:
2044
+ 43: 4300090
2045
+ second: Left_Joint_2
2046
+ - first:
2047
+ 43: 4300092
2048
+ second: Left_Joint_3
2049
+ - first:
2050
+ 43: 4300094
2051
+ second: Right_Thigh
2052
+ - first:
2053
+ 43: 4300096
2054
+ second: Right_Shin
2055
+ - first:
2056
+ 43: 4300098
2057
+ second: Right_Foot
2058
+ - first:
2059
+ 43: 4300100
2060
+ second: Right_Joint
2061
+ - first:
2062
+ 43: 4300102
2063
+ second: Right_Joint_2
2064
+ - first:
2065
+ 43: 4300104
2066
+ second: Right_Joint_3
2067
+ - first:
2068
+ 43: 4300106
2069
+ second: Upper_Body
2070
+ - first:
2071
+ 43: 4300108
2072
+ second: Left_Upper_Arm
2073
+ - first:
2074
+ 43: 4300110
2075
+ second: Left_Lower_Arm
2076
+ - first:
2077
+ 43: 4300112
2078
+ second: Left_Hand
2079
+ - first:
2080
+ 43: 4300114
2081
+ second: Left_Joint_4
2082
+ - first:
2083
+ 43: 4300116
2084
+ second: Left_Joint_5
2085
+ - first:
2086
+ 43: 4300118
2087
+ second: Left_Joint_6
2088
+ - first:
2089
+ 43: 4300120
2090
+ second: Right_Upper_Arm
2091
+ - first:
2092
+ 43: 4300122
2093
+ second: Right_Lower_Arm
2094
+ - first:
2095
+ 43: 4300124
2096
+ second: Right_Hand
2097
+ - first:
2098
+ 43: 4300126
2099
+ second: Right_Joint_4
2100
+ - first:
2101
+ 43: 4300128
2102
+ second: Right_Joint_5
2103
+ - first:
2104
+ 43: 4300130
2105
+ second: Right_Joint_6
2106
+ - first:
2107
+ 43: 4300132
2108
+ second: Head
2109
+ - first:
2110
+ 43: 4300134
2111
+ second: Neck
2112
+ - first:
2113
+ 43: 4300136
2114
+ second: Joint
2115
+ - first:
2116
+ 43: 4300138
2117
+ second: Sphere_6_2
2118
+ - first:
2119
+ 43: 4300140
2120
+ second: Sphere_3_4
2121
+ - first:
2122
+ 43: 4300142
2123
+ second: Sphere_2_6
2124
+ - first:
2125
+ 43: 4300144
2126
+ second: Sphere_1_5
2127
+ - first:
2128
+ 43: 4300146
2129
+ second: Sphere_4_4
2130
+ - first:
2131
+ 43: 4300148
2132
+ second: Sphere_3_5
2133
+ - first:
2134
+ 43: 4300150
2135
+ second: Sphere_2_7
2136
+ - first:
2137
+ 43: 4300152
2138
+ second: Sphere_1_6
2139
+ - first:
2140
+ 43: 4300154
2141
+ second: Sphere_7_2
2142
+ - first:
2143
+ 43: 4300156
2144
+ second: Sphere_4_5
2145
+ - first:
2146
+ 43: 4300158
2147
+ second: Sphere_3_6
2148
+ - first:
2149
+ 43: 4300160
2150
+ second: Sphere_2_8
2151
+ - first:
2152
+ 43: 4300162
2153
+ second: Sphere_1_7
2154
+ - first:
2155
+ 43: 4300164
2156
+ second: Loft_2_2
2157
+ - first:
2158
+ 43: 4300166
2159
+ second: Cap_1_5
2160
+ - first:
2161
+ 43: 4300168
2162
+ second: Cap_2_5
2163
+ - first:
2164
+ 43: 4300170
2165
+ second: Loft_1_2
2166
+ - first:
2167
+ 43: 4300172
2168
+ second: Cap_1_6
2169
+ - first:
2170
+ 43: 4300174
2171
+ second: Cap_2_7
2172
+ - first:
2173
+ 43: 4300176
2174
+ second: Loft_2_3
2175
+ - first:
2176
+ 43: 4300178
2177
+ second: Cap_1_7
2178
+ - first:
2179
+ 43: 4300180
2180
+ second: Cap_2_8
2181
+ - first:
2182
+ 108: 10800000
2183
+ second: Editor_Light_0
2184
+ - first:
2185
+ 108: 10800002
2186
+ second: Editor_Light_1
2187
+ - first:
2188
+ 108: 10800004
2189
+ second: Editor_Light_2
2190
+ - first:
2191
+ 108: 10800006
2192
+ second: Editor_Light_3
2193
+ - first:
2194
+ 108: 10800008
2195
+ second: Editor_Light_4
2196
+ - first:
2197
+ 108: 10800010
2198
+ second: Editor_Light_5
2199
+ - first:
2200
+ 108: 10800012
2201
+ second: Editor_Light_6
2202
+ - first:
2203
+ 108: 10800014
2204
+ second: Editor_Light_7
2205
+ - first:
2206
+ 108: 10800016
2207
+ second: Render_Light_0
2208
+ - first:
2209
+ 108: 10800018
2210
+ second: Render_Light_1
2211
+ - first:
2212
+ 108: 10800020
2213
+ second: Render_Light_10
2214
+ - first:
2215
+ 108: 10800022
2216
+ second: Render_Light_11
2217
+ - first:
2218
+ 108: 10800024
2219
+ second: Render_Light_12
2220
+ - first:
2221
+ 108: 10800026
2222
+ second: Render_Light_13
2223
+ - first:
2224
+ 108: 10800028
2225
+ second: Render_Light_14
2226
+ - first:
2227
+ 108: 10800030
2228
+ second: Render_Light_15
2229
+ - first:
2230
+ 108: 10800032
2231
+ second: Render_Light_16
2232
+ - first:
2233
+ 108: 10800034
2234
+ second: Render_Light_17
2235
+ - first:
2236
+ 108: 10800036
2237
+ second: Render_Light_18
2238
+ - first:
2239
+ 108: 10800038
2240
+ second: Render_Light_19
2241
+ - first:
2242
+ 108: 10800040
2243
+ second: Render_Light_2
2244
+ - first:
2245
+ 108: 10800042
2246
+ second: Render_Light_20
2247
+ - first:
2248
+ 108: 10800044
2249
+ second: Render_Light_21
2250
+ - first:
2251
+ 108: 10800046
2252
+ second: Render_Light_22
2253
+ - first:
2254
+ 108: 10800048
2255
+ second: Render_Light_23
2256
+ - first:
2257
+ 108: 10800050
2258
+ second: Render_Light_24
2259
+ - first:
2260
+ 108: 10800052
2261
+ second: Render_Light_25
2262
+ - first:
2263
+ 108: 10800054
2264
+ second: Render_Light_26
2265
+ - first:
2266
+ 108: 10800056
2267
+ second: Render_Light_27
2268
+ - first:
2269
+ 108: 10800058
2270
+ second: Render_Light_28
2271
+ - first:
2272
+ 108: 10800060
2273
+ second: Render_Light_29
2274
+ - first:
2275
+ 108: 10800062
2276
+ second: Render_Light_3
2277
+ - first:
2278
+ 108: 10800064
2279
+ second: Render_Light_30
2280
+ - first:
2281
+ 108: 10800066
2282
+ second: Render_Light_31
2283
+ - first:
2284
+ 108: 10800068
2285
+ second: Render_Light_32
2286
+ - first:
2287
+ 108: 10800070
2288
+ second: Render_Light_33
2289
+ - first:
2290
+ 108: 10800072
2291
+ second: Render_Light_34
2292
+ - first:
2293
+ 108: 10800074
2294
+ second: Render_Light_35
2295
+ - first:
2296
+ 108: 10800076
2297
+ second: Render_Light_36
2298
+ - first:
2299
+ 108: 10800078
2300
+ second: Render_Light_37
2301
+ - first:
2302
+ 108: 10800080
2303
+ second: Render_Light_38
2304
+ - first:
2305
+ 108: 10800082
2306
+ second: Render_Light_39
2307
+ - first:
2308
+ 108: 10800084
2309
+ second: Render_Light_4
2310
+ - first:
2311
+ 108: 10800086
2312
+ second: Render_Light_40
2313
+ - first:
2314
+ 108: 10800088
2315
+ second: Render_Light_41
2316
+ - first:
2317
+ 108: 10800090
2318
+ second: Render_Light_42
2319
+ - first:
2320
+ 108: 10800092
2321
+ second: Render_Light_43
2322
+ - first:
2323
+ 108: 10800094
2324
+ second: Render_Light_44
2325
+ - first:
2326
+ 108: 10800096
2327
+ second: Render_Light_45
2328
+ - first:
2329
+ 108: 10800098
2330
+ second: Render_Light_46
2331
+ - first:
2332
+ 108: 10800100
2333
+ second: Render_Light_47
2334
+ - first:
2335
+ 108: 10800102
2336
+ second: Render_Light_48
2337
+ - first:
2338
+ 108: 10800104
2339
+ second: Render_Light_49
2340
+ - first:
2341
+ 108: 10800106
2342
+ second: Render_Light_5
2343
+ - first:
2344
+ 108: 10800108
2345
+ second: Render_Light_50
2346
+ - first:
2347
+ 108: 10800110
2348
+ second: Render_Light_51
2349
+ - first:
2350
+ 108: 10800112
2351
+ second: Render_Light_52
2352
+ - first:
2353
+ 108: 10800114
2354
+ second: Render_Light_53
2355
+ - first:
2356
+ 108: 10800116
2357
+ second: Render_Light_54
2358
+ - first:
2359
+ 108: 10800118
2360
+ second: Render_Light_55
2361
+ - first:
2362
+ 108: 10800120
2363
+ second: Render_Light_56
2364
+ - first:
2365
+ 108: 10800122
2366
+ second: Render_Light_57
2367
+ - first:
2368
+ 108: 10800124
2369
+ second: Render_Light_58
2370
+ - first:
2371
+ 108: 10800126
2372
+ second: Render_Light_59
2373
+ - first:
2374
+ 108: 10800128
2375
+ second: Render_Light_6
2376
+ - first:
2377
+ 108: 10800130
2378
+ second: Render_Light_60
2379
+ - first:
2380
+ 108: 10800132
2381
+ second: Render_Light_61
2382
+ - first:
2383
+ 108: 10800134
2384
+ second: Render_Light_62
2385
+ - first:
2386
+ 108: 10800136
2387
+ second: Render_Light_63
2388
+ - first:
2389
+ 108: 10800138
2390
+ second: Render_Light_64
2391
+ - first:
2392
+ 108: 10800140
2393
+ second: Render_Light_65
2394
+ - first:
2395
+ 108: 10800142
2396
+ second: Render_Light_66
2397
+ - first:
2398
+ 108: 10800144
2399
+ second: Render_Light_67
2400
+ - first:
2401
+ 108: 10800146
2402
+ second: Render_Light_68
2403
+ - first:
2404
+ 108: 10800148
2405
+ second: Render_Light_69
2406
+ - first:
2407
+ 108: 10800150
2408
+ second: Render_Light_7
2409
+ - first:
2410
+ 108: 10800152
2411
+ second: Render_Light_70
2412
+ - first:
2413
+ 108: 10800154
2414
+ second: Render_Light_71
2415
+ - first:
2416
+ 108: 10800156
2417
+ second: Render_Light_72
2418
+ - first:
2419
+ 108: 10800158
2420
+ second: Render_Light_73
2421
+ - first:
2422
+ 108: 10800160
2423
+ second: Render_Light_74
2424
+ - first:
2425
+ 108: 10800162
2426
+ second: Render_Light_75
2427
+ - first:
2428
+ 108: 10800164
2429
+ second: Render_Light_76
2430
+ - first:
2431
+ 108: 10800166
2432
+ second: Render_Light_77
2433
+ - first:
2434
+ 108: 10800168
2435
+ second: Render_Light_78
2436
+ - first:
2437
+ 108: 10800170
2438
+ second: Render_Light_79
2439
+ - first:
2440
+ 108: 10800172
2441
+ second: Render_Light_8
2442
+ - first:
2443
+ 108: 10800174
2444
+ second: Render_Light_80
2445
+ - first:
2446
+ 108: 10800176
2447
+ second: Render_Light_81
2448
+ - first:
2449
+ 108: 10800178
2450
+ second: Render_Light_82
2451
+ - first:
2452
+ 108: 10800180
2453
+ second: Render_Light_83
2454
+ - first:
2455
+ 108: 10800182
2456
+ second: Render_Light_84
2457
+ - first:
2458
+ 108: 10800184
2459
+ second: Render_Light_85
2460
+ - first:
2461
+ 108: 10800186
2462
+ second: Render_Light_86
2463
+ - first:
2464
+ 108: 10800188
2465
+ second: Render_Light_87
2466
+ - first:
2467
+ 108: 10800190
2468
+ second: Render_Light_88
2469
+ - first:
2470
+ 108: 10800192
2471
+ second: Render_Light_89
2472
+ - first:
2473
+ 108: 10800194
2474
+ second: Render_Light_9
2475
+ - first:
2476
+ 108: 10800196
2477
+ second: Render_Light_90
2478
+ - first:
2479
+ 108: 10800198
2480
+ second: Render_Light_91
2481
+ - first:
2482
+ 108: 10800200
2483
+ second: Sun_Light
2484
+ externalObjects: {}
2485
+ materials:
2486
+ materialImportMode: 1
2487
+ materialName: 0
2488
+ materialSearch: 1
2489
+ materialLocation: 1
2490
+ animations:
2491
+ legacyGenerateAnimations: 4
2492
+ bakeSimulation: 0
2493
+ resampleCurves: 1
2494
+ optimizeGameObjects: 0
2495
+ motionNodeName:
2496
+ rigImportErrors:
2497
+ rigImportWarnings:
2498
+ animationImportErrors:
2499
+ animationImportWarnings:
2500
+ animationRetargetingWarnings:
2501
+ animationDoRetargetingWarnings: 0
2502
+ importAnimatedCustomProperties: 0
2503
+ importConstraints: 0
2504
+ animationCompression: 1
2505
+ animationRotationError: 0.5
2506
+ animationPositionError: 0.5
2507
+ animationScaleError: 0.5
2508
+ animationWrapMode: 0
2509
+ extraExposedTransformPaths: []
2510
+ extraUserProperties: []
2511
+ clipAnimations: []
2512
+ isReadable: 1
2513
+ meshes:
2514
+ lODScreenPercentages: []
2515
+ globalScale: 1
2516
+ meshCompression: 0
2517
+ addColliders: 0
2518
+ useSRGBMaterialColor: 1
2519
+ sortHierarchyByName: 1
2520
+ importVisibility: 1
2521
+ importBlendShapes: 1
2522
+ importCameras: 1
2523
+ importLights: 1
2524
+ fileIdsGeneration: 1
2525
+ swapUVChannels: 0
2526
+ generateSecondaryUV: 0
2527
+ useFileUnits: 1
2528
+ keepQuads: 0
2529
+ weldVertices: 1
2530
+ preserveHierarchy: 0
2531
+ skinWeightsMode: 0
2532
+ maxBonesPerVertex: 4
2533
+ minBoneWeight: 0.001
2534
+ meshOptimizationFlags: -1
2535
+ indexFormat: 0
2536
+ secondaryUVAngleDistortion: 8
2537
+ secondaryUVAreaDistortion: 15.000001
2538
+ secondaryUVHardAngle: 88
2539
+ secondaryUVPackMargin: 4
2540
+ useFileScale: 1
2541
+ tangentSpace:
2542
+ normalSmoothAngle: 60
2543
+ normalImportMode: 0
2544
+ tangentImportMode: 3
2545
+ normalCalculationMode: 4
2546
+ legacyComputeAllNormalsFromSmoothingGroupsWhenMeshHasBlendShapes: 0
2547
+ blendShapeNormalImportMode: 1
2548
+ normalSmoothingSource: 0
2549
+ referencedClips: []
2550
+ importAnimation: 1
2551
+ humanDescription:
2552
+ serializedVersion: 3
2553
+ human: []
2554
+ skeleton: []
2555
+ armTwist: 0.5
2556
+ foreArmTwist: 0.5
2557
+ upperLegTwist: 0.5
2558
+ legTwist: 0.5
2559
+ armStretch: 0.05
2560
+ legStretch: 0.05
2561
+ feetSpacing: 0
2562
+ globalScale: 1
2563
+ rootMotionBoneName:
2564
+ hasTranslationDoF: 0
2565
+ hasExtraRoot: 0
2566
+ skeletonHasParents: 1
2567
+ lastHumanDescriptionAvatarSource: {instanceID: 0}
2568
+ autoGenerateAvatarMappingIfUnspecified: 1
2569
+ animationType: 0
2570
+ humanoidOversampling: 1
2571
+ avatarSetup: 0
2572
+ additionalBone: 0
2573
+ userData:
2574
+ assetBundleName:
2575
+ assetBundleVariant: