Can i use more 1 channel for base material
Moderator: NADEO
- alividerci
- Posts: 363
- Joined: 11 Feb 2012, 07:03
Can i use more 1 channel for base material
Is it work?
Re: Can i use more 1 channel for base material
What?
My specs:
MOBO: MB AM3+ 970 Gigabyte GA-970A-DS3P
CPU: AM3+ AMD FX-8320E
GPU: Nvidia GeForce GTX750-Ti ASUS 2GB DDR5
RAM: DDR3 8GB 1866MHz Kingston HyperX
SSD: SATA3 120gb SanDisk
OS: Ubuntu 19.04
TY MICMO
MOBO: MB AM3+ 970 Gigabyte GA-970A-DS3P
CPU: AM3+ AMD FX-8320E
GPU: Nvidia GeForce GTX750-Ti ASUS 2GB DDR5
RAM: DDR3 8GB 1866MHz Kingston HyperX
SSD: SATA3 120gb SanDisk
OS: Ubuntu 19.04
TY MICMO
Re: Can i use more 1 channel for base material
Sorry, it's really hard to understand you. What kind of channel do you mean? And what exactly do you mean with "is it work"?
If you want a good answer try to explain better what your problem is.
If you want a good answer try to explain better what your problem is.
orbiting around maniaplanet


Re: Can i use more 1 channel for base material
probably alividerci wants to use two different textures or different materials together,
like more complex materials from Nadeo.
some more description of what is intended would be indeed better for the understanding.
like more complex materials from Nadeo.
some more description of what is intended would be indeed better for the understanding.
Re: Can i use more 1 channel for base material
It's possible to define multiple materials using different models (TDSN, TDSNI, ...).
In the following screenshot of a Blender project you can see a second material for the illuminated areas of an UFO object. This ensures that there is a sharp transition between the illum rings and the main body of the item. And the creation of the illum texture is much easier.

This is the correspondent MeshParams.xml:
I hope my answer fits to your question...
In the following screenshot of a Blender project you can see a second material for the illuminated areas of an UFO object. This ensures that there is a sharp transition between the illum rings and the main body of the item. And the creation of the illum texture is much easier.

This is the correspondent MeshParams.xml:
Code: Select all
<MeshParams Scale="1.0" MeshType="Static" Collection="Common">
<Materials>
<Material Name="_TDSN_UFO_Metal" Model="TDSN" BaseTexture="Texture\UFO" PhysicsId="Metal"/>
<Material Name="_TDSNI_UFO_Metal" Model="TDSNI" BaseTexture="Texture\UFO" PhysicsId="Metal"/>
</Materials>
<Textures MaxSize="2048" HqDds="true"/>
</MeshParams>
- alividerci
- Posts: 363
- Joined: 11 Feb 2012, 07:03
Re: Can i use more 1 channel for base material
its simple example what i said http://forums.3dtotal.com/attachment.ph ... 1242248373TMarc wrote:probably alividerci wants to use two different textures or different materials together,
like more complex materials from Nadeo.
some more description of what is intended would be indeed better for the understanding.
if so can to do, say me how???
And will be cool using mask for textures with blending modes how in photoshop
- alividerci
- Posts: 363
- Joined: 11 Feb 2012, 07:03
Re: Can i use more 1 channel for base material
hmm, i hard to understand you because i use 3ds max, and in 3ds max i can use multi/sub-object material and it works but main minus multi/sub-object its sharp edges between polygons...i use tile texture for high quality objectsElectron wrote:It's possible to define multiple materials using different models (TDSN, TDSNI, ...).
In the following screenshot of a Blender project you can see a second material for the illuminated areas of an UFO object. This ensures that there is a sharp transition between the illum rings and the main body of the item. And the creation of the illum texture is much easier.
This is the correspondent MeshParams.xml:I hope my answer fits to your question...Code: Select all
<MeshParams Scale="1.0" MeshType="Static" Collection="Common"> <Materials> <Material Name="_TDSN_UFO_Metal" Model="TDSN" BaseTexture="Texture\UFO" PhysicsId="Metal"/> <Material Name="_TDSNI_UFO_Metal" Model="TDSNI" BaseTexture="Texture\UFO" PhysicsId="Metal"/> </Materials> <Textures MaxSize="2048" HqDds="true"/> </MeshParams>
P.S How i know in 3ds max i must assign material for object or group polygons(polygons IDs) in other case nadeo exporter say me: AHTUNG I DONT SEE MATERIALS

P.S2 I understood your example same such as multi/sub-object material
P.S3 I want other look at my post under your
Re: Can i use more 1 channel for base material
If you want good answer you need to form good question, I am now guessing what you meant by that sentence that has no actual meaning.
Well i am going to guess what your question was.
If it means can i use more channels than 1 for base material than the answer is no. Only 1 channel can be used for base material. What you can do is create separate objects in scene and give an each one unique uv channel for base material than export them as 1 object.
If question is can you overlap 2 textures on 1 base material than the answer is no again. But you can use 2 objects to achieve this:
On fist picture Object 1 is normal TDSN material and object 2 is TDOSN material with alpha.

Than put object 2 in front of 1 just make sure they are not too close since that will cause flicker in game:

Export it as 1 object and it will look like this in game:

Well i am going to guess what your question was.
If it means can i use more channels than 1 for base material than the answer is no. Only 1 channel can be used for base material. What you can do is create separate objects in scene and give an each one unique uv channel for base material than export them as 1 object.
If question is can you overlap 2 textures on 1 base material than the answer is no again. But you can use 2 objects to achieve this:
On fist picture Object 1 is normal TDSN material and object 2 is TDOSN material with alpha.

Than put object 2 in front of 1 just make sure they are not too close since that will cause flicker in game:

Export it as 1 object and it will look like this in game:

My specs:
MOBO: MB AM3+ 970 Gigabyte GA-970A-DS3P
CPU: AM3+ AMD FX-8320E
GPU: Nvidia GeForce GTX750-Ti ASUS 2GB DDR5
RAM: DDR3 8GB 1866MHz Kingston HyperX
SSD: SATA3 120gb SanDisk
OS: Ubuntu 19.04
TY MICMO
MOBO: MB AM3+ 970 Gigabyte GA-970A-DS3P
CPU: AM3+ AMD FX-8320E
GPU: Nvidia GeForce GTX750-Ti ASUS 2GB DDR5
RAM: DDR3 8GB 1866MHz Kingston HyperX
SSD: SATA3 120gb SanDisk
OS: Ubuntu 19.04
TY MICMO
- alividerci
- Posts: 363
- Joined: 11 Feb 2012, 07:03
Re: Can i use more 1 channel for base material
it's tricks have name - decal, you suggest me use decals...i think about it... but did tou see my screenshot? I want to use something like that...it's not possible? Can i use blending mods for decals?
Who is online
Users browsing this forum: No registered users and 1 guest