Added an additional guidepost, a decorative object by Nachtfalter.

qteditor
Clonkonaut 2016-06-21 19:15:57 +02:00
parent fd98ed3246
commit c77ab10b55
6 changed files with 43 additions and 0 deletions

View File

@ -0,0 +1,7 @@
[DefCore]
id=EnvPack_Guidepost2
Category=C4D_StaticBack
Width=10
Height=30
Offset=-5,-15
StretchGrowth=1

View File

@ -0,0 +1,28 @@
material EnvPack_Guidepost2: NormalMap
{
receive_shadows on
technique
{
pass
{
scene_blend alpha_blend
ambient 1.000000 1.000000 1.000000 1.000000
diffuse 0.800000 0.799920 0.799920 1.000000
specular 0.000000 0.000000 0.000000 1.000000 2.250000
emissive 0.000000 0.000000 0.000000 1.000000
texture_unit base
{
texture guidepost2.png
tex_address_mode wrap
filtering trilinear
}
texture_unit normal
{
texture guidepost_normal.png
tex_address_mode wrap
filtering trilinear
}
}
}
}

View File

@ -0,0 +1,8 @@
/**
@author Nachtfalter
*/
protected func Construction()
{
SetProperty("MeshTransformation", Trans_Mul(Trans_Rotate(RandomX(-180,180),0,10), Trans_Scale(130)));
}

Binary file not shown.

After

Width:  |  Height:  |  Size: 74 KiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 121 KiB