Player-Input This past week I implemented two different ways the player can interact with the planets. One is a simple mode, where the player can orbit around the planet. The…
Schlagwort: 3d
Performance and Player-Input This past week I spent my time on figuring how 3D textures work in Unity. Those textures will be used to create the sample-textures for the planets.…
Compute Shaders This week i wanted to figure out a way to patch those cracks on the mesh. But after a lot of thinking and talking about it with different…
Crack-Patching This week I started looking into methods and algorithms on how I could fix the cracks in the mesh. The cracks appear when neighbouring chunks don’t have the same…
Overview I started the week off by implementing the Marching Cubes Algorithm. Once that was up and running, I started refactoring the code, so that I can now have chunks (small…
Introduction Studio Game 2 has finally begun! Already in advance I had many ideas on what I could do in those 8 weeks! So in this past first week, the…
Für die letzten Tage des Modules ging es in den Endspurt. Das sphärische fahren funktioniert, das Bike Model sieht gut aus, es gibt ein UI, es wirbeln Partikel und ein…
Wir können nicht die ersten sein die Motocross Spiel in Unreal machen? Für die zweite Woche des STUGA2 Modules, beschäftigten wir uns unter anderem mit den Game Mechanics, Levels Design…
Das Spiel: “Freeride” Stell dir vor, du bist ein einsamer Motocrossfahrer auf einem fernen Planeten, nur Überbleibsel alter Frachtschiffe bestücken die ansonsten idyllische Landschaft. Und dort in der Ferne siehst…
Procedural content generation also known as PCG, is becoming a widespread technic for improving iterative pipelines for content creation. Especially game development can greatly benefit from this approach, as many…