After Width: | Height: | Size: 1.7 MiB |
After Width: | Height: | Size: 1.1 MiB |
After Width: | Height: | Size: 796 KiB |
@ -0,0 +1,18 @@ |
||||
Material MyMaterial : Common/MatDefs/Misc/Unshaded.j3md { |
||||
MaterialParameters { |
||||
BackfaceShadows : true |
||||
PointSize : 1.0 |
||||
Color : 0.15217346 0.058843613 0.87742037 1.0 |
||||
} |
||||
AdditionalRenderState { |
||||
PointSprite On |
||||
FaceCull Back |
||||
AlphaTestFalloff 0.0 |
||||
DepthWrite On |
||||
ColorWrite On |
||||
PolyOffset 0.0 0.0 |
||||
DepthTest On |
||||
Blend Off |
||||
Wireframe Off |
||||
} |
||||
} |
@ -0,0 +1,11 @@ |
||||
Material Pong Rock : Common/MatDefs/Light/Lighting.j3md { |
||||
MaterialParameters { |
||||
DiffuseMap: Repeat Textures/Terrain/Pond/Pond.jpg |
||||
NormalMap: Repeat Textures/Terrain/Pond/Pond_normal.png |
||||
UseMaterialColors : true |
||||
Shininess: 32.0 |
||||
Ambient : 0.2 0.2 0.2 1.0 |
||||
Diffuse : 0.8 0.8 0.8 1.0 |
||||
Specular : 0.3 0.3 0.3 1.0 |
||||
} |
||||
} |
After Width: | Height: | Size: 65 KiB |
After Width: | Height: | Size: 488 KiB |
@ -0,0 +1,12 @@ |
||||
Material My Material : Common/MatDefs/Water/SimpleWater.j3md { |
||||
MaterialParameters { |
||||
waterDepth : 0.8 |
||||
waterTransparency : 0.2 |
||||
time : 0.0 |
||||
waterColor : 0.6 0.6 1 0.6 |
||||
texScale : 2.0 |
||||
} |
||||
AdditionalRenderState { |
||||
Blend Off |
||||
} |
||||
} |
After Width: | Height: | Size: 1.3 KiB |
After Width: | Height: | Size: 46 KiB |
After Width: | Height: | Size: 110 KiB |
After Width: | Height: | Size: 485 KiB |
After Width: | Height: | Size: 208 KiB |
After Width: | Height: | Size: 28 KiB |
After Width: | Height: | Size: 7.5 KiB |
After Width: | Height: | Size: 45 KiB |
After Width: | Height: | Size: 62 KiB |
@ -0,0 +1,3 @@ |
||||
# |
||||
#Wed Jun 17 10:55:55 KST 2020 |
||||
ORIGINAL_PATH=Scenes/TestLevel.j3o |
After Width: | Height: | Size: 50 KiB |
After Width: | Height: | Size: 3.9 KiB |
After Width: | Height: | Size: 143 B |
After Width: | Height: | Size: 143 B |
@ -1 +1,6 @@ |
||||
compile.on.save=true |
||||
do.depend=false |
||||
do.jar=true |
||||
javac.debug=true |
||||
javadoc.preview=true |
||||
user.properties.file=C:\\Users\\sigon\\AppData\\Roaming\\.jmonkeyplatform\\v3.2.4-stable-sdk1\\build.properties |
||||
|