Author Topic: Devs Question  (Read 1466 times)

Dameon

  • Hydlaa Citizen
  • *
  • Posts: 361
    • View Profile
Devs Question
« on: October 14, 2003, 04:51:23 am »
I am developing an MMORPG, and I can make 2d textures, but I have no idea how to apply them to a 3D model. Is some special program needed? Do we export the 3D model and paint on the flatened picture? Or is some special program needed to paint the model?

Linkmachien

  • Wayfarer
  • *
  • Posts: 8
    • View Profile
(No subject)
« Reply #1 on: October 14, 2003, 05:11:14 am »
http://gamedev.net/reference/ is a collection of articles and tutorals for developing.  It covers most aspects of the developing ranging from Planing to building the actual game or resources.  You could also try the Gamedev.net forums.  I\'d also suggest to familiarize yourself with directX or OpenGL, and C++.  VB is meant more for applications and isn\'t really a good choice for games.  You can still make a good quality game with VB but it will possibally run slower and such.

Dameon

  • Hydlaa Citizen
  • *
  • Posts: 361
    • View Profile
(No subject)
« Reply #2 on: October 14, 2003, 05:26:54 am »
We have already decided we are using C++ (Grakrim is the main programmer) I am the founder of the project, web developer, and 2d graphic artist. The engine we are using supports both DirectX and OpenGL, but is mainly a graphics engine. We need to find sound, networking, etc elsewhere.

So I take it you don\'t know how to apply textures to 3D models huh?
« Last Edit: October 14, 2003, 05:29:02 am by Dameon »

bbum

  • Hydlaa Resident
  • *
  • Posts: 185
    • View Profile
(No subject)
« Reply #3 on: October 14, 2003, 07:57:50 am »
you use 3d modeling software like maya, or 3ds max, you need a model to \'paint\' it on first, do you have a model?

-edit. whats your website btw?
« Last Edit: October 14, 2003, 07:58:58 am by bbum »

Xandria

  • Hydlaa Citizen
  • *
  • Posts: 453
    • View Profile
(No subject)
« Reply #4 on: October 14, 2003, 08:00:36 am »
All you probably need is a 3d modeling program that supports texturing, and can export to a file that can either be used with your engine, or be converted into something that can.

I have a program called gmax (the free version of 3d studio max; looks exactly the same, but with no renderer, and no fire :( ) that does basic 3d modelling and texturing.  I know there are some others out there, such as milkshape.  Your graphics engine may have a suggested program to use for texturing.

Not that I know much about the subject or anything  :D

How I set my timezone:

ln -sf /usr/share/zoneinfo/Antarctica/Davis /etc/localtime

kronon

  • Hydlaa Resident
  • *
  • Posts: 146
    • View Profile
(No subject)
« Reply #5 on: October 14, 2003, 12:56:06 pm »
basicaly you put a texture on a polygon. You decide which part of a bigger picture you put on the polygon. You put the polygons on the right places and you have a moddel.

3dstudio max does this for you. But the engine still needs to be able to read the 3d moddel files.

Kiva

  • Veteran
  • *
  • Posts: 1366
    • View Profile
(No subject)
« Reply #6 on: October 14, 2003, 01:57:44 pm »
I happen to know that the PS devs use Max and Maya for modelling and texturing, and they have some program which converts their finished models into CS stuff... If you want a more detailed explanation, I suggest you ask someone who actually knows what\'s going on. :D
\"Somewhere over the rainbow...\"

Djaggernaut

  • Hydlaa Resident
  • *
  • Posts: 148
    • View Profile
(No subject)
« Reply #7 on: October 14, 2003, 02:19:27 pm »
Ok I think REAL explanation are needed here ;)

What you want to do is called unwrapping.
Basically, you need to set uvmap coordinate (in wich way a texture will be applied on a surface) to several part of your model. You must arrange what you get (no stretching, good size...) by unwrapping and put all the part in a square. Export this file into an image format and paint on it. It will keep the coordinate you\'ve set before.

But no soft will do it for you (or extremely bad). It\'s really boring task but crucial at the same time. You can ruin your model if not done correctly.

Check some tutorials on the net. Before masterizing this technique you\'ll have to practice a lot.
Djaggernaut  - http://www.tridinaut.com

Fourmyle

  • Wayfarer
  • *
  • Posts: 4
    • View Profile
(No subject)
« Reply #8 on: October 14, 2003, 03:04:22 pm »
There\'s also Blender you can look into for your 3D work, and GIMP for your graphics work. There\'s also an interesting 3D engine called OGRE. These are all opensource if I\'m not mistaken

Dameon

  • Hydlaa Citizen
  • *
  • Posts: 361
    • View Profile
(No subject)
« Reply #9 on: October 14, 2003, 04:29:05 pm »
I am currently using OGRE. We have the 3D models, and I am in charge of applying the textures, we are using 3D studio max. We were going nut trying to figure out how to unwrap the model so we could apply a texture.

Djaggernaut, if possible, could you e-mail me a place where I could find an unwrapping tutorual for 3DS max?

Here is the e-mail address:

narrowmire@comcast.net

here is the site:

http://www.narrowmire.tk

not much up there yet, but there wilil be soon.

Fourmyle

  • Wayfarer
  • *
  • Posts: 4
    • View Profile
(No subject)
« Reply #10 on: October 14, 2003, 06:49:28 pm »
Ah I tried to look at some screenshots to look at but the page only reloaded.

Niber

  • Hydlaa Citizen
  • *
  • Posts: 290
    • View Profile
(No subject)
« Reply #11 on: October 16, 2003, 09:03:42 pm »
I no one man and one only that can help you with a problem this big:
Mr. Buzz \"The Man\"  :D
http://www.3dbuzz.com > register > download FREE videotutorails YIIHHAAAa  best site ever and FREE halloween smileys   (ok the last one was a lie)
Put the pot down, no dont take another puff!, put it down. Thank you.

Nairan

  • Hydlaa Resident
  • *
  • Posts: 164
    • View Profile
(No subject)
« Reply #12 on: October 16, 2003, 09:42:55 pm »
3dbuzz has really great tuts