godot-mesh-import-pixel-art

Apply NEAREST texture filtering to textured .glb props in Godot.

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

SYSTEM DOCUMENTATION & REQUIREMENTS

What problem does it solve?

This Skill fixes blurry imported low-poly Godot props by applying the correct pixel-art surface treatment on top of the structural mesh-import workflow.

Core Features & Use Cases

  • Pixel-art surface filtering: Sets the model material to NEAREST when a textured prop needs to read crisply at reduced SubViewport resolution.
  • Scoped to imported .glb props: Designed for low-poly, pixel-art models that replace greybox placeholders in Godot 4 projects.
  • Works with structural import skills: Preserves the import, scale, nesting, collision, and uniqueness steps handled by the base mesh-import workflow.
  • Use Case: A retro shooter prop looks soft and blurry after import, and this Skill is used to keep the texture sharp without changing the model’s placement or collision setup.

Quick Start

Apply this skill to a textured low-poly .glb prop that looks blurry in Godot and make its surface material use NEAREST filtering while keeping the mesh-import structure unchanged.

Frequently Asked Questions about godot-mesh-import-pixel-art

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

FAQPage Schema
Why do my imported GLB props look blurry in my Godot pixel art game?

Yes, NEAREST texture filtering applies to any textured low-poly GLB model in Godot. It keeps the surface crisp for pixel art presentation without altering the model's import structure, scale, nesting, or collision setup.

Can I use NEAREST filtering on flat or vertex-coloured Godot meshes?

No, NEAREST filtering is skipped for flat or vertex-coloured meshes. The filtering change only applies when the imported GLB model actually has a texture that needs to read sharply in a SubViewport-driven pixel art game.

How do I fix blurry pixel art textures on imported Godot models without breaking collision?

Apply NEAREST texture filtering to the model material while keeping the mesh-import structure intact. This preserves the model's placement, scale, nesting, and collision setup while making the low-poly prop textures crisp.

Does changing texture filtering affect the mesh import structure in Godot?

No, changing texture filtering to NEAREST does not affect the mesh import structure. The process preserves the import, scale, nesting, collision, and uniqueness steps handled by the base mesh-import workflow.

What is the best way to replace greybox placeholders with pixel-perfect GLB props in Godot 4?

Use a structural mesh-import workflow to replace greybox placeholders with low-poly GLB assets, then apply NEAREST filtering to the textured models. This ensures retro props read crisply in SubViewport-driven pixel art games.