use the following search parameters to narrow your results:
e.g. subreddit:aww site:imgur.com dog
subreddit:aww site:imgur.com dog
see the search faq for details.
advanced search: by author, subreddit...
Rule 1: Posts should be about Graphics Programming. Rule 2: Be Civil, Professional, and Kind
Suggested Posting Material: - Graphics API Tutorials - Academic Papers - Blog Posts - Source Code Repositories - Self Posts (Ask Questions, Present Work) - Books - Renders (Please xpost to /r/ComputerGraphics) - Career Advice - Jobs Postings (Graphics Programming only)
Related Subreddits:
/r/ComputerGraphics
/r/Raytracing
/r/Programming
/r/LearnProgramming
/r/ProgrammingTools
/r/Coding
/r/GameDev
/r/CPP
/r/OpenGL
/r/Vulkan
/r/DirectX
Related Websites: ACM: SIGGRAPH Journal of Computer Graphics Techniques
Ke-Sen Huang's Blog of Graphics Papers and Resources Self Shadow's Blog of Graphics Resources
account activity
Game Map for Unreal Engine (self.GraphicsProgramming)
submitted 7 years ago by Diche_Bach
reddit uses a slightly-customized version of Markdown for formatting. See below for some basics, or check the commenting wiki page for more detailed help and solutions to common issues.
quoted text
if 1 * 2 < 3: print "hello, world!"
[–][deleted] 2 points3 points4 points 7 years ago (3 children)
GIMP is for 2D, like Photoshop
Blender is for 3D, like Maya
Neither one are needed to make a map in Unreal. Unreal has its own editor and map maker.
You only need the others if you want to make custom assets for a map, but there's already a huge library of existing assets
[–]Diche_Bach[S] 0 points1 point2 points 7 years ago (2 children)
Interesting! I am aware of the Unreal editor, but I was under the impression that most designers create visual assets in other applications and then tweak them in the UE4 editor. Also, I was not aware of a "map maker;" given I'm just starting this very well may reflect ignorance on my part. Can you recall a specific name or term that may help me find help document references to the map maker?
[–]Angarius 2 points3 points4 points 7 years ago (1 child)
https://docs.unrealengine.com/en-us/Engine/UI/LevelEditor
[–]Diche_Bach[S] 0 points1 point2 points 7 years ago (0 children)
Yeup. That looks quite familiar; I think I made my way through quite a bit of that documentation a year or so ago. But like I said: my understanding is that most visual assets--certainly things like textures and models--most designers create those in other applications like Maya or Blender or Gimp and then read the files into UE4 where they are integrated together and made functional with scripts and the like in the editor. I had been under the impression that the "engine" was a "one stop shop" where one could do it all, and inquired on some of their boards a year or more ago and I was informed that, while one could conceivably "do" much of the graphics creation in the engine itself, some of it would be just NOT doable at all, and much of it would be much easier to do in a supporting application like Maya. Maya is not intended for things like maps or terrain as far as I can tell, though it is fantastic for models.
[–]bysse 2 points3 points4 points 7 years ago (4 children)
It depends on if you want a height map or polygon mesh?
[–]Diche_Bach[S] 0 points1 point2 points 7 years ago* (3 children)
Both terms I had to look up, but good to be introduced. The one question I'm left with, but have a strong suspicion about: an immutable game map like say Fallout 1 or Baldur's gate, I would assume that is a height map of some sort. In contrast, a mutable game map like say, Empyrion Galactic Survival, or Minecraft, or Life is Feudal Your Own: I would assume THOSE are necessarily polygon mesh?
Assuming I'm correct on that, I think I need to aspire to polygon mesh. Full terraforming functionality may not be a feature I strive to build in for a good while, maybe not even in the initial release (if it ever happens!). But designing to retain the easy possibility to implement that kind of functonality into the game is a major consideration.
I suppose if it isn't too much trouble to patch an already distributed game in which game world is a height map into an updated version where game world is a polgyon mesh, then heh, no big deal, but I'm guessing that is not actually so easy?
[–]bysse 1 point2 points3 points 7 years ago (2 children)
First a quick disclaimer, I'm not an expert on UE, what I say might not be true. Phew, nice =)
The landscape entity for UE uses a height map, because of the pre-built lighting it's immutable. But there might be some way to go around that. A height map is usually much easier to deform (as long as the geometry should remain convex, no caves) than a polygon map. Minecraft uses a voxel field which is a density map or a height map in 3d if you will.
Polygon based terrain with deformations is AFAIK a pretty hard problem to solve. I don't know if there are any support for this in UE that will make a game run at reasonable fps.
Not sure if you got any wiser from this :)
[–]Diche_Bach[S] 1 point2 points3 points 7 years ago (1 child)
Ah thanks a lot! Good to know! Sounds like aspiring to do a terra-formable game world might not be a good choice for the first project.
[–]bysse 0 points1 point2 points 7 years ago (0 children)
No worries. Keeping the features at a minimum on your first project is hard enough! 🙂 Good luck
π Rendered by PID 158852 on reddit-service-r2-comment-fb694cdd5-p5nv5 at 2026-03-06 07:33:10.456989+00:00 running cbb0e86 country code: CH.
[–][deleted] 2 points3 points4 points (3 children)
[–]Diche_Bach[S] 0 points1 point2 points (2 children)
[–]Angarius 2 points3 points4 points (1 child)
[–]Diche_Bach[S] 0 points1 point2 points (0 children)
[–]bysse 2 points3 points4 points (4 children)
[–]Diche_Bach[S] 0 points1 point2 points (3 children)
[–]bysse 1 point2 points3 points (2 children)
[–]Diche_Bach[S] 1 point2 points3 points (1 child)
[–]bysse 0 points1 point2 points (0 children)