godot-mesh-import-hd

Configure PBR materials and texture import settings for Godot .glb meshes.

8|3|Updated Jun 12, 2026
One-click install
npx skills add https://github.com/arthur0n/xenodot-forge --skill godot-mesh-import-hd
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: godot-mesh-import-hd
Source: https://github.com/arthur0n/xenodot-forge/tree/main/plugin/skills/godot-mesh-import-hd
Command: npx skills add https://github.com/arthur0n/xenodot-forge --skill godot-mesh-import-hd

SYSTEM DOCUMENTATION & REQUIREMENTS

What problem does it solve?

This Skill fixes the last-mile surface work for sourced HD .glb props in Godot 4.6 Forward+, so imported assets look sharp, shade correctly, and stay visually consistent with a stylized muted palette.

Core Features & Use Cases

  • Full PBR Surface Wiring: Chooses StandardMaterial3D or ORMMaterial3D based on how the source textures are packed, then assigns albedo, metallic, roughness, normal, AO, and emission maps correctly.
  • Correct Texture Import Settings: Enforces linear filtering with mipmaps, proper color-space handling, and normal-map Y inversion when the source uses the opposite handedness.
  • Stylized-HD Presentation: Pushes roughness up, metallic down, and normals mild so the prop keeps a subdued art-direction fit instead of becoming glossy or photoreal.
  • Use Case: A furniture model replacing a greybox prop can be made to read cleanly in first-person without shimmer, aliasing, or broken lighting.

Quick Start

Apply the godot-mesh-import-hd skill to a sourced .glb prop and update its Step 2 material so the HD surface uses the right PBR maps, import settings, and muted stylized bias.

Frequently Asked Questions about godot-mesh-import-hd

High-intent search queries and answers about installing and using this skill.

FAQPage Schema
How do I fix broken PBR shading on imported .glb props in Godot?

Fix normal map artifacts on Godot imported meshes by enabling normal-map Y inversion during texture import to correct handedness differences. Combine this with linear mipmapped filtering and proper sRGB color-space settings to eliminate shimmer and aliasing on HD props.

Does godot-mesh-import-hd work with stylized muted art directions?

Yes, godot-mesh-import-hd works with stylized muted art directions by pushing roughness values up and metallic values down while keeping normal maps mild. This prevents sourced HD assets from appearing overly glossy or photorealistic, ensuring they fit subdued palettes.

What's the best way to set up HD textures for first-person visual checks in Godot?

The best way to set up HD textures for first-person visual checks in Godot is enforcing linear filtering with mipmaps and correct color-space handling. This ensures sourced .glb replacement props read cleanly without texture shimmer or broken lighting up close.

Why do my sourced .glb furniture models look glossy and mismatched in Godot 4.6?

Sourced .glb furniture models look glossy in Godot 4.6 because default PBR metallic and roughness values often lack stylized bias. Adjusting StandardMaterial3D or ORMMaterial3D roughness upward and metallic downward forces a subdued art-direction fit.

Do I need ORMMaterial3D or StandardMaterial3D for imported mesh texture filtering?

You need ORMMaterial3D or StandardMaterial3D for imported mesh texture filtering depending on how source textures are packed. Both support correct PBR map assignment and linear mipmapped filtering, ensuring HD props shade correctly without visual aliasing.