Results 1 to 10 of 32

Thread: Planet texture generation code

Hybrid View

Previous Post Previous Post   Next Post Next Post
  1. #1
    Co-Founder / PGD Elder WILL's Avatar
    Join Date
    Apr 2003
    Location
    Canada
    Posts
    6,107
    Blog Entries
    25
    procedurally generated would be quite neat and save you a ton of space for assets.

    You may have longer load times as result though.
    Jason McMillen
    Pascal Game Development
    Co-Founder





  2. #2
    if you are on Gimp, you can try this ones:
    - http://gimp-texturize.sourceforge.net
    - http://fimg-gmplugins.sourceforge.net
    I guess that there is a perline somewhere in Gimp too.

    EDIT: in this place http://devmag.org.za/2009/04/25/perlin-noise/ you can find a way to create your own textures using perlin.
    Last edited by pitfiend; 02-04-2012 at 11:46 PM.

  3. #3
    PGDCE Developer Carver413's Avatar
    Join Date
    Jun 2010
    Location
    Spokane,WA,Usa
    Posts
    206
    Quote Originally Posted by WILL View Post
    procedurally generated would be quite neat and save you a ton of space for assets.

    You may have longer load times as result though.
    Using scripts to create textures doesn't necessarily mean slow. if we are able to create a texture from a script then we could save that texture same as any. we can create and save textures as they are needed and dispose of them when they are no longer needed. because they are scripts they can be influenced by the game that uses them.

  4. #4
    Co-Founder / PGD Elder WILL's Avatar
    Join Date
    Apr 2003
    Location
    Canada
    Posts
    6,107
    Blog Entries
    25
    That's completely true. You could have the game detect the textures, if they are not found then generate the textures the first time it's ran.
    Jason McMillen
    Pascal Game Development
    Co-Founder





Bookmarks

Posting Permissions

  • You may not post new threads
  • You may not post replies
  • You may not post attachments
  • You may not edit your posts
  •