pbr-materials

Define PBR material contracts for the Myelin simulator using THREE.MeshStandardMaterial or THREE.MeshPhysicalMaterial.

1|Updated Mar 13, 2026
One-click install
npx skills add https://github.com/Seth-arc/myelin-platform --skill pbr-materials
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: pbr-materials
Source: https://github.com/Seth-arc/myelin-platform/tree/main/primary_build_source/docs/skills/3/mnt/user-data/outputs/pbr-materials
Command: npx skills add https://github.com/Seth-arc/myelin-platform --skill pbr-materials

SYSTEM DOCUMENTATION & REQUIREMENTS

💡 This Skill includes scripts (resource) and references (resource) and assets (resource) components.

What problem does it solve?

This Skill ensures that all materials in the Myelin simulator adhere to physically-based rendering (PBR) standards, guaranteeing visual realism and consistency across the platform, which is critical for safety-critical training scenarios.

Core Features & Use Cases

  • PBR Material Definition: Establishes channel requirements, industrial material realism values, and micro-detail layer rules.
  • Failure State Visuals: Defines visual cues for critical failure events like arc flashes or thermal runaway.
  • Use Case: When creating a new valve asset for the simulator, use this Skill to define its cast iron material properties, ensuring it looks realistic under various lighting conditions and ages appropriately.

Quick Start

Use the pbr-materials skill to configure the material properties for a cast iron valve body.

Frequently Asked Questions about pbr-materials

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

FAQPage Schema
How do I define PBR materials for 3D rendering in a simulator?

To define PBR materials for 3D rendering, you establish channel requirements, industrial material realism values, and micro-detail layer rules using THREE.MeshStandardMaterial or THREE.MeshPhysicalMaterial for primary interactive objects and environmental surfaces.

What are physically based rendering standards for industrial 3D assets?

Physically based rendering standards for industrial 3D assets enforce visual realism and consistency by specifying exact material channel requirements and micro-detail layer rules, which is critical for safety-critical training scenarios.

Can I use THREE.MeshPhysicalMaterial for environmental surfaces in Myelin?

Yes, you can use THREE.MeshPhysicalMaterial for environmental surfaces in Myelin. The PBR-first principles enforce using either THREE.MeshPhysicalMaterial or THREE.MeshStandardMaterial for all primary interactive objects and environments.

How do I configure visual failure states like arc flashes in 3D rendering?

To configure visual failure states like arc flashes in 3D rendering, you define specific visual cues within the material contract for critical failure events such as thermal runaway or arc flashes.

Why do my 3D rendering materials look inconsistent under different lighting conditions?

3D rendering materials look inconsistent under different lighting conditions when they do not adhere to physically based rendering standards. Applying defined industrial material realism values ensures assets look realistic across varying lighting.

Does pbr-materials work with cast iron valve assets?

Yes, pbr-materials works with cast iron valve assets by configuring their specific material properties, ensuring the valve body looks realistic under various lighting conditions and ages appropriately within the simulator.