Facebook Twitter YouTube Frictional Games | Forum | Privacy Policy | Dev Blog | Dev Wiki | Support | Gametee


Thread Rating:
  • 1 Vote(s) - 5 Average
  • 1
  • 2
  • 3
  • 4
  • 5
Texture, Model & Animation Help Door texture
PutraenusAlivius Offline
Posting Freak

Posts: 4,713
Threads: 75
Joined: Dec 2012
Reputation: 119
#1
Door texture

So I'm making this door. I have a door knob at the door. Thing is, the door knob's texture is a different texture as the body, but the same as the hinges. This makes the door knob a seperate object right? Well if I moved the door, will the door knob move too? If I can implement this some how, how would I do this?

"Veni, vidi, vici."
"I came, I saw, I conquered."
08-02-2013, 01:56 PM
Find
WALP Offline
Posting Freak

Posts: 1,221
Threads: 34
Joined: Aug 2012
Reputation: 45
#2
RE: Door texture

(08-02-2013, 01:56 PM)JustAnotherPlayer Wrote: So I'm making this door. I have a door knob at the door. Thing is, the door knob's texture is a different texture as the body, but the same as the hinges. This makes the door knob a seperate object right? Well if I moved the door, will the door knob move too? If I can implement this some how, how would I do this?

Its simple.

When giving physics and such to an object in the model editor you must attach the mesh to a body. When having multiple meshes it's as simple as attaching them all to the same body.
08-02-2013, 02:16 PM
Find
PutraenusAlivius Offline
Posting Freak

Posts: 4,713
Threads: 75
Joined: Dec 2012
Reputation: 119
#3
RE: Door texture

(08-02-2013, 02:16 PM)The Mug Wrote:
(08-02-2013, 01:56 PM)JustAnotherPlayer Wrote: So I'm making this door. I have a door knob at the door. Thing is, the door knob's texture is a different texture as the body, but the same as the hinges. This makes the door knob a seperate object right? Well if I moved the door, will the door knob move too? If I can implement this some how, how would I do this?

Its simple.

When giving physics and such to an object in the model editor you must attach the mesh to a body. When having multiple meshes it's as simple as attaching them all to the same body.

Thanks dude! +raep

"Veni, vidi, vici."
"I came, I saw, I conquered."
08-02-2013, 02:53 PM
Find
Statyk Offline
Schrödinger's Mod

Posts: 4,390
Threads: 72
Joined: Sep 2011
Reputation: 241
#4
RE: Door texture

Why isn't it just a combined mesh? All one model.
08-02-2013, 05:05 PM
Find
WALP Offline
Posting Freak

Posts: 1,221
Threads: 34
Joined: Aug 2012
Reputation: 45
#5
RE: Door texture

(08-02-2013, 05:05 PM)Statyk Wrote: Why isn't it just a combined mesh? All one model.

if you use different textures you must use different meshes(which will be seen as submeshes by model editor)
08-02-2013, 06:04 PM
Find
Statyk Offline
Schrödinger's Mod

Posts: 4,390
Threads: 72
Joined: Sep 2011
Reputation: 241
#6
RE: Door texture

(08-02-2013, 06:04 PM)The Mug Wrote:
(08-02-2013, 05:05 PM)Statyk Wrote: Why isn't it just a combined mesh? All one model.

if you use different textures you must use different meshes(which will be seen as submeshes by model editor)

Well yes, but I can't see why he'd need them separate. A door seems okay to mix textures into one file/UV space.
08-03-2013, 01:20 AM
Find
PutraenusAlivius Offline
Posting Freak

Posts: 4,713
Threads: 75
Joined: Dec 2012
Reputation: 119
#7
RE: Door texture

(08-03-2013, 01:20 AM)Statyk Wrote:
(08-02-2013, 06:04 PM)The Mug Wrote:
(08-02-2013, 05:05 PM)Statyk Wrote: Why isn't it just a combined mesh? All one model.

if you use different textures you must use different meshes(which will be seen as submeshes by model editor)

Well yes, but I can't see why he'd need them separate. A door seems okay to mix textures into one file/UV space.

Well I can't make all textures that I got into one texture, then UV-Coordinate them. Sure, I can do the UV-coordination, but it's the "make all the textures to one texture" thing that I can't do.

"Veni, vidi, vici."
"I came, I saw, I conquered."
08-03-2013, 02:28 AM
Find
Rapture Offline
Posting Freak

Posts: 1,078
Threads: 79
Joined: May 2011
Reputation: 30
#8
RE: Door texture

Well your suppose to export the UV layout (Blender has an option at the bottom of the UV Editor, "UVs > Export UV Layout"; Maya/3ds may have something similiar.) to a location on your comp, open it up in Photoshop/GIMP and edit away.

Just make sure all the pieces are joined together in one object before you export. Don't export multiple separate UV layouts. (Select all the pieces and do Ctrl + J to join them, if you use Blender.)
(This post was last modified: 08-03-2013, 05:51 AM by Rapture.)
08-03-2013, 05:51 AM
Find
PutraenusAlivius Offline
Posting Freak

Posts: 4,713
Threads: 75
Joined: Dec 2012
Reputation: 119
#9
RE: Door texture

(08-03-2013, 05:51 AM)Rapture Wrote: Well your suppose to export the UV layout (Blender has an option at the bottom of the UV Editor, "UVs > Export UV Layout"; Maya/3ds may have something similiar.) to a location on your comp, open it up in Photoshop/GIMP and edit away.

Just make sure all the pieces are joined together in one object before you export. Don't export multiple separate UV layouts. (Select all the pieces and do Ctrl + J to join them, if you use Blender.)

What if I told you I don't. You don't need every object exported into one in Amnesia. Blender can do so, like Maya and 3ds Max can too.

"Veni, vidi, vici."
"I came, I saw, I conquered."
08-03-2013, 06:12 AM
Find
WALP Offline
Posting Freak

Posts: 1,221
Threads: 34
Joined: Aug 2012
Reputation: 45
#10
RE: Door texture

(08-03-2013, 06:12 AM)JustAnotherPlayer Wrote:
(08-03-2013, 05:51 AM)Rapture Wrote: Well your suppose to export the UV layout (Blender has an option at the bottom of the UV Editor, "UVs > Export UV Layout"; Maya/3ds may have something similiar.) to a location on your comp, open it up in Photoshop/GIMP and edit away.

Just make sure all the pieces are joined together in one object before you export. Don't export multiple separate UV layouts. (Select all the pieces and do Ctrl + J to join them, if you use Blender.)

What if I told you I don't. You don't need every object exported into one in Amnesia. Blender can do so, like Maya and 3ds Max can too.
yeah but its more efficient to have it as one texture so you only have to do one pass for the texture or whatever its called.
08-03-2013, 06:15 AM
Find




Users browsing this thread: 1 Guest(s)