Skip to main content
تشغيل أي مهارة في Manus
بنقرة واحدة

texture

النجوم٤
التفرعات١
آخر تحديث٢ يوليو ٢٠٢٦ في ١٢:٠٧

Generate a tileable PBR texture set with local Python (numpy/PIL) AND land it as real Unreal assets over the MCP. Pass the full Python source as the argument — the skill stages and runs it, then imports the resulting PNGs to /Game/Generated/<slug>/, builds (or reuses) a master material, creates a per-slug Material Instance, and produces TestSphere + TestCube preview meshes wired to that MI. Use for procedural PBR sets (stone/metal/fabric/…), mesh-bake helpers, or any local Python that ends with files under assets/textures/. The decisive reason to bake a texture instead of computing noise live in a material: a baked texture has a MIP CHAIN, so it filters cleanly at distance/grazing/top-down — live shader noise has no mips and aliases into shimmer/crawl.

التثبيت

التثبيت باستخدام Codex أو Claude انسخ هذا Prompt والصقه في Codex أو Claude أو مساعد آخر ليراجع صفحة Skill ويثبّتها لك.

SKILL.md
readonly