Recent content by benarceneaux

  1. benarceneaux

    Proving n^2 + 3n^3 is Θ(n^3) for n >= 0

    First off I'm studying for an exam tomorrow, this isn't homework. Also, I've already written the proof and verified I've gotten the correct answer. I'm here to ask some questions about the solution that I am not completely confident I understand. Here's the problem: Prove that n2 + 3n2 is Θ(n3)...
  2. benarceneaux

    How Can I Generate Realistic Planets for My Game?

    Eureka! Just in case someone else is on a similar path here is a good website that realistically covers possible planet types. http://www.nasa.gov/vision/universe/starsgalaxies/Earth'sized_planets.html *EDIT* I also found something that does exactly what I am looking for, specifically...
  3. benarceneaux

    How Can I Generate Realistic Planets for My Game?

    Hmm, very interesting project. There's a lot of information here and it can at least give me something to go on as far as the types of planets that can be generated. However, I'm looking for something more technical perhaps. Maybe a post-mortem or developer explaining how they generated...
  4. benarceneaux

    How Can I Generate Realistic Planets for My Game?

    Hello everyone! I'm working on a game and I've been trying to wrap my head around procedural generation of planets. Sounds super difficult but I don't think it actually needs to be all that complicated. I don't need to generate a planet using physics, instead I'd like to generate the planet...
Back
Top