Added untextured Inventor's Lab 3D graphics (uv-map ready to paint)

stable-5.3
Charles Spurrill 2012-11-07 23:04:41 -08:00
parent 71043f39de
commit 275629bac5
7 changed files with 80 additions and 7 deletions

View File

@ -2,13 +2,13 @@
id=InventorsLab
Version=5,2,90,21
Category=C4D_Structure
Width=50
Height=52
Offset=-25,-26
Vertices=6
VertexX=-1,10,20,-23,-23,0
VertexY=-17,-25,-14,25,25,25
VertexFriction=50,50,50,100,100,100
Width=82
Height=82
Offset=-41,-41
Vertices=7
VertexX= 1, 1,-24,17,35, 32,-28
VertexY=41,-41, 41,41,41,11,2
VertexFriction=100,10,100,100,100,10,10
Value=200
Mass=4500
Components=Wood=3;Metal=3

Binary file not shown.

Before

Width:  |  Height:  |  Size: 13 KiB

View File

@ -0,0 +1,73 @@
material inventorsLab
{
receive_shadows on
technique
{
pass
{
diffuse 1.0 1.0 1.0 1.0
texture_unit
{
texture inventorMain.png
tex_address_mode wrap
}
}
}
}
material inventorsLabNoCull
{
receive_shadows on
technique
{
pass
{
scene_blend alpha_blend
cull_hardware none
diffuse 1.0 1.0 1.0 1.0
texture_unit
{
texture inventorMain.png
tex_address_mode wrap
}
}
}
}
material inventorsLabDetail
{
receive_shadows on
technique
{
pass
{
scene_blend alpha_blend
diffuse 1.0 1.0 1.0 1.0
texture_unit
{
texture inventorDetail.png
tex_address_mode wrap
}
}
}
}
material inventorsLabTeleScope
{
receive_shadows on
technique
{
pass
{
diffuse 1.0 1.0 1.0 1.0
texture_unit
{
texture inventorTelescope.png
tex_address_mode wrap
}
}
}
}

Binary file not shown.

After

Width:  |  Height:  |  Size: 257 KiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 578 KiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 145 KiB