A complete 3D game development suite written purely in Java.
You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
 
 
 
 
 
jmonkeyengine/jme3-plugins/src/test/resources/testMat.j3m

15 lines
426 B

Material test : Common/MatDefs/Light/Lighting.j3md {
MaterialParameters {
Diffuse : 1.0 1.0 1.0 1.0
UseMaterialColors : true
ParallaxHeight : 0.05
Ambient : 1.0 1.0 1.0 1.0
DiffuseMap : Flip WrapRepeat_S WrapRepeat_T MinNearestNoMipMaps MagNearest "Textures/ColoredTex/Monkey.png"
Specular : 0.01375 0.01375 0.01375 1.0
Shininess : 50.0
}
AdditionalRenderState {
}
}