Stories
Slash Boxes
Comments

News for nerds, stuff that matters

Slashdot Log In

Log In

Create Account  |  Retrieve Password

John Carmack Discuss Mega Texturing

Posted by CmdrTaco on Mon May 15, 2006 10:34 AM
from the you-mean-we-don't-do-that-already dept.
An anonymous readers writes in to say that "id Software has introduced a new technology dubbed Mega Texturing that will allow graphic engines to render large textures and terrains in a more optomized way while also making them look better. Gamer Within has Q & A with John Carmack on Mega Texturing."
+ -
story
This discussion has been archived. No new comments can be posted.
The Fine Print: The following comments are owned by whoever posted them. We are not responsible for them in any way.
 Full
 Abbreviated
 Hidden
More
Loading... please wait.
  • by Walter Carver (973233) on Monday May 15 2006, @10:49AM (#15334472) Homepage
    It may be insignificant, but I accidently saw two relative commands in Doom3, r_showMegaTexture and r_megaTextureLevel.
      • Mega and mega are not the same thing

        Really? What's the difference?

        keep the spelling the same if you mean to refer to the same thing

        Camel casing is an exception to this rule. Making it so that the M at the "beginning" of the identifier was caps would break consistency with other identifiers. And unless there really is a distinction between Mega and mega, and both had meanings within the code, I think the latter is more important.
      • Code conventions do not follow English syntax rules or definitions. For the sake of mental consistency, don't even think of them as "words".

        I don't see why you'd have a problem with camel-case code, but you voice no problem with the lack of spacing, that "r_" isn't part of English language syntax, or that the commands aren't syntatically legal English phrases anyway.

  • Article Text (Score:5, Informative)

    by Anonymous Coward on Monday May 15 2006, @10:58AM (#15334544)
    0 replies and the site was already moving really slow. Here's the text in case /. kills it.

    Publish Date: 01 May 2006
    Cain Dornan

    One of the most respected and well-known game developers in the world, John Carmack hardly needs any introduction. Having mastered the skill of game programming, Carmack co-founded developer id Software, and has also worked on such classic series as Doom, Quake and Wolfenstein 3D.

    In this Question & Answer with Carmack, he discusses the new MegaTexture technology, which will be used in the upcoming Enemy Territory: Quake Wars for PC. Definitely a worthy read for any programming, designing or general development enthusiast, as well as any gamer slightly interested in the development process behind games.

    Q1: What is MegaTexturing technology?

    Answer: MegaTexture technology is something that addresses resource limitations in one particular aspect of graphics. The core idea of it is that when you start looking at outdoor rendering and how you want to do terrain and things in general, people almost always wind up with some kind of cross-fade blended approach where you tile your textures over and blend between them and add little bits of detail here and there. A really important thing to realize about just generally tiling textures, that we're so used to accepting it in games, is that when you have one repeated pattern over a bunch of geometry, the texture tiling and repeating is really just a very, very specialized form of data compression where it's allowing you to take a smaller amount of data and have it replicated over multiple surfaces, or multiple parts of the same surface in a game since you generally don't have enough memory to be able to have the exact texture that you'd like everywhere.

    The key point of that is what you really want to do is to be able to have as much texture as you want to use where you have something unique everywhere. Now normally, you just can't get away with doing that, because if you allocate a 32,000 by 32,000 texture, the graphics curve can't render directly from that. There's not enough memory in the system to do that, and even when you have normal sized textures, games are always up against the limits of the graphics card memory, and system memory, and eventually you've got hard drive or DVD memory on there, but you wind up with a lot of different swapping schemes, where you'll have a little low-res version of a texture, and then high res versions that you bring in at different times, and a lot of effort goes into trying to manage this one way or the other.

    So when Splash Damage was starting on, really early with Enemy Territory: QUAKE Wars, they were looking at some of these different ways to render the outdoor scenes with different blends and things like that. And one of my early suggestions to them was that they consider looking at an approach where you just use one monumentally large texture, and that turned out to be 32,000 by 32,000. And I - rather then doing it by the conventional way that you would approach something like this (i.e. - chopping up the geometry into different pieces and mapping different textures on to there and incrementally swapping them for low res versus high res versions), just let them treat one uniform geometry mesh and have this effectively unbounded texture side on there, and use a more complicated fragment program to go ahead and pick out exactly what should be on there, just as if the graphics hardware and the system really did support such a huge texture.

    In the end what this winds up getting us is the ability to create a great outdoor terrain texture that has far more complex interactions than anything that you would get with any kind of conventional rendering, where you've built it up out of pieces of lots of smaller textures on there, where they do some sophisticated things with growing grass up between bump maps. And then you can go back and do hand touch ups in a lot of different places to accent around features that are coming out of the surf
      • Re:Article Text (Score:4, Interesting)

        by Otto (17870) on Monday May 15 2006, @11:46AM (#15334964) Homepage Journal
        So if a mod team wants to make their own map you either need to reuse one of these behemoth textures or find an artist that can wrap their head around the technology and create one themselves.

        Nah, you just need good tools. Use the game itself as a tool and let people run around the level spraying the texture with spray paint cans (or the digital equivalent). Then spit the MegaTexture out after they're done.
  • Genius (Score:3, Insightful)

    by GmAz (916505) on Monday May 15 2006, @11:06AM (#15334606) Journal
    John Carmack is a Genius in the gaming industry. Quake 3 was by far the best game of its time. Unreal Tournament was fun, but it just wasn't Quake 3. I hope he continues to be innovative and keep the gaming industry steaming forward, and maybe create a few more games thats never been done before.
    • Re:Genius (Score:4, Insightful)

      by Neoprofin (871029) on Monday May 15 2006, @11:26AM (#15334769)
      That's right, why would you want to buy UT which had 7 gameplay modes out of the box and bots that weren't either retarded or cheating, not to mention the easiest mod switching system of seen to date in mutators; when I could have the "innovative" perfection of Deathmatch or Team Deathmatch?

      The modding community filled the gap eventually, but that's not points for Q3, that's points for all of the dedicated people who were upset by the lack of options in that fanboy love-fest.

      Sorry if I sound bitter about it, but I can recount back to the days when PC Gamer stated, more or less in its review that UT was vastly superior to Q3 in every imaginable way, and then gave it a lower score and handed the editors choice to Q3 instead. They were flooded with mail but never really could explian whose bathwater they were drinking when they either wrote a review that was too good or a score that was too low. I suspect a rolled up wad of hundreds under the table and nothing more.
    • Okay first of all, let's examine the FPSs that came out in '99:
      • Quake 3 Arena
      • Unreal Tournament
      • System Shock 2

      Clearly, System Shock 2 is the best of its time. Wait, what about adjacent years?

      • Blood 2
      • Half-Life
      • Sin
      • Shogo: Mobile Armor Division
      • Thief: The Dark Project
      • Unreal
      • No One Lives Forever
      • Deus Ex

      Oh crap, a huge list of games, most of whi

  • So how long ... (Score:3, Insightful)

    by yeremein (678037) on Monday May 15 2006, @11:14AM (#15334668)
    ... before Creative Labs asserts a patent over this?
  • by thatguywhoiam (524290) on Monday May 15 2006, @11:14AM (#15334669)
    This is a very interesting technique for realistic terrain, but I wonder what advantage this approach would have over procedurally rendered textures? I very much like the idea of being able to (effectively) zoom infinitely into a texture being 'generated' as opposed to 'drawn'... and the strengths of modern consoles play to this procedural generation quite well (PowerPC chips, Cell chips). Maybe thats why Carmack isn't so interested?
  • Variation on a theme (Score:5, Interesting)

    by Ford Prefect (8777) on Monday May 15 2006, @11:24AM (#15334752) Homepage
    Uniquely texturing entire terrains sounds pretty cool, but the concept isn't entirely new - just an evolution on an already-existing idea.

    I think the Myth RTS games from Bungie used very large textures for the terrain, and this moved on to Halo - terrain there is drawn using a large, low-resolution texture - the red, green and blue channels are used for the colour, while the alpha channel is used to determine which of two detail textures should be used - e.g. grass or sand. It works quite well [halomaps.org]. I think Far Cry does something similar, but more advanced still.

    The former are still low-resolution, though - but the not-a-game Celestia [shatters.net] has 'virtual texture' support, for rendering silly levels of detail on planet surfaces. Like, up to 128k by 64k pixels [celestiamotherlode.net]. The textures are split into many, many files for each level of detail, which are streamed in from the hard disk when required. Works fairly well.

    Combining the two approaches, though, seems very new - the 'Mega Texturing' from John Carmack is probably dramatically different from an implementation point of view, and sounds rather interesting at any rate - the description of the upgraded, non-Quake-Wars version makes it sound like it could uniquely texture a whole world beyond just terrain, so could work for simulating real cities, as opposed to smoke-and-mirrors game cities.

    I'm sure he talked about this in a .plan thing some years ago - anyone want to find it?
  • by MaWeiTao (908546) on Monday May 15 2006, @11:36AM (#15334871)
    This is neat. It's been a shortcoming I've noticed in most games, where landscape textures tend to be lacking.

    However, what we really need is gameplay innovation. Actually, what we really need is for developers to stop making every last first person game a damn shooter. Can't they do anything else with a first person perspective. The potential here is enormous and yet it looks like developers have a fetish with gunplay.

    There have been games with potentially strong storylines that get mired down by this nonsense. There's little discovery and certainly no problem-solving. These games come down to who has more firepower and occassionally discerning some basic pattern in enemy movement.

    Maybe the problem is that these developers invest so much energy in graphics that there's little room to refine the other aspects of the game. Or they just think that the consumer doesn't want to do anything other than destroy things and kill people.
  • by Channard (693317) on Monday May 15 2006, @12:25PM (#15335282) Journal
    At last.. now I can look forward to Quake 5 offering a previous unparallled highly detailed panorma of three hundred shades of brown.
  • by ZombieRoboNinja (905329) on Monday May 15 2006, @12:54PM (#15335527)
    "Q14: Do you think that the MegaTexture technology will be accessible to mod teams? I'm making the connection there in terms of thinking of some of the smaller teams out there.

    Answer: It doesn't help them. In general, all the technology progress has been essentially reducing the ability of a mod team to do something significant and competitive. We've certainly seen this over the last 10 years, where, in the early days of somebody messing with DOOM or QUAKE, you could take essentially a pure concept idea, put it in, and see how the game play evolved there. But doing a mod now, if you're making new models, new animation, you essentially need to be a game studio doing something for free to do something that's going to be the significant equivalent. And almost nobody even considers doing a total conversion anymore. Anything like this that allows more media effort to be spent, probably does not help the mods."

    A pretty honest and insightful answer, if you ask me. This is a feature that'll allow the big boys to make ever-more realistic environments, but it'll mean indie developers and mod developers will have to work that much harder to make anything comparable.
  • by Cee (22717) on Monday May 15 2006, @12:59PM (#15335562)
    Carmack says:
    And one of my early suggestions to them was that they consider looking at an approach where you just use one monumentally large texture, and that turned out to be 32,000 by 32,000. And I - rather then doing it by the conventional way that you would approach something like this (i.e. - chopping up the geometry into different pieces and mapping different textures on to there and incrementally swapping them for low res versus high res versions), just let them treat one uniform geometry mesh and have this effectively unbounded texture side on there, and use a more complicated fragment program to go ahead and pick out exactly what should be on there, just as if the graphics hardware and the system really did support such a huge texture.

    What does it mean? Unless I missed something, the closest approach to describe how MegaTexturing works is "a more complicated fragment program to go ahead and pick out exactly what should be on there". So? Carmack talks about how awsome the technique is but he won't tell us how it works in reality. Of course, he has no obligation to tell the world his trade secrets, but the article itself seems mostly just to be there to hype this technology.
    • Re:Ah, but (Score:5, Insightful)

      by Tx (96709) on Monday May 15 2006, @11:01AM (#15334565) Journal
      The graphics are good enough already.

      Speak for yourself. When I can't tell the difference between a rendered character and a live one, then I'll start wondering if graphics are approaching "good enough". Of course better physics and AI is also necessary to improve immersiveness, but there's no way I'd say graphics need no further improvements anytime soon.
      • Re:Ah, but (Score:4, Interesting)

        by Distinguished Hero (618385) on Monday May 15 2006, @11:09AM (#15334631) Homepage
        When I can't tell the difference between a rendered character and a live one, then I'll start wondering if graphics are approaching "good enough".

        Yeah, but would you really want to shoot or hack and slash a photo-realistic character for fun? That's pretty sick (IMO).
      • If you can get a 4ms ping between, say, Chicago and LA, I would like to subscribe to your newsletter.
          • I played TFC and CS for years with a 1000+ ping until they introduced the 1.6 netcode which basically ended my ability to play period.

            It's funny to see how far connections have come since then, and what people now deam as unacceptable.
      • Re:On Carmack (Score:4, Interesting)

        by kimvette (919543) on Monday May 15 2006, @11:57AM (#15335056) Homepage
        One game I'd love to see is Hexen III. For the time, the graphics in Hexen II were incredible and the gameplay was great - there was more focus on solving the puzzles (how the heck do I get out of this level) than there was on killing. Sure, there were plenty of monsters to kill but the, er, mazes seemed more intricate in Hexen. I don't recall whether that was just due to the different visuals or if it actually was the case. I've actually been playing the old Id games again in order (Doom, Doom II, Final Doom, Heretic, Hexen, etc) and find Heretic and Hexen more entertaining than Doom.
      • by TrekkieGod (627867) on Monday May 15 2006, @12:27PM (#15335292) Homepage Journal
        Watch "Saving Private Ryan" over and over and see if the opening scene gives you the same reaction it did before.

        I think that's more because you know exactly what's going to happen than because you're being desensitized to violence. The first time, things that are happening catch you by surprise. Now, I don't care how many times you've seen Saving Private Ryan, if you get placed in a real battle situation, you're going to freak out (unless you've had other training, of course).

        The same thing is much more easily seen with comedies. The first time I see a good comedy, I spend most of the time laughing. I'll never laugh as much in subsequent viewings. It doesn't mean I'm getting desensitized to comedy. It means I've seen that scene before.

    • by NocturnDragon (820237) on Monday May 15 2006, @02:40PM (#15336440)
      + 5 informative? Mod the parent down! Sure, Farcry uses one giant lightmap for the whole island but it stores the texture in memory all at once, this is not what Megatexture is all about. For all the rest Crytek uses up to 8 layers of alpha blending, but you still use tiled textures, you cannot paint one big texture on the whole level terrain. Check your facts before posting.