[Python-ogre-commit] SF.net SVN: python-ogre:[775] trunk/python-ogre
Brought to you by:
andy_miller,
roman_yakovenko
From: <and...@us...> - 2008-10-27 06:40:36
|
Revision: 775 http://python-ogre.svn.sourceforge.net/python-ogre/?rev=775&view=rev Author: andy_miller Date: 2008-10-27 06:40:23 +0000 (Mon, 27 Oct 2008) Log Message: ----------- Preparing to implement Hydrax 0.4 Updated media for OgreForests Modified Paths: -------------- trunk/python-ogre/demos/ogreforests/media/grass/grass.material trunk/python-ogre/demos/ogreforests/media/terrains/terrain.cfg trunk/python-ogre/demos/ogreforests/media/trees/tree.material trunk/python-ogre/environment.py Added Paths: ----------- trunk/python-ogre/ThirdParty/Hydrax_0.3/ trunk/python-ogre/demos/ogreforests/media/terrain2/ trunk/python-ogre/demos/ogreforests/media/terrain2/densitymap.png trunk/python-ogre/demos/ogreforests/media/terrain2/terrain.cfg trunk/python-ogre/demos/ogreforests/media/terrain2/terrain.png trunk/python-ogre/demos/ogreforests/media/terrain2/terrain2.cfg trunk/python-ogre/demos/ogreforests/media/terrain2/terrain_detail.jpg trunk/python-ogre/demos/ogreforests/media/terrain2/terrain_lightmap.jpg trunk/python-ogre/demos/ogreforests/media/terrain2/terrain_texture2.jpg trunk/python-ogre/demos/ogreforests/media/trees2/ trunk/python-ogre/demos/ogreforests/media/trees2/3d-diggers_fir.material trunk/python-ogre/demos/ogreforests/media/trees2/3ddsky_0001.jpg trunk/python-ogre/demos/ogreforests/media/trees2/3ddsky_0002.jpg trunk/python-ogre/demos/ogreforests/media/trees2/3ddsky_0003.jpg trunk/python-ogre/demos/ogreforests/media/trees2/3ddsky_0004.jpg trunk/python-ogre/demos/ogreforests/media/trees2/3ddsky_0005.jpg trunk/python-ogre/demos/ogreforests/media/trees2/3ddsky_0006.jpg trunk/python-ogre/demos/ogreforests/media/trees2/3ddsky_0007.jpg trunk/python-ogre/demos/ogreforests/media/trees2/__ReadMe__.txt trunk/python-ogre/demos/ogreforests/media/trees2/farn01.png trunk/python-ogre/demos/ogreforests/media/trees2/farn02.png trunk/python-ogre/demos/ogreforests/media/trees2/farn1.mesh trunk/python-ogre/demos/ogreforests/media/trees2/farn1.mesh.material trunk/python-ogre/demos/ogreforests/media/trees2/farn2.mesh trunk/python-ogre/demos/ogreforests/media/trees2/farn2.mesh.material trunk/python-ogre/demos/ogreforests/media/trees2/fir01.png trunk/python-ogre/demos/ogreforests/media/trees2/fir02.jpg trunk/python-ogre/demos/ogreforests/media/trees2/fir05_30.mesh trunk/python-ogre/demos/ogreforests/media/trees2/fir06_30.mesh trunk/python-ogre/demos/ogreforests/media/trees2/fir14_25.mesh trunk/python-ogre/demos/ogreforests/media/trees2/plant1.mesh trunk/python-ogre/demos/ogreforests/media/trees2/plant1.mesh.material trunk/python-ogre/demos/ogreforests/media/trees2/plant1.png trunk/python-ogre/demos/ogreforests/media/trees2/plant2.mesh trunk/python-ogre/demos/ogreforests/media/trees2/plant2.mesh.material trunk/python-ogre/demos/ogreforests/media/trees2/plant2.png trunk/python-ogre/demos/ogreforests/media/trees2/shroom1.png trunk/python-ogre/demos/ogreforests/media/trees2/shroom1_1.mesh trunk/python-ogre/demos/ogreforests/media/trees2/shroom1_2.mesh trunk/python-ogre/demos/ogreforests/media/trees2/shroom1_3.mesh trunk/python-ogre/demos/ogreforests/media/trees2/shroom2.png trunk/python-ogre/demos/ogreforests/media/trees2/shroom2_1.mesh trunk/python-ogre/demos/ogreforests/media/trees2/shroom2_2.mesh trunk/python-ogre/demos/ogreforests/media/trees2/shroom2_3.mesh trunk/python-ogre/demos/ogreforests/media/trees2/shrooms.material trunk/python-ogre/demos/ogreforests/media/trees2/skybox.material Removed Paths: ------------- trunk/python-ogre/ThirdParty/Hydrax/ Modified: trunk/python-ogre/demos/ogreforests/media/grass/grass.material =================================================================== --- trunk/python-ogre/demos/ogreforests/media/grass/grass.material 2008-10-26 11:33:26 UTC (rev 774) +++ trunk/python-ogre/demos/ogreforests/media/grass/grass.material 2008-10-27 06:40:23 UTC (rev 775) @@ -1,20 +1,20 @@ -material grass -{ - technique - { - pass - { - //lighting off - cull_hardware none - cull_software none - scene_blend alpha_blend - alpha_rejection greater_equal 128 - //depth_write off - - texture_unit - { - texture grass2.png - } - } - } -} \ No newline at end of file +material grass +{ + technique + { + pass + { + //lighting off + cull_hardware none + cull_software none + scene_blend alpha_blend + alpha_rejection greater_equal 128 + //depth_write off + + texture_unit + { + texture grass2.png + } + } + } +} Added: trunk/python-ogre/demos/ogreforests/media/terrain2/densitymap.png =================================================================== (Binary files differ) Property changes on: trunk/python-ogre/demos/ogreforests/media/terrain2/densitymap.png ___________________________________________________________________ Added: svn:mime-type + application/octet-stream Added: trunk/python-ogre/demos/ogreforests/media/terrain2/terrain.cfg =================================================================== --- trunk/python-ogre/demos/ogreforests/media/terrain2/terrain.cfg (rev 0) +++ trunk/python-ogre/demos/ogreforests/media/terrain2/terrain.cfg 2008-10-27 06:40:23 UTC (rev 775) @@ -0,0 +1,71 @@ +# The main world texture (if you wish the terrain manager to create a material for you) +WorldTexture=terrain_texture.jpg + +# The detail texture (if you wish the terrain manager to create a material for you) +DetailTexture=terrain_detail.jpg + +#number of times the detail texture will tile in a terrain tile +DetailTile=5 + +# Heightmap source +PageSource=Heightmap + +# Heightmap-source specific settings +Heightmap.image=terrain.png + +# If you use RAW, fill in the below too +# RAW-specific setting - size (horizontal/vertical) +#Heightmap.raw.size=513 +# RAW-specific setting - bytes per pixel (1 = 8bit, 2=16bit) +#Heightmap.raw.bpp=2 + +# How large is a page of tiles (in vertices)? Must be (2^n)+1 +PageSize=513 + +# How large is each tile? Must be (2^n)+1 and be smaller than PageSize +TileSize=65 + +# The maximum error allowed when determining which LOD to use +MaxPixelError=3 + +# The size of a terrain page, in world units +PageWorldX=1500 +PageWorldZ=1500 +# Maximum height of the terrain +MaxHeight=100 + +# Upper LOD limit +MaxMipMapLevel=5 + +#VertexNormals=yes +#VertexColors=yes +#UseTriStrips=yes + +# Use vertex program to morph LODs, if available +VertexProgramMorph=yes + +# The proportional distance range at which the LOD morph starts to take effect +# This is as a proportion of the distance between the current LODs effective range, +# and the effective range of the next lower LOD +LODMorphStart=0.2 + +# This following section is for if you want to provide your own terrain shading routine +# Note that since you define your textures within the material this makes the +# WorldTexture and DetailTexture settings redundant + +# The name of the vertex program parameter you wish to bind the morph LOD factor to +# this is 0 when there is no adjustment (highest) to 1 when the morph takes it completely +# to the same position as the next lower LOD +# USE THIS IF YOU USE HIGH-LEVEL VERTEX PROGRAMS WITH LOD MORPHING +#MorphLODFactorParamName=morphFactor + +# The index of the vertex program parameter you wish to bind the morph LOD factor to +# this is 0 when there is no adjustment (highest) to 1 when the morph takes it completely +# to the same position as the next lower LOD +# USE THIS IF YOU USE ASSEMBLER VERTEX PROGRAMS WITH LOD MORPHING +#MorphLODFactorParamIndex=4 + +# The name of the material you will define to shade the terrain +#CustomMaterialName=TestTerrainMaterial + + Added: trunk/python-ogre/demos/ogreforests/media/terrain2/terrain.png =================================================================== (Binary files differ) Property changes on: trunk/python-ogre/demos/ogreforests/media/terrain2/terrain.png ___________________________________________________________________ Added: svn:mime-type + application/octet-stream Added: trunk/python-ogre/demos/ogreforests/media/terrain2/terrain2.cfg =================================================================== --- trunk/python-ogre/demos/ogreforests/media/terrain2/terrain2.cfg (rev 0) +++ trunk/python-ogre/demos/ogreforests/media/terrain2/terrain2.cfg 2008-10-27 06:40:23 UTC (rev 775) @@ -0,0 +1,71 @@ +# The main world texture (if you wish the terrain manager to create a material for you) +WorldTexture=terrain_texture2.jpg + +# The detail texture (if you wish the terrain manager to create a material for you) +DetailTexture=terrain_detail.jpg + +#number of times the detail texture will tile in a terrain tile +DetailTile=5 + +# Heightmap source +PageSource=Heightmap + +# Heightmap-source specific settings +Heightmap.image=terrain.png + +# If you use RAW, fill in the below too +# RAW-specific setting - size (horizontal/vertical) +#Heightmap.raw.size=513 +# RAW-specific setting - bytes per pixel (1 = 8bit, 2=16bit) +#Heightmap.raw.bpp=2 + +# How large is a page of tiles (in vertices)? Must be (2^n)+1 +PageSize=513 + +# How large is each tile? Must be (2^n)+1 and be smaller than PageSize +TileSize=65 + +# The maximum error allowed when determining which LOD to use +MaxPixelError=3 + +# The size of a terrain page, in world units +PageWorldX=1500 +PageWorldZ=1500 +# Maximum height of the terrain +MaxHeight=100 + +# Upper LOD limit +MaxMipMapLevel=5 + +#VertexNormals=yes +#VertexColors=yes +#UseTriStrips=yes + +# Use vertex program to morph LODs, if available +VertexProgramMorph=yes + +# The proportional distance range at which the LOD morph starts to take effect +# This is as a proportion of the distance between the current LODs effective range, +# and the effective range of the next lower LOD +LODMorphStart=0.2 + +# This following section is for if you want to provide your own terrain shading routine +# Note that since you define your textures within the material this makes the +# WorldTexture and DetailTexture settings redundant + +# The name of the vertex program parameter you wish to bind the morph LOD factor to +# this is 0 when there is no adjustment (highest) to 1 when the morph takes it completely +# to the same position as the next lower LOD +# USE THIS IF YOU USE HIGH-LEVEL VERTEX PROGRAMS WITH LOD MORPHING +#MorphLODFactorParamName=morphFactor + +# The index of the vertex program parameter you wish to bind the morph LOD factor to +# this is 0 when there is no adjustment (highest) to 1 when the morph takes it completely +# to the same position as the next lower LOD +# USE THIS IF YOU USE ASSEMBLER VERTEX PROGRAMS WITH LOD MORPHING +#MorphLODFactorParamIndex=4 + +# The name of the material you will define to shade the terrain +#CustomMaterialName=TestTerrainMaterial + + Added: trunk/python-ogre/demos/ogreforests/media/terrain2/terrain_detail.jpg =================================================================== (Binary files differ) Property changes on: trunk/python-ogre/demos/ogreforests/media/terrain2/terrain_detail.jpg ___________________________________________________________________ Added: svn:mime-type + application/octet-stream Added: trunk/python-ogre/demos/ogreforests/media/terrain2/terrain_lightmap.jpg =================================================================== (Binary files differ) Property changes on: trunk/python-ogre/demos/ogreforests/media/terrain2/terrain_lightmap.jpg ___________________________________________________________________ Added: svn:mime-type + application/octet-stream Added: trunk/python-ogre/demos/ogreforests/media/terrain2/terrain_texture2.jpg =================================================================== (Binary files differ) Property changes on: trunk/python-ogre/demos/ogreforests/media/terrain2/terrain_texture2.jpg ___________________________________________________________________ Added: svn:mime-type + application/octet-stream Modified: trunk/python-ogre/demos/ogreforests/media/terrains/terrain.cfg =================================================================== --- trunk/python-ogre/demos/ogreforests/media/terrains/terrain.cfg 2008-10-26 11:33:26 UTC (rev 774) +++ trunk/python-ogre/demos/ogreforests/media/terrains/terrain.cfg 2008-10-27 06:40:23 UTC (rev 775) @@ -1,71 +1,71 @@ -# The main world texture (if you wish the terrain manager to create a material for you) -WorldTexture=terrain_texture.jpg - -# The detail texture (if you wish the terrain manager to create a material for you) -DetailTexture=terrain_detail.jpg - -#number of times the detail texture will tile in a terrain tile -DetailTile=5 - -# Heightmap source -PageSource=Heightmap - -# Heightmap-source specific settings -Heightmap.image=terrain.png - -# If you use RAW, fill in the below too -# RAW-specific setting - size (horizontal/vertical) -#Heightmap.raw.size=513 -# RAW-specific setting - bytes per pixel (1 = 8bit, 2=16bit) -#Heightmap.raw.bpp=2 - -# How large is a page of tiles (in vertices)? Must be (2^n)+1 -PageSize=513 - -# How large is each tile? Must be (2^n)+1 and be smaller than PageSize -TileSize=65 - -# The maximum error allowed when determining which LOD to use -MaxPixelError=3 - -# The size of a terrain page, in world units -PageWorldX=1500 -PageWorldZ=1500 -# Maximum height of the terrain -MaxHeight=100 - -# Upper LOD limit -MaxMipMapLevel=5 - -#VertexNormals=yes -#VertexColors=yes -#UseTriStrips=yes - -# Use vertex program to morph LODs, if available -VertexProgramMorph=yes - -# The proportional distance range at which the LOD morph starts to take effect -# This is as a proportion of the distance between the current LODs effective range, -# and the effective range of the next lower LOD -LODMorphStart=0.2 - -# This following section is for if you want to provide your own terrain shading routine -# Note that since you define your textures within the material this makes the -# WorldTexture and DetailTexture settings redundant - -# The name of the vertex program parameter you wish to bind the morph LOD factor to -# this is 0 when there is no adjustment (highest) to 1 when the morph takes it completely -# to the same position as the next lower LOD -# USE THIS IF YOU USE HIGH-LEVEL VERTEX PROGRAMS WITH LOD MORPHING -#MorphLODFactorParamName=morphFactor - -# The index of the vertex program parameter you wish to bind the morph LOD factor to -# this is 0 when there is no adjustment (highest) to 1 when the morph takes it completely -# to the same position as the next lower LOD -# USE THIS IF YOU USE ASSEMBLER VERTEX PROGRAMS WITH LOD MORPHING -#MorphLODFactorParamIndex=4 - -# The name of the material you will define to shade the terrain -#CustomMaterialName=TestTerrainMaterial - - +# The main world texture (if you wish the terrain manager to create a material for you) +WorldTexture=terrain_texture.jpg + +# The detail texture (if you wish the terrain manager to create a material for you) +DetailTexture=terrain_detail.jpg + +#number of times the detail texture will tile in a terrain tile +DetailTile=5 + +# Heightmap source +PageSource=Heightmap + +# Heightmap-source specific settings +Heightmap.image=terrain.png + +# If you use RAW, fill in the below too +# RAW-specific setting - size (horizontal/vertical) +#Heightmap.raw.size=513 +# RAW-specific setting - bytes per pixel (1 = 8bit, 2=16bit) +#Heightmap.raw.bpp=2 + +# How large is a page of tiles (in vertices)? Must be (2^n)+1 +PageSize=513 + +# How large is each tile? Must be (2^n)+1 and be smaller than PageSize +TileSize=65 + +# The maximum error allowed when determining which LOD to use +MaxPixelError=3 + +# The size of a terrain page, in world units +PageWorldX=1500 +PageWorldZ=1500 +# Maximum height of the terrain +MaxHeight=100 + +# Upper LOD limit +MaxMipMapLevel=5 + +#VertexNormals=yes +#VertexColors=yes +#UseTriStrips=yes + +# Use vertex program to morph LODs, if available +VertexProgramMorph=yes + +# The proportional distance range at which the LOD morph starts to take effect +# This is as a proportion of the distance between the current LODs effective range, +# and the effective range of the next lower LOD +LODMorphStart=0.2 + +# This following section is for if you want to provide your own terrain shading routine +# Note that since you define your textures within the material this makes the +# WorldTexture and DetailTexture settings redundant + +# The name of the vertex program parameter you wish to bind the morph LOD factor to +# this is 0 when there is no adjustment (highest) to 1 when the morph takes it completely +# to the same position as the next lower LOD +# USE THIS IF YOU USE HIGH-LEVEL VERTEX PROGRAMS WITH LOD MORPHING +#MorphLODFactorParamName=morphFactor + +# The index of the vertex program parameter you wish to bind the morph LOD factor to +# this is 0 when there is no adjustment (highest) to 1 when the morph takes it completely +# to the same position as the next lower LOD +# USE THIS IF YOU USE ASSEMBLER VERTEX PROGRAMS WITH LOD MORPHING +#MorphLODFactorParamIndex=4 + +# The name of the material you will define to shade the terrain +#CustomMaterialName=TestTerrainMaterial + + Modified: trunk/python-ogre/demos/ogreforests/media/trees/tree.material =================================================================== --- trunk/python-ogre/demos/ogreforests/media/trees/tree.material 2008-10-26 11:33:26 UTC (rev 774) +++ trunk/python-ogre/demos/ogreforests/media/trees/tree.material 2008-10-27 06:40:23 UTC (rev 775) @@ -1,47 +1,59 @@ -material SOLID/TEX/wood7.jpg -{ - technique - { - pass - { - texture_unit - { - texture wood7.jpg - } - } - } -} - -material SOLID/TEX/Leaves.png -{ - technique - { - pass - { - cull_hardware none - alpha_rejection greater_equal 128 - - texture_unit - { - texture leaves.png alpha - } - } - } -} - -material SOLID/TEX/PineLeaves.png -{ - technique - { - pass - { - cull_hardware none - alpha_rejection greater_equal 128 - - texture_unit - { - texture pineleaves.png alpha - } - } - } -} +material SOLID/TEX/wood7.jpg +{ + technique + { + pass + { + ambient 0.4 0.4 0.4 1 + diffuse 1 1 1 1 + + scene_blend alpha_blend + + texture_unit + { + texture wood7.jpg + } + } + } +} + +material SOLID/TEX/Leaves.png +{ + technique + { + pass + { + ambient 0.5 0.5 0.5 1 + diffuse 0.6 0.6 0.6 1 + + cull_hardware none + alpha_rejection greater_equal 128 + //scene_blend alpha_blend + + texture_unit + { + texture Leaves.png alpha + } + } + } +} + +material SOLID/TEX/PineLeaves.png +{ + technique + { + pass + { + ambient 0.5 0.5 0.5 1 + diffuse 0.6 0.6 0.6 1 + + cull_hardware none + alpha_rejection greater_equal 128 + + texture_unit + { + texture PineLeaves.png alpha + } + } + } +} Added: trunk/python-ogre/demos/ogreforests/media/trees2/3d-diggers_fir.material =================================================================== --- trunk/python-ogre/demos/ogreforests/media/trees2/3d-diggers_fir.material (rev 0) +++ trunk/python-ogre/demos/ogreforests/media/trees2/3d-diggers_fir.material 2008-10-27 06:40:23 UTC (rev 775) @@ -0,0 +1,37 @@ + +material 3D-Diggers/fir01 +{ + technique Default + { + pass Main + { + ambient 0.5 0.5 0.5 1 + diffuse 0.6 0.6 0.6 1 + + alpha_rejection greater_equal 128 + + texture_unit + { + texture fir01.png alpha + } + } + } +} + +material 3D-Diggers/fir02 +{ + technique Default + { + pass Main + { + ambient 0.5 0.5 0.5 1 + diffuse 0.6 0.6 0.6 1 + + texture_unit + { + texture_alias diffuse + texture fir02.jpg -1 + } + } + } +} \ No newline at end of file Added: trunk/python-ogre/demos/ogreforests/media/trees2/3ddsky_0001.jpg =================================================================== (Binary files differ) Property changes on: trunk/python-ogre/demos/ogreforests/media/trees2/3ddsky_0001.jpg ___________________________________________________________________ Added: svn:mime-type + application/octet-stream Added: trunk/python-ogre/demos/ogreforests/media/trees2/3ddsky_0002.jpg =================================================================== (Binary files differ) Property changes on: trunk/python-ogre/demos/ogreforests/media/trees2/3ddsky_0002.jpg ___________________________________________________________________ Added: svn:mime-type + application/octet-stream Added: trunk/python-ogre/demos/ogreforests/media/trees2/3ddsky_0003.jpg =================================================================== (Binary files differ) Property changes on: trunk/python-ogre/demos/ogreforests/media/trees2/3ddsky_0003.jpg ___________________________________________________________________ Added: svn:mime-type + application/octet-stream Added: trunk/python-ogre/demos/ogreforests/media/trees2/3ddsky_0004.jpg =================================================================== (Binary files differ) Property changes on: trunk/python-ogre/demos/ogreforests/media/trees2/3ddsky_0004.jpg ___________________________________________________________________ Added: svn:mime-type + application/octet-stream Added: trunk/python-ogre/demos/ogreforests/media/trees2/3ddsky_0005.jpg =================================================================== (Binary files differ) Property changes on: trunk/python-ogre/demos/ogreforests/media/trees2/3ddsky_0005.jpg ___________________________________________________________________ Added: svn:mime-type + application/octet-stream Added: trunk/python-ogre/demos/ogreforests/media/trees2/3ddsky_0006.jpg =================================================================== (Binary files differ) Property changes on: trunk/python-ogre/demos/ogreforests/media/trees2/3ddsky_0006.jpg ___________________________________________________________________ Added: svn:mime-type + application/octet-stream Added: trunk/python-ogre/demos/ogreforests/media/trees2/3ddsky_0007.jpg =================================================================== (Binary files differ) Property changes on: trunk/python-ogre/demos/ogreforests/media/trees2/3ddsky_0007.jpg ___________________________________________________________________ Added: svn:mime-type + application/octet-stream Added: trunk/python-ogre/demos/ogreforests/media/trees2/__ReadMe__.txt =================================================================== --- trunk/python-ogre/demos/ogreforests/media/trees2/__ReadMe__.txt (rev 0) +++ trunk/python-ogre/demos/ogreforests/media/trees2/__ReadMe__.txt 2008-10-27 06:40:23 UTC (rev 775) @@ -0,0 +1,22 @@ +////////////////////////////////////////////////////////// +// "Veggies for the people" // +// (c) 3D-Diggers 2008 // +// Author: Christian Herzog // +// Web: www.3d-diggers.de // +////////////////////////////////////////////////////////// + ++--------------------------------------------------------+ +| License: | ++--------------------------------------------------------+ +"Do what you want" + +This is a free give away from the 3D-Diggers. +You can use it in any project you want (commercial, non-commercial, etc.). + + +I'd be happy though, if anybody using it, could send me a link to the project or so! (just to know IF this is actually being used... ;) ) +But again, you don't have to. +My email is Gi...@gm.... + +If you want to see more, drop by on our homepage: www.3d-diggers.de. +(you get the full fir pack there, which can easily be exported for OGRE as you can see) \ No newline at end of file Added: trunk/python-ogre/demos/ogreforests/media/trees2/farn01.png =================================================================== (Binary files differ) Property changes on: trunk/python-ogre/demos/ogreforests/media/trees2/farn01.png ___________________________________________________________________ Added: svn:mime-type + application/octet-stream Added: trunk/python-ogre/demos/ogreforests/media/trees2/farn02.png =================================================================== (Binary files differ) Property changes on: trunk/python-ogre/demos/ogreforests/media/trees2/farn02.png ___________________________________________________________________ Added: svn:mime-type + application/octet-stream Added: trunk/python-ogre/demos/ogreforests/media/trees2/farn1.mesh =================================================================== (Binary files differ) Property changes on: trunk/python-ogre/demos/ogreforests/media/trees2/farn1.mesh ___________________________________________________________________ Added: svn:mime-type + application/octet-stream Added: trunk/python-ogre/demos/ogreforests/media/trees2/farn1.mesh.material =================================================================== --- trunk/python-ogre/demos/ogreforests/media/trees2/farn1.mesh.material (rev 0) +++ trunk/python-ogre/demos/ogreforests/media/trees2/farn1.mesh.material 2008-10-27 06:40:23 UTC (rev 775) @@ -0,0 +1,18 @@ +material 3D-Diggers/farn01 +{ + technique Default + { + pass Main + { + ambient 0.5 0.5 0.5 1 + diffuse 0.6 0.6 0.6 1 + + alpha_rejection greater_equal 128 + + texture_unit + { + texture farn01.png alpha + } + } + } +} Added: trunk/python-ogre/demos/ogreforests/media/trees2/farn2.mesh =================================================================== (Binary files differ) Property changes on: trunk/python-ogre/demos/ogreforests/media/trees2/farn2.mesh ___________________________________________________________________ Added: svn:mime-type + application/octet-stream Added: trunk/python-ogre/demos/ogreforests/media/trees2/farn2.mesh.material =================================================================== --- trunk/python-ogre/demos/ogreforests/media/trees2/farn2.mesh.material (rev 0) +++ trunk/python-ogre/demos/ogreforests/media/trees2/farn2.mesh.material 2008-10-27 06:40:23 UTC (rev 775) @@ -0,0 +1,18 @@ +material 3D-Diggers/farn02 +{ + technique Default + { + pass Main + { + ambient 0.5 0.5 0.5 1 + diffuse 0.6 0.6 0.6 1 + + alpha_rejection greater_equal 128 + + texture_unit + { + texture farn02.png alpha + } + } + } +} Added: trunk/python-ogre/demos/ogreforests/media/trees2/fir01.png =================================================================== (Binary files differ) Property changes on: trunk/python-ogre/demos/ogreforests/media/trees2/fir01.png ___________________________________________________________________ Added: svn:mime-type + application/octet-stream Added: trunk/python-ogre/demos/ogreforests/media/trees2/fir02.jpg =================================================================== (Binary files differ) Property changes on: trunk/python-ogre/demos/ogreforests/media/trees2/fir02.jpg ___________________________________________________________________ Added: svn:mime-type + application/octet-stream Added: trunk/python-ogre/demos/ogreforests/media/trees2/fir05_30.mesh =================================================================== (Binary files differ) Property changes on: trunk/python-ogre/demos/ogreforests/media/trees2/fir05_30.mesh ___________________________________________________________________ Added: svn:mime-type + application/octet-stream Added: trunk/python-ogre/demos/ogreforests/media/trees2/fir06_30.mesh =================================================================== (Binary files differ) Property changes on: trunk/python-ogre/demos/ogreforests/media/trees2/fir06_30.mesh ___________________________________________________________________ Added: svn:mime-type + application/octet-stream Added: trunk/python-ogre/demos/ogreforests/media/trees2/fir14_25.mesh =================================================================== (Binary files differ) Property changes on: trunk/python-ogre/demos/ogreforests/media/trees2/fir14_25.mesh ___________________________________________________________________ Added: svn:mime-type + application/octet-stream Added: trunk/python-ogre/demos/ogreforests/media/trees2/plant1.mesh =================================================================== (Binary files differ) Property changes on: trunk/python-ogre/demos/ogreforests/media/trees2/plant1.mesh ___________________________________________________________________ Added: svn:mime-type + application/octet-stream Added: trunk/python-ogre/demos/ogreforests/media/trees2/plant1.mesh.material =================================================================== --- trunk/python-ogre/demos/ogreforests/media/trees2/plant1.mesh.material (rev 0) +++ trunk/python-ogre/demos/ogreforests/media/trees2/plant1.mesh.material 2008-10-27 06:40:23 UTC (rev 775) @@ -0,0 +1,40 @@ +material 3D-Diggers/plant1 +{ + technique Default + { + pass Main + { + ambient 0.5 0.5 0.5 1 + diffuse 0.6 0.6 0.6 1 + + alpha_rejection greater_equal 128 + + texture_unit + { + texture plant1.png alpha + } + } + } +} + +material 3D-Diggers/plant1sprite +{ + technique Default + { + pass Main + { + cull_hardware none + cull_software none + + ambient 0.5 0.5 0.5 1 + diffuse 0.6 0.6 0.6 1 + + alpha_rejection greater_equal 128 + + texture_unit + { + texture plant1.png alpha + } + } + } +} \ No newline at end of file Added: trunk/python-ogre/demos/ogreforests/media/trees2/plant1.png =================================================================== (Binary files differ) Property changes on: trunk/python-ogre/demos/ogreforests/media/trees2/plant1.png ___________________________________________________________________ Added: svn:mime-type + application/octet-stream Added: trunk/python-ogre/demos/ogreforests/media/trees2/plant2.mesh =================================================================== (Binary files differ) Property changes on: trunk/python-ogre/demos/ogreforests/media/trees2/plant2.mesh ___________________________________________________________________ Added: svn:mime-type + application/octet-stream Added: trunk/python-ogre/demos/ogreforests/media/trees2/plant2.mesh.material =================================================================== --- trunk/python-ogre/demos/ogreforests/media/trees2/plant2.mesh.material (rev 0) +++ trunk/python-ogre/demos/ogreforests/media/trees2/plant2.mesh.material 2008-10-27 06:40:23 UTC (rev 775) @@ -0,0 +1,18 @@ +material 3D-Diggers/plant2 +{ + technique Default + { + pass Main + { + ambient 0.5 0.5 0.5 1 + diffuse 0.6 0.6 0.6 1 + + alpha_rejection greater_equal 128 + + texture_unit + { + texture plant2.png alpha + } + } + } +} Added: trunk/python-ogre/demos/ogreforests/media/trees2/plant2.png =================================================================== (Binary files differ) Property changes on: trunk/python-ogre/demos/ogreforests/media/trees2/plant2.png ___________________________________________________________________ Added: svn:mime-type + application/octet-stream Added: trunk/python-ogre/demos/ogreforests/media/trees2/shroom1.png =================================================================== (Binary files differ) Property changes on: trunk/python-ogre/demos/ogreforests/media/trees2/shroom1.png ___________________________________________________________________ Added: svn:mime-type + application/octet-stream Added: trunk/python-ogre/demos/ogreforests/media/trees2/shroom1_1.mesh =================================================================== (Binary files differ) Property changes on: trunk/python-ogre/demos/ogreforests/media/trees2/shroom1_1.mesh ___________________________________________________________________ Added: svn:mime-type + application/octet-stream Added: trunk/python-ogre/demos/ogreforests/media/trees2/shroom1_2.mesh =================================================================== (Binary files differ) Property changes on: trunk/python-ogre/demos/ogreforests/media/trees2/shroom1_2.mesh ___________________________________________________________________ Added: svn:mime-type + application/octet-stream Added: trunk/python-ogre/demos/ogreforests/media/trees2/shroom1_3.mesh =================================================================== (Binary files differ) Property changes on: trunk/python-ogre/demos/ogreforests/media/trees2/shroom1_3.mesh ___________________________________________________________________ Added: svn:mime-type + application/octet-stream Added: trunk/python-ogre/demos/ogreforests/media/trees2/shroom2.png =================================================================== (Binary files differ) Property changes on: trunk/python-ogre/demos/ogreforests/media/trees2/shroom2.png ___________________________________________________________________ Added: svn:mime-type + application/octet-stream Added: trunk/python-ogre/demos/ogreforests/media/trees2/shroom2_1.mesh =================================================================== (Binary files differ) Property changes on: trunk/python-ogre/demos/ogreforests/media/trees2/shroom2_1.mesh ___________________________________________________________________ Added: svn:mime-type + application/octet-stream Added: trunk/python-ogre/demos/ogreforests/media/trees2/shroom2_2.mesh =================================================================== (Binary files differ) Property changes on: trunk/python-ogre/demos/ogreforests/media/trees2/shroom2_2.mesh ___________________________________________________________________ Added: svn:mime-type + application/octet-stream Added: trunk/python-ogre/demos/ogreforests/media/trees2/shroom2_3.mesh =================================================================== (Binary files differ) Property changes on: trunk/python-ogre/demos/ogreforests/media/trees2/shroom2_3.mesh ___________________________________________________________________ Added: svn:mime-type + application/octet-stream Added: trunk/python-ogre/demos/ogreforests/media/trees2/shrooms.material =================================================================== --- trunk/python-ogre/demos/ogreforests/media/trees2/shrooms.material (rev 0) +++ trunk/python-ogre/demos/ogreforests/media/trees2/shrooms.material 2008-10-27 06:40:23 UTC (rev 775) @@ -0,0 +1,37 @@ +material 3D-Diggers/shroom1 +{ + technique Default + { + pass Main + { + ambient 0.5 0.5 0.5 1 + diffuse 0.6 0.6 0.6 1 + + alpha_rejection greater_equal 128 + + texture_unit + { + texture shroom1.png alpha + } + } + } +} + +material 3D-Diggers/shroom2 +{ + technique Default + { + pass Main + { + ambient 0.5 0.5 0.5 1 + diffuse 0.6 0.6 0.6 1 + + alpha_rejection greater_equal 128 + + texture_unit + { + texture shroom2.png alpha + } + } + } +} Added: trunk/python-ogre/demos/ogreforests/media/trees2/skybox.material =================================================================== --- trunk/python-ogre/demos/ogreforests/media/trees2/skybox.material (rev 0) +++ trunk/python-ogre/demos/ogreforests/media/trees2/skybox.material 2008-10-27 06:40:23 UTC (rev 775) @@ -0,0 +1,18 @@ +material 3D-Diggers/SkyBox +{ + technique + { + pass + { + fog_override true none + lighting off + depth_write off + + texture_unit + { + cubic_texture 3ddsky_0001.jpg 3ddsky_0003.jpg 3ddsky_0004.jpg 3ddsky_0002.jpg 3ddsky_0005.jpg 3ddsky_0006.jpg separateUV + tex_address_mode clamp + } + } + } +} \ No newline at end of file Modified: trunk/python-ogre/environment.py =================================================================== --- trunk/python-ogre/environment.py 2008-10-26 11:33:26 UTC (rev 774) +++ trunk/python-ogre/environment.py 2008-10-27 06:40:23 UTC (rev 775) @@ -1137,7 +1137,7 @@ class ogreforests: active = True pythonModule = True - version="r2491" + version="r2504" name='ogreforests' parent="ogre/addons" CCFLAGS = ' ' # -D"FT2_BUILD_LIBRARY" This was sent by the SourceForge.net collaborative development platform, the world's largest Open Source development site. |