Skip to main content

Darek Greenly

Personal blog, expect game dev and web stuff

UDK - Floating Islands: step1

Palm trees grow on islands

Floating Islands is a project for studies. We’re limited to use UDK so it’s a little step backward for me. Gaah, that interface :( The plan is to make 1 level where player needs to go from point A to B directly or by alternative route. See that island on the left? Thats my point B. I’m going to put a lot of floating rocks and lower the gravity a bit for some jump-action.

Performance wise, I’ve discovered that default UDK’s grass isn’t well optimised. Static mesh doesn’t have any LOD meshes and the best way to gain some performance is to force it disappear from the screen somehow (‘m not an expert, but I know some stuff). But I wanted to see more grass in the distance! So I imported this grass into Blender somehow, put 2 planes in the center, fix UV maps and export it back inside UDK. Now just set LOD 1 mesh, tweak some properties and Voila! From 50 to 100 FPS just as it should be. Now the rendering runs much faster and I can still see some grass in the distance :) Screenshot below:

Screenshot_2zoom
Screenshot_2zoom

Comments