Browse Source

Updating roboman to have a skybox, fixing skybox in cube map example

Josh Engebretson 9 years ago
parent
commit
8cf0b9e252
43 changed files with 193 additions and 22 deletions
  1. 10 0
      CubeMapExample/JavaScript/Resources/Textures/Skybox/Skybox.xml
  2. 1 0
      RoboMan3D/JavaScript/.gitignore
  3. 1 0
      RoboMan3D/JavaScript/Resources/Models/Crate.fbx.asset
  4. 1 0
      RoboMan3D/JavaScript/Resources/Models/Ground.fbx.asset
  5. 5 0
      RoboMan3D/JavaScript/Resources/Models/Materials/Skybox.material
  6. 5 0
      RoboMan3D/JavaScript/Resources/Models/Materials/Skybox.material.asset
  7. 1 0
      RoboMan3D/JavaScript/Resources/Models/Pallet.fbx.asset
  8. 1 0
      RoboMan3D/JavaScript/Resources/Models/Plane.blend.asset
  9. 1 0
      RoboMan3D/JavaScript/Resources/Models/Robo_01.fbx.asset
  10. 51 4
      RoboMan3D/JavaScript/Resources/Scenes/Test.scene
  11. 2 2
      RoboMan3D/JavaScript/Resources/Scenes/Test.scene.asset
  12. 3 1
      RoboMan3D/JavaScript/Resources/Textures/AtomicRobot.png.asset
  13. 3 1
      RoboMan3D/JavaScript/Resources/Textures/BlueGrid.png.asset
  14. 3 1
      RoboMan3D/JavaScript/Resources/Textures/Crate-Bump.jpg.asset
  15. 3 1
      RoboMan3D/JavaScript/Resources/Textures/Crate-Diffuse.jpg.asset
  16. 3 1
      RoboMan3D/JavaScript/Resources/Textures/Crate-Normal.jpg.asset
  17. 3 1
      RoboMan3D/JavaScript/Resources/Textures/Crate-Specular.jpg.asset
  18. 3 1
      RoboMan3D/JavaScript/Resources/Textures/Pallet-Bump.jpg.asset
  19. 3 1
      RoboMan3D/JavaScript/Resources/Textures/Pallet-Difuse.jpg.asset
  20. 3 1
      RoboMan3D/JavaScript/Resources/Textures/Pallet-Normal.jpg.asset
  21. 3 1
      RoboMan3D/JavaScript/Resources/Textures/Pallet-Specular.jpg.asset
  22. 3 1
      RoboMan3D/JavaScript/Resources/Textures/Robot_01_Diffuse.png.asset
  23. 5 0
      RoboMan3D/JavaScript/Resources/Textures/Skybox.asset
  24. 10 0
      RoboMan3D/JavaScript/Resources/Textures/Skybox/Skybox.xml
  25. 5 0
      RoboMan3D/JavaScript/Resources/Textures/Skybox/Skybox.xml.asset
  26. BIN
      RoboMan3D/JavaScript/Resources/Textures/Skybox/negx.jpg
  27. 7 0
      RoboMan3D/JavaScript/Resources/Textures/Skybox/negx.jpg.asset
  28. BIN
      RoboMan3D/JavaScript/Resources/Textures/Skybox/negy.jpg
  29. 7 0
      RoboMan3D/JavaScript/Resources/Textures/Skybox/negy.jpg.asset
  30. BIN
      RoboMan3D/JavaScript/Resources/Textures/Skybox/negz.jpg
  31. 7 0
      RoboMan3D/JavaScript/Resources/Textures/Skybox/negz.jpg.asset
  32. BIN
      RoboMan3D/JavaScript/Resources/Textures/Skybox/posx.jpg
  33. 7 0
      RoboMan3D/JavaScript/Resources/Textures/Skybox/posx.jpg.asset
  34. BIN
      RoboMan3D/JavaScript/Resources/Textures/Skybox/posy.jpg
  35. 7 0
      RoboMan3D/JavaScript/Resources/Textures/Skybox/posy.jpg.asset
  36. BIN
      RoboMan3D/JavaScript/Resources/Textures/Skybox/posz.jpg
  37. 7 0
      RoboMan3D/JavaScript/Resources/Textures/Skybox/posz.jpg.asset
  38. 4 0
      RoboMan3D/JavaScript/Resources/UI/DPadSkin.ui.asset
  39. 3 1
      RoboMan3D/JavaScript/Resources/UI/buttonDown.png.asset
  40. 3 1
      RoboMan3D/JavaScript/Resources/UI/buttonLeft.png.asset
  41. 3 1
      RoboMan3D/JavaScript/Resources/UI/buttonRight.png.asset
  42. 3 1
      RoboMan3D/JavaScript/Resources/UI/buttonUp.png.asset
  43. 3 1
      RoboMan3D/JavaScript/Resources/UI/jumpButton.png.asset

+ 10 - 0
CubeMapExample/JavaScript/Resources/Textures/Skybox/Skybox.xml

@@ -0,0 +1,10 @@
+<cubemap>
+    <face name="posx.jpg" />
+    <face name="negx.jpg" />
+    <face name="posy.jpg" />
+    <face name="negy.jpg" />
+    <face name="posz.jpg" />
+    <face name="negz.jpg" />
+    <address coord="uv" mode="clamp" />
+    <quality low="0" />
+</cubemap>

+ 1 - 0
RoboMan3D/JavaScript/.gitignore

@@ -0,0 +1 @@
+Cache/*

+ 1 - 0
RoboMan3D/JavaScript/Resources/Models/Crate.fbx.asset

@@ -4,6 +4,7 @@
 	"ModelImporter": {
 		"scale": 1,
 		"importAnimations": false,
+		"importMaterials": true,
 		"animInfo": []
 	}
 }

+ 1 - 0
RoboMan3D/JavaScript/Resources/Models/Ground.fbx.asset

@@ -4,6 +4,7 @@
 	"ModelImporter": {
 		"scale": 1,
 		"importAnimations": false,
+		"importMaterials": true,
 		"animInfo": []
 	}
 }

+ 5 - 0
RoboMan3D/JavaScript/Resources/Models/Materials/Skybox.material

@@ -0,0 +1,5 @@
+<material>
+    <technique name="Techniques/DiffSkybox.xml" />
+    <texture unit="diffuse" name="Textures/Skybox/Skybox.xml" />
+    <cull value="none" />
+</material>

+ 5 - 0
RoboMan3D/JavaScript/Resources/Models/Materials/Skybox.material.asset

@@ -0,0 +1,5 @@
+{
+	"version": 1,
+	"guid": "559429d722d313cb5c3edf095a32918b",
+	"MaterialImporter": {}
+}

+ 1 - 0
RoboMan3D/JavaScript/Resources/Models/Pallet.fbx.asset

@@ -4,6 +4,7 @@
 	"ModelImporter": {
 		"scale": 4,
 		"importAnimations": false,
+		"importMaterials": true,
 		"animInfo": []
 	}
 }

+ 1 - 0
RoboMan3D/JavaScript/Resources/Models/Plane.blend.asset

@@ -4,6 +4,7 @@
 	"ModelImporter": {
 		"scale": 1,
 		"importAnimations": false,
+		"importMaterials": true,
 		"animInfo": []
 	}
 }

+ 1 - 0
RoboMan3D/JavaScript/Resources/Models/Robo_01.fbx.asset

@@ -4,6 +4,7 @@
 	"ModelImporter": {
 		"scale": 0.5,
 		"importAnimations": true,
+		"importMaterials": true,
 		"animInfo": [
 			{
 				"name": "Idle",

+ 51 - 4
RoboMan3D/JavaScript/Resources/Scenes/Test.scene

@@ -5,9 +5,9 @@
 	<attribute name="Smoothing Constant" value="50" />
 	<attribute name="Snap Threshold" value="5" />
 	<attribute name="Elapsed Time" value="0" />
-	<attribute name="Next Replicated Node ID" value="474" />
-	<attribute name="Next Replicated Component ID" value="2841" />
-	<attribute name="Next Local Node ID" value="16778496" />
+	<attribute name="Next Replicated Node ID" value="477" />
+	<attribute name="Next Replicated Component ID" value="2970" />
+	<attribute name="Next Local Node ID" value="16778830" />
 	<attribute name="Next Local Component ID" value="16777216" />
 	<attribute name="Variables" />
 	<attribute name="Variable Names" value="" />
@@ -17,6 +17,7 @@
 	<node id="2">
 		<attribute name="Is Enabled" value="true" />
 		<attribute name="Name" value="Zone" />
+		<attribute name="Tags" />
 		<attribute name="Position" value="0 0 0" />
 		<attribute name="Rotation" value="1 0 0 0" />
 		<attribute name="Scale" value="1 1 1" />
@@ -30,6 +31,7 @@
 	<node id="3">
 		<attribute name="Is Enabled" value="true" />
 		<attribute name="Name" value="GlobalLight" />
+		<attribute name="Tags" />
 		<attribute name="Position" value="0 0 0" />
 		<attribute name="Rotation" value="0.313506 0.889258 -0.110741 0.314117" />
 		<attribute name="Scale" value="1 1 1" />
@@ -47,6 +49,7 @@
 	<node id="361">
 		<attribute name="Is Enabled" value="true" />
 		<attribute name="Name" value="Ground" />
+		<attribute name="Tags" />
 		<attribute name="Position" value="0 -7.02201 0" />
 		<attribute name="Rotation" value="1 0 0 0" />
 		<attribute name="Scale" value="50 1 50" />
@@ -54,6 +57,9 @@
 		<component type="StaticModel" id="1973">
 			<attribute name="Model" value="Model;15934bd919b214d7f7810775e5d852d3.mdl" />
 			<attribute name="Material" value="Material;Models/Materials/DefaultMaterial.material" />
+			<attribute name="Geometry Enabled">
+				<variant type="Bool" value="true" />
+			</attribute>
 		</component>
 		<component type="CollisionShape" id="1974" />
 		<component type="RigidBody" id="1975">
@@ -63,7 +69,8 @@
 	<node id="386">
 		<attribute name="Is Enabled" value="true" />
 		<attribute name="Name" value="Robo_01" />
-		<attribute name="Position" value="-1.18 -4.91 8.68" />
+		<attribute name="Tags" />
+		<attribute name="Position" value="-1.18 -6.08696 8.68" />
 		<attribute name="Rotation" value="1 0 0 0" />
 		<attribute name="Scale" value="1 1 1" />
 		<attribute name="Variables" />
@@ -74,6 +81,7 @@
 	<node id="407">
 		<attribute name="Is Enabled" value="true" />
 		<attribute name="Name" value="MainCamera" />
+		<attribute name="Tags" />
 		<attribute name="Position" value="-0.92 -1.3 17.69" />
 		<attribute name="Rotation" value="-4.37114e-08 -0 -1 0" />
 		<attribute name="Scale" value="1 1 1" />
@@ -83,6 +91,7 @@
 	<node id="422">
 		<attribute name="Is Enabled" value="true" />
 		<attribute name="Name" value="Crate" />
+		<attribute name="Tags" />
 		<attribute name="Position" value="-2.09 -5.11 -2.6" />
 		<attribute name="Rotation" value="1 0 0 0" />
 		<attribute name="Scale" value="1 1 1" />
@@ -94,6 +103,7 @@
 	<node id="429">
 		<attribute name="Is Enabled" value="true" />
 		<attribute name="Name" value="Crate" />
+		<attribute name="Tags" />
 		<attribute name="Position" value="0.2 -5.11 -2.6" />
 		<attribute name="Rotation" value="1 0 0 0" />
 		<attribute name="Scale" value="1 1 1" />
@@ -105,6 +115,7 @@
 	<node id="435">
 		<attribute name="Is Enabled" value="true" />
 		<attribute name="Name" value="Crate" />
+		<attribute name="Tags" />
 		<attribute name="Position" value="2.47 -5.11 -2.6" />
 		<attribute name="Rotation" value="1 0 0 0" />
 		<attribute name="Scale" value="1 1 1" />
@@ -116,6 +127,7 @@
 	<node id="436">
 		<attribute name="Is Enabled" value="true" />
 		<attribute name="Name" value="Crate" />
+		<attribute name="Tags" />
 		<attribute name="Position" value="4.70119 -5.11 -2.6" />
 		<attribute name="Rotation" value="1 0 0 0" />
 		<attribute name="Scale" value="1 1 1" />
@@ -127,6 +139,7 @@
 	<node id="438">
 		<attribute name="Is Enabled" value="true" />
 		<attribute name="Name" value="Crate" />
+		<attribute name="Tags" />
 		<attribute name="Position" value="-4.42 -5.11 -2.6" />
 		<attribute name="Rotation" value="1 0 0 0" />
 		<attribute name="Scale" value="1 1 1" />
@@ -138,6 +151,7 @@
 	<node id="439">
 		<attribute name="Is Enabled" value="true" />
 		<attribute name="Name" value="Crate" />
+		<attribute name="Tags" />
 		<attribute name="Position" value="-4.42 -2.9 -2.6" />
 		<attribute name="Rotation" value="1 0 0 0" />
 		<attribute name="Scale" value="1 1 1" />
@@ -149,6 +163,7 @@
 	<node id="440">
 		<attribute name="Is Enabled" value="true" />
 		<attribute name="Name" value="Crate" />
+		<attribute name="Tags" />
 		<attribute name="Position" value="-2.09 -2.9 -2.6" />
 		<attribute name="Rotation" value="1 0 0 0" />
 		<attribute name="Scale" value="1 1 1" />
@@ -160,6 +175,7 @@
 	<node id="441">
 		<attribute name="Is Enabled" value="true" />
 		<attribute name="Name" value="Crate" />
+		<attribute name="Tags" />
 		<attribute name="Position" value="0.2 -2.9 -2.6" />
 		<attribute name="Rotation" value="1 0 0 0" />
 		<attribute name="Scale" value="1 1 1" />
@@ -171,6 +187,7 @@
 	<node id="442">
 		<attribute name="Is Enabled" value="true" />
 		<attribute name="Name" value="Crate" />
+		<attribute name="Tags" />
 		<attribute name="Position" value="2.47 -2.9 -2.6" />
 		<attribute name="Rotation" value="1 0 0 0" />
 		<attribute name="Scale" value="1 1 1" />
@@ -182,6 +199,7 @@
 	<node id="444">
 		<attribute name="Is Enabled" value="true" />
 		<attribute name="Name" value="Crate" />
+		<attribute name="Tags" />
 		<attribute name="Position" value="0.2 -0.75 -2.6" />
 		<attribute name="Rotation" value="1 0 0 0" />
 		<attribute name="Scale" value="1 1 1" />
@@ -193,6 +211,7 @@
 	<node id="445">
 		<attribute name="Is Enabled" value="true" />
 		<attribute name="Name" value="Crate" />
+		<attribute name="Tags" />
 		<attribute name="Position" value="-2.09 -0.75 -2.6" />
 		<attribute name="Rotation" value="1 0 0 0" />
 		<attribute name="Scale" value="1 1 1" />
@@ -204,6 +223,7 @@
 	<node id="446">
 		<attribute name="Is Enabled" value="true" />
 		<attribute name="Name" value="Crate" />
+		<attribute name="Tags" />
 		<attribute name="Position" value="-4.42 -0.75 -2.6" />
 		<attribute name="Rotation" value="1 0 0 0" />
 		<attribute name="Scale" value="1 1 1" />
@@ -215,6 +235,7 @@
 	<node id="447">
 		<attribute name="Is Enabled" value="true" />
 		<attribute name="Name" value="Crate" />
+		<attribute name="Tags" />
 		<attribute name="Position" value="-2.09 1.42 -2.6" />
 		<attribute name="Rotation" value="1 0 0 0" />
 		<attribute name="Scale" value="1 1 1" />
@@ -226,6 +247,7 @@
 	<node id="448">
 		<attribute name="Is Enabled" value="true" />
 		<attribute name="Name" value="Crate" />
+		<attribute name="Tags" />
 		<attribute name="Position" value="-4.42 1.42 -2.6" />
 		<attribute name="Rotation" value="1 0 0 0" />
 		<attribute name="Scale" value="1 1 1" />
@@ -237,6 +259,7 @@
 	<node id="450">
 		<attribute name="Is Enabled" value="true" />
 		<attribute name="Name" value="Pallet" />
+		<attribute name="Tags" />
 		<attribute name="Position" value="8.54 -5.75 9.53" />
 		<attribute name="Rotation" value="1 0 0 0" />
 		<attribute name="Scale" value="1 1 1" />
@@ -248,6 +271,7 @@
 	<node id="451">
 		<attribute name="Is Enabled" value="true" />
 		<attribute name="Name" value="Pallet" />
+		<attribute name="Tags" />
 		<attribute name="Position" value="-7.15 -4.32 -2.56" />
 		<attribute name="Rotation" value="0.632814 -0.315509 0.632814 0.315509" />
 		<attribute name="Scale" value="1 1 1" />
@@ -259,6 +283,7 @@
 	<node id="452">
 		<attribute name="Is Enabled" value="true" />
 		<attribute name="Name" value="Pallet" />
+		<attribute name="Tags" />
 		<attribute name="Position" value="7.66 -4.53 -2.36" />
 		<attribute name="Rotation" value="0.692911 0.140974 0.692911 -0.140974" />
 		<attribute name="Scale" value="1 1 1" />
@@ -270,6 +295,7 @@
 	<node id="464">
 		<attribute name="Is Enabled" value="true" />
 		<attribute name="Name" value="Crate" />
+		<attribute name="Tags" />
 		<attribute name="Position" value="8.56 -3.81 10.55" />
 		<attribute name="Rotation" value="1 0 0 0" />
 		<attribute name="Scale" value="1 1 1" />
@@ -281,6 +307,7 @@
 	<node id="465">
 		<attribute name="Is Enabled" value="true" />
 		<attribute name="Name" value="Crate" />
+		<attribute name="Tags" />
 		<attribute name="Position" value="8.56 -3.81 8.52" />
 		<attribute name="Rotation" value="1 0 0 0" />
 		<attribute name="Scale" value="1 1 1" />
@@ -292,6 +319,7 @@
 	<node id="466">
 		<attribute name="Is Enabled" value="true" />
 		<attribute name="Name" value="Crate" />
+		<attribute name="Tags" />
 		<attribute name="Position" value="8.56 -1.32 9.46" />
 		<attribute name="Rotation" value="1 0 0 0" />
 		<attribute name="Scale" value="1 1 1" />
@@ -303,6 +331,7 @@
 	<node id="467">
 		<attribute name="Is Enabled" value="true" />
 		<attribute name="Name" value="Crate" />
+		<attribute name="Tags" />
 		<attribute name="Position" value="-0.62 4.02 -2.6" />
 		<attribute name="Rotation" value="1 0 0 0" />
 		<attribute name="Scale" value="1 1 1" />
@@ -314,6 +343,7 @@
 	<node id="468">
 		<attribute name="Is Enabled" value="true" />
 		<attribute name="Name" value="Crate" />
+		<attribute name="Tags" />
 		<attribute name="Position" value="-2.05 6.68 -2.6" />
 		<attribute name="Rotation" value="1 0 0 0" />
 		<attribute name="Scale" value="1 1 1" />
@@ -325,6 +355,7 @@
 	<node id="469">
 		<attribute name="Is Enabled" value="true" />
 		<attribute name="Name" value="Crate" />
+		<attribute name="Tags" />
 		<attribute name="Position" value="-5.68 4.02 -2.6" />
 		<attribute name="Rotation" value="1 0 0 0" />
 		<attribute name="Scale" value="1 1 1" />
@@ -333,4 +364,20 @@
 			<attribute name="PrefabGUID" value="f28b0342cc83510cd46702d551c58f02" />
 		</component>
 	</node>
+	<node id="475">
+		<attribute name="Is Enabled" value="true" />
+		<attribute name="Name" value="Skybox" />
+		<attribute name="Tags" />
+		<attribute name="Position" value="0 0 0" />
+		<attribute name="Rotation" value="1 0 0 0" />
+		<attribute name="Scale" value="1 1 1" />
+		<attribute name="Variables" />
+		<component type="Skybox" id="2905">
+			<attribute name="Model" value="Model;15934bd919b214d7f7810775e5d852d3.mdl" />
+			<attribute name="Material" value="Material;Models/Materials/Skybox.material" />
+			<attribute name="Geometry Enabled">
+				<variant type="Bool" value="true" />
+			</attribute>
+		</component>
+	</node>
 </scene>

+ 2 - 2
RoboMan3D/JavaScript/Resources/Scenes/Test.scene.asset

@@ -2,7 +2,7 @@
 	"version": 1,
 	"guid": "627532ce83065783581852967b660c15",
 	"SceneImporter": {
-		"sceneCamRotation": "0.864489 0.228408 0.432904 -0.114378",
-		"sceneCamPosition": "-18.8236 11.1284 -12.1076"
+		"sceneCamRotation": "0.872379 0.164838 0.452198 -0.0854437",
+		"sceneCamPosition": "-22.7855 5.2551 -6.82071"
 	}
 }

+ 3 - 1
RoboMan3D/JavaScript/Resources/Textures/AtomicRobot.png.asset

@@ -1,5 +1,7 @@
 {
 	"version": 1,
 	"guid": "118261830f9abdc818a05a9577822e58",
-	"TextureImporter": {}
+	"TextureImporter": {
+		"compressionSize": 0
+	}
 }

+ 3 - 1
RoboMan3D/JavaScript/Resources/Textures/BlueGrid.png.asset

@@ -1,5 +1,7 @@
 {
 	"version": 1,
 	"guid": "f23157495cd9f8b0a41bdbf4b780b353",
-	"TextureImporter": {}
+	"TextureImporter": {
+		"compressionSize": 0
+	}
 }

+ 3 - 1
RoboMan3D/JavaScript/Resources/Textures/Crate-Bump.jpg.asset

@@ -1,5 +1,7 @@
 {
 	"version": 1,
 	"guid": "31b7f68671b5580c0951abb15af193a9",
-	"TextureImporter": {}
+	"TextureImporter": {
+		"compressionSize": 0
+	}
 }

+ 3 - 1
RoboMan3D/JavaScript/Resources/Textures/Crate-Diffuse.jpg.asset

@@ -1,5 +1,7 @@
 {
 	"version": 1,
 	"guid": "e6126ed129fabe92c167289aba92c051",
-	"TextureImporter": {}
+	"TextureImporter": {
+		"compressionSize": 0
+	}
 }

+ 3 - 1
RoboMan3D/JavaScript/Resources/Textures/Crate-Normal.jpg.asset

@@ -1,5 +1,7 @@
 {
 	"version": 1,
 	"guid": "142e85dfba0ab7d971371dd25795627a",
-	"TextureImporter": {}
+	"TextureImporter": {
+		"compressionSize": 0
+	}
 }

+ 3 - 1
RoboMan3D/JavaScript/Resources/Textures/Crate-Specular.jpg.asset

@@ -1,5 +1,7 @@
 {
 	"version": 1,
 	"guid": "e4a719a307e46a878668edd4447e1e3c",
-	"TextureImporter": {}
+	"TextureImporter": {
+		"compressionSize": 0
+	}
 }

+ 3 - 1
RoboMan3D/JavaScript/Resources/Textures/Pallet-Bump.jpg.asset

@@ -1,5 +1,7 @@
 {
 	"version": 1,
 	"guid": "04d8b8652f43376a52054bc8b687b8c0",
-	"TextureImporter": {}
+	"TextureImporter": {
+		"compressionSize": 0
+	}
 }

+ 3 - 1
RoboMan3D/JavaScript/Resources/Textures/Pallet-Difuse.jpg.asset

@@ -1,5 +1,7 @@
 {
 	"version": 1,
 	"guid": "b9a3026da1599521f2dc742d9512fe99",
-	"TextureImporter": {}
+	"TextureImporter": {
+		"compressionSize": 0
+	}
 }

+ 3 - 1
RoboMan3D/JavaScript/Resources/Textures/Pallet-Normal.jpg.asset

@@ -1,5 +1,7 @@
 {
 	"version": 1,
 	"guid": "4c0c21f8c0a547acdf1c7d5abf222965",
-	"TextureImporter": {}
+	"TextureImporter": {
+		"compressionSize": 0
+	}
 }

+ 3 - 1
RoboMan3D/JavaScript/Resources/Textures/Pallet-Specular.jpg.asset

@@ -1,5 +1,7 @@
 {
 	"version": 1,
 	"guid": "f008b9a2156cf7c89dc0a8b804b1bd89",
-	"TextureImporter": {}
+	"TextureImporter": {
+		"compressionSize": 0
+	}
 }

+ 3 - 1
RoboMan3D/JavaScript/Resources/Textures/Robot_01_Diffuse.png.asset

@@ -1,5 +1,7 @@
 {
 	"version": 1,
 	"guid": "63abd2ae74f973dbccbe1da6fce2ad44",
-	"TextureImporter": {}
+	"TextureImporter": {
+		"compressionSize": 0
+	}
 }

+ 5 - 0
RoboMan3D/JavaScript/Resources/Textures/Skybox.asset

@@ -0,0 +1,5 @@
+{
+	"version": 1,
+	"guid": "69d63bff794c5a3cade60dedbbd2684d",
+	"FolderImporter": {}
+}

+ 10 - 0
RoboMan3D/JavaScript/Resources/Textures/Skybox/Skybox.xml

@@ -0,0 +1,10 @@
+<cubemap>
+    <face name="posx.jpg" />
+    <face name="negx.jpg" />
+    <face name="posy.jpg" />
+    <face name="negy.jpg" />
+    <face name="posz.jpg" />
+    <face name="negz.jpg" />
+    <address coord="uv" mode="clamp" />
+    <quality low="0" />
+</cubemap>

+ 5 - 0
RoboMan3D/JavaScript/Resources/Textures/Skybox/Skybox.xml.asset

@@ -0,0 +1,5 @@
+{
+	"version": 1,
+	"guid": "591594c8c11d88ac866ad74931747ce7",
+	"TextImporter": {}
+}

BIN
RoboMan3D/JavaScript/Resources/Textures/Skybox/negx.jpg


+ 7 - 0
RoboMan3D/JavaScript/Resources/Textures/Skybox/negx.jpg.asset

@@ -0,0 +1,7 @@
+{
+	"version": 1,
+	"guid": "0ef6d5c4c54c7a8bd0ded8699e80ec7e",
+	"TextureImporter": {
+		"compressionSize": 0
+	}
+}

BIN
RoboMan3D/JavaScript/Resources/Textures/Skybox/negy.jpg


+ 7 - 0
RoboMan3D/JavaScript/Resources/Textures/Skybox/negy.jpg.asset

@@ -0,0 +1,7 @@
+{
+	"version": 1,
+	"guid": "9292660284fd325c559a4a26e1739a83",
+	"TextureImporter": {
+		"compressionSize": 0
+	}
+}

BIN
RoboMan3D/JavaScript/Resources/Textures/Skybox/negz.jpg


+ 7 - 0
RoboMan3D/JavaScript/Resources/Textures/Skybox/negz.jpg.asset

@@ -0,0 +1,7 @@
+{
+	"version": 1,
+	"guid": "f9d29c1cbf217ef04323f44169cfc6a2",
+	"TextureImporter": {
+		"compressionSize": 0
+	}
+}

BIN
RoboMan3D/JavaScript/Resources/Textures/Skybox/posx.jpg


+ 7 - 0
RoboMan3D/JavaScript/Resources/Textures/Skybox/posx.jpg.asset

@@ -0,0 +1,7 @@
+{
+	"version": 1,
+	"guid": "12f7fc2e49f2d6aac00d1d4c9f2e5896",
+	"TextureImporter": {
+		"compressionSize": 0
+	}
+}

BIN
RoboMan3D/JavaScript/Resources/Textures/Skybox/posy.jpg


+ 7 - 0
RoboMan3D/JavaScript/Resources/Textures/Skybox/posy.jpg.asset

@@ -0,0 +1,7 @@
+{
+	"version": 1,
+	"guid": "595a2faa872fa74653756113989afe7c",
+	"TextureImporter": {
+		"compressionSize": 0
+	}
+}

BIN
RoboMan3D/JavaScript/Resources/Textures/Skybox/posz.jpg


+ 7 - 0
RoboMan3D/JavaScript/Resources/Textures/Skybox/posz.jpg.asset

@@ -0,0 +1,7 @@
+{
+	"version": 1,
+	"guid": "2579c6bb0706ec20a60d7dbab1cd4776",
+	"TextureImporter": {
+		"compressionSize": 0
+	}
+}

+ 4 - 0
RoboMan3D/JavaScript/Resources/UI/DPadSkin.ui.asset

@@ -0,0 +1,4 @@
+{
+	"version": 1,
+	"guid": "a17b323e83a72f27f6fad8f9f44315d9"
+}

+ 3 - 1
RoboMan3D/JavaScript/Resources/UI/buttonDown.png.asset

@@ -1,5 +1,7 @@
 {
 	"version": 1,
 	"guid": "69053659eacc3702757b6fed1b3ca55e",
-	"TextureImporter": {}
+	"TextureImporter": {
+		"compressionSize": 0
+	}
 }

+ 3 - 1
RoboMan3D/JavaScript/Resources/UI/buttonLeft.png.asset

@@ -1,5 +1,7 @@
 {
 	"version": 1,
 	"guid": "b0e1188aee4a3219052adcd92e3d4f5c",
-	"TextureImporter": {}
+	"TextureImporter": {
+		"compressionSize": 0
+	}
 }

+ 3 - 1
RoboMan3D/JavaScript/Resources/UI/buttonRight.png.asset

@@ -1,5 +1,7 @@
 {
 	"version": 1,
 	"guid": "953b82fe439eeed3fc0e68443cb92cd6",
-	"TextureImporter": {}
+	"TextureImporter": {
+		"compressionSize": 0
+	}
 }

+ 3 - 1
RoboMan3D/JavaScript/Resources/UI/buttonUp.png.asset

@@ -1,5 +1,7 @@
 {
 	"version": 1,
 	"guid": "bea9061876eee3b95d752f49c4d93477",
-	"TextureImporter": {}
+	"TextureImporter": {
+		"compressionSize": 0
+	}
 }

+ 3 - 1
RoboMan3D/JavaScript/Resources/UI/jumpButton.png.asset

@@ -1,5 +1,7 @@
 {
 	"version": 1,
 	"guid": "867694a3386810fb9e4430517a2574ca",
-	"TextureImporter": {}
+	"TextureImporter": {
+		"compressionSize": 0
+	}
 }