Difference between revisions of "Development:Orbital Planet Surfaces"

From VsWiki
Jump to: navigation, search
(Wiki References)
(Textured Surfaces)
Line 44: Line 44:
  
 
==Texture Requirements==
 
==Texture Requirements==
 +
===Image Resolution and Formats===
 +
The planet surface graphics format recommended for the game is currently '''2048x1024''' in '''png''' or '''jpg''' format.
 +
 +
Keeping original high resolution image (e.g. 8192x4096 or 4096x2048) versions in stock helps maintaining quality and scalability as game development progresses or typical screen resolutions rise in the future with better hardware available to the players.
 +
 +
===Image Properties===
 +
Naturally, the images should be seamless (tilable) so that seams are not visible on the rotating planet.
 +
  
 
==Development Tools==
 
==Development Tools==
 +
  
 
==Including and Testing==
 
==Including and Testing==
 +
  
 
==Submission Process==
 
==Submission Process==
 +
  
 
==Development Needs and Tasks==
 
==Development Needs and Tasks==
 
  
 
=Procedural Surfaces=
 
=Procedural Surfaces=

Revision as of 01:19, 23 June 2006

General

This page summarizes concepts and approaches to creating planet surfaces as seen from orbit. Topics of atmospheric entry and close-to-surface planetary topology or atmospheric effects or texturing should be covered in a separate document. Two main topics are covered in this document:

  • Development of textured surfaces
  • Development of procedural surfaces


References

References apply both to textured and procedural approaches if not stated otherwise.

Wiki References

Development Roadmap

Forum References

Texture Requirements

Development Tools

Examples, Including, Testing

Submission Process

Development Needs and Tasks

Improvement Proposals

External References

Textured Surfaces

Texture Requirements

Image Resolution and Formats

The planet surface graphics format recommended for the game is currently 2048x1024 in png or jpg format.

Keeping original high resolution image (e.g. 8192x4096 or 4096x2048) versions in stock helps maintaining quality and scalability as game development progresses or typical screen resolutions rise in the future with better hardware available to the players.

Image Properties

Naturally, the images should be seamless (tilable) so that seams are not visible on the rotating planet.


Development Tools

Including and Testing

Submission Process

Development Needs and Tasks

Procedural Surfaces

At the time of writing (June 2006) no known implementation of procedural orbital planet surfaces exists in Vega Strike.

Author

pyramid 15:42, 22 June 2006 (PDT)