Browsing articles tagged with " perlin"
Jan
24
2013

Perlin Dungeon Maker

Perlin noise generated dungeons / caves! (w.i.p) Webplayer: http://unitycoder.com/upload/demos/PerlinDungeons1/ (v1.0 : some bugs in webplayer build: floor & roof normals / tangents broken?, minimap is broken..) Current version info: – Creates 2D texture and array with perlin noise (not needed, since you could check x,y […]

Oct
26
2012

Simplex Noise

Converted this javascript noise to Unity js. It feels quite slow.. maybe trying to convert these noise generators next. Webplayer: nothing to see.. Source: (SimplexNoise.js) #pragma strict // http://stackoverflow.com/questions/8405526/javascript-simplex-perlin-noise private var size:int = 512; private var p:int[];// = new Array(size); private var permutation:int[]; private var […]

Oct
18
2012

Voxel Resources & Engines for Unity

Making a list of Unity3D related voxel / marching cubes tutorials, engines, demos etc. (image on left is from wikipedia) (Feel free to comment if some useful links are missing) *First: Go vote on Unity Feedback to get Voxel Terrains FREE VOXEL ENGINES OR DEMOS […]

Sep
2
2012

Flying inside 3D Perlin Cave

Never-ending perlin caves to explore! Current features: – Unlimited cave flying – Plasma(?) cannon – Moving around with keys (wasd/arrow keys) – Shooting with mousebutton – 1 stone material – added: light source, shooting sound, block destruction, basic collision detection for movement (not for player […]

Aug
19
2012

Unlimited 2D Perlin Caves

Never-ending Perlin Noise 2D caves. Quick test version, you can move around.. (see also version/image#2 below) Todo/ideas: – Movement too fast – Fog of War? – Destructable walls? (Problem: How to save them? If you go back to same direction, map is generated on the […]

Aug
3
2012

Sea Waves

Sea Waves testing. Its quite “heavy”..but looks nice. Info v1.0: – Special perlin noise map (128×128) is updated every frame and used as a height/waves-map for the sea mesh (converted from “Heightmap Test” by Simon Bethke, licensed under Creative Commons Attribution-Share Alike 3.0 and GNU […]

Aug
2
2012

Animated Clouds Shader + SkyDome

Testing (fake) animated clouds shader & 3d skydome.. actually looks quite nice already! (original shader is from some dx11 c++ tutorials) Info v1.0: – Scrolling seamless cloud texture + perlin texture (shader) – Skydome 3D mesh (UV mapping is bit broken, its mirrored on the […]

Connect

Twitter View LinkedIn profile Youtube Youtube Join Discord Twitch

UnityLauncherPro

Get UnityLauncherPRO and work faster with Unity Projects!
*free unity hub alternative

@unitycoder_com

Subscribe to Blog via Email

Enter your email address to subscribe to this blog and receive notifications of new posts by email.