Recent content by elwe74

  1. E

    Intro Hello from elwe74

    Name:elwe74 Social:elwe74@github From: Germany Skills / Tools:I have studied physics and have done computer simulations, now I work as a Java developer. Mostly used programming languages: C++, java, bash; development chain: eclipse, svn, ant. Found via: Searching for open source minecraft...
  2. E

    Need help scaling the displayed world

    Hello, I'm trying to scale my world in terasology so it's looking not so steep. I wanted to keep the block definition as a cube 1x1x1, but to display it as 1x0.5x1. So I have added in OpenGLMesh.preRender() as last line glScalef(1.f,0.5f,1.f); I have done this while debugging, so I could see...
Top