Init
This commit is contained in:
Binary file not shown.
BIN
DependentExtensions/Ogre3DInterpDemo/OgreResources/OgreCore.zip
Normal file
BIN
DependentExtensions/Ogre3DInterpDemo/OgreResources/OgreCore.zip
Normal file
Binary file not shown.
Binary file not shown.
@ -0,0 +1,21 @@
|
||||
|
||||
material PopcornKernelMaterial
|
||||
{
|
||||
technique
|
||||
{
|
||||
pass
|
||||
{
|
||||
ambient 0 0 0 1
|
||||
specular 0 0 0 1 10
|
||||
alpha_rejection greater 128
|
||||
|
||||
texture_unit
|
||||
{
|
||||
texture_alias 0
|
||||
texture KernelTexture.dds
|
||||
}
|
||||
}
|
||||
|
||||
}
|
||||
|
||||
}
|
||||
Binary file not shown.
Binary file not shown.
@ -0,0 +1,21 @@
|
||||
|
||||
material PopcornPoppedMaterial
|
||||
{
|
||||
technique
|
||||
{
|
||||
pass
|
||||
{
|
||||
ambient 0 0 0 1
|
||||
specular 0 0 0 1 10
|
||||
alpha_rejection greater 128
|
||||
|
||||
texture_unit
|
||||
{
|
||||
texture_alias 0
|
||||
texture PoppedTexture.dds
|
||||
}
|
||||
}
|
||||
|
||||
}
|
||||
|
||||
}
|
||||
Binary file not shown.
Binary file not shown.
Binary file not shown.
@ -0,0 +1,17 @@
|
||||
material Examples/SteveCubeSkyBox
|
||||
{
|
||||
technique
|
||||
{
|
||||
pass
|
||||
{
|
||||
lighting off
|
||||
depth_write off
|
||||
|
||||
texture_unit
|
||||
{
|
||||
cubic_texture stevecube.jpg separateUV
|
||||
tex_address_mode clamp
|
||||
}
|
||||
}
|
||||
}
|
||||
}
|
||||
@ -0,0 +1 @@
|
||||
OgreMeshUpgrade.exe -d3d -b -t %1
|
||||
BIN
DependentExtensions/Ogre3DInterpDemo/OgreResources/skybox.zip
Normal file
BIN
DependentExtensions/Ogre3DInterpDemo/OgreResources/skybox.zip
Normal file
Binary file not shown.
Reference in New Issue
Block a user