Skip to content

sheaulle/Unity_Intro

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

24 Commits
 
 
 
 

Repository files navigation

Unity_Intro

A procedural planet / star generator. TH Köln, course PGVW (procedural generation of virtual worlds)

Planet

After a one-week introduction to Unity and procedural generation we had 3 days to implement our own procedural generator.

Windows release

Unitypackage

It takes a moment to generate something, and the screen will freeze the time it takes (unity functions can't be used parallel ..one of those things you better know before you start work). Anyway, the assert is more that kind that you use in the editor, so that's not that big of a problem.

Some informations on how it works

[Editor control] Editor

[random cold planet] Cold

[random warm planet 1] warm1

[random warm planet 2] warm2

[random desert planet] desert

[random hot planet 1] desert

[random hot planet 2] desert

[random hot planet 3] desert

[random star] desert

About

A procedural planet / star generator. TH Köln, course PGVW ___________________________07 Aug 2017 - 09 Aug 2017

Resources

Stars

0 stars

Watchers

1 watching

Forks

Packages

 
 
 

Contributors

Languages

  • C# 92.3%
  • GLSL 6.0%
  • HLSL 1.7%