노말맵 생성기는 정말 무료인가요?
Yes. You can use the Vextrude Normal Map Generator for both personal and commercial projects with no account, watermark, or hidden limits.
내 이미지가 기기를 떠나나요?
No. All processing runs entirely in your browser using WebGL. Textures are never uploaded to a remote server, which keeps your assets private.
텍스처에서 어떤 맵을 내보낼 수 있나요?
From a single height or diffuse image you can generate tangent-space normal maps, displacement maps, ambient occlusion maps, and specular maps, then download them as PNG, JPG, or TIFF.
하이트맵에서 노말맵으로 변환기로 사용할 수 있나요?
Yes. Upload a grayscale height map and the tool computes surface normals using a Sobel-based gradient filter. The brighter a pixel, the higher the surface — producing accurate tangent-space normals directly from your height data.
OpenGL과 DirectX 노말맵의 차이점은?
The only difference is the direction of the green (Y) channel. OpenGL normal maps point Y upward and are used by Unity and Blender. DirectX normal maps invert the Y channel and are the default in Unreal Engine. Use the engine preset buttons to switch instantly, or toggle the Y-invert option manually.
Unity, Unreal Engine, Blender에서 노말맵을 어떻게 사용하나요?
In Unity, import the PNG and set the texture type to “Normal Map” in the inspector, then connect it to the Normal Map slot of a Standard or URP Lit material. In Unreal Engine 5, plug the DirectX-format PNG into the Normal pin of a Material. In Blender, add an Image Texture node set to “Non-Color” and connect it to the Normal Map node, then into the BSDF’s Normal input.
최대 텍스처 크기는?
The tool processes images up to 4096×4096 px. Larger images are scaled down automatically to stay within browser memory limits. For most game and PBR workflows, 1024×1024 or 2048×2048 is optimal.
모바일에서 작동하나요?
Yes. The tool runs on any modern browser, including mobile Safari and Chrome for Android. For best performance with large textures (2048×2048 and above), a desktop browser is recommended.
노말맵, 범프맵, 디스플레이스먼트맵의 차이점은?
A bump map is an older grayscale technique that fakes depth by perturbing surface normals at shading time. A normal map stores the same information in full RGB, giving more accurate lighting at the same performance cost — making it the modern standard. A displacement map actually moves geometry vertices, producing true silhouette detail but requiring more polygons or tessellation.
완전한 PBR 텍스처 세트를 생성할 수 있나요?
In a single export you get four PBR maps: normal, displacement, ambient occlusion (AO) and specular. Together these cover the core slots of a Metallic/Roughness or Specular/Gloss PBR workflow in Unity, Unreal Engine, Blender, Godot and most other real-time renderers.