procedural generation
124 subscribers
5.19K photos
1.67K videos
4 files
11K links
Created by @r_channels
Download Telegram
Need help with documentation

Im an amateur and hobbyist trying to make a prototype for a 3D survival game. The game is supposed to be run on a large procedurally generated planet so players can go all the way around the world instead of being blocked by invisible barriers (outside of getting to the stratosphere that is).

The prototype is being done in Unity due to machine constraints and ease of use, so far i have been able to generate a Cube Sphere mesh on the editor. The problem im having now is that i feel stuck on how to apply noise into the mesh and the video tutorials i have watched only go as far as calling the default Perlin Noise method on a flat plane or invoke a separate library for it instead of using the default method in the engine.

I have tried to look on google for other tutorials/guides but they are on different engines or use a different coding language so im completely lost.

​

​

​

​

https://redd.it/14kmetx
@proceduralgeneration
Procedural terrain (Mesh) generation with Unity Engine

I am currently using unity to create an infinite terrain system, i have been trying to increase performance so i moved to parallel for Jobs for the mesh generation however since this the mesh is shrinking when the lod changes

​

Any help is appreciated


the code is provided below

The original base size with no lod changes

Shrinks on top and right side

Code:

https://gist.github.com/owenhotshots/6cf2933aed0a2223de6721f59beddba4

https://redd.it/14n710i
@proceduralgeneration
This media is not supported in your browser
VIEW IN TELEGRAM
Simulating heat and element interactions in a procedurally generated world map (day night cycle)
https://redd.it/14osohg
@proceduralgeneration