# Hyperfy Discord - 2026-03-03

## Overall Discussion Highlights

### Technical Developments
- **Three.js Lighting Improvements**: hypShaman highlighted a crucial Three.js pull request (#33042) that will significantly improve lighting quality in Hyperfy. These improvements will benefit both WebGL and WebGPU implementations.
- **GLB Light Processing**: Plans were discussed to implement "glbtonodes" functionality to handle GLB light information at runtime, similar to a previous version's capability.
- **WebGPU Platform Support**: Brief discussion about WebGPU availability across platforms, noting it's not yet available on iPhones, with questions about whether iOS/Safari 26 added support around September last year.

### Content Showcase
- **𝕽𝖔𝖚𝖘𝖙𝖆𝖓's Gallery**: A personal gallery website (rad.roustan.xyz) was shared featuring bodypaintings and body painted avatars, with several technical implementations:
  - Free Llama AI agent for answering visitor questions (noted as slow due to being free)
  - Lazy-loading videos that activate when users approach them
  - Optimized RTFKT luxpod model for Apple product compatibility, particularly iPad

## Key Questions & Answers

1. **Q**: Does webgpu work on Linux now? (asked by jin)  
   **A**: Partially addressed - hypShaman noted the Three.js fixes would affect WebGL as well, resulting in "better light nodes"

2. **Q**: Does iOS 26 and Safari 26 not support it [WebGPU] now? Like from September last year! (asked by Valiant)  
   **A**: Unanswered in the discussion

## Community Help & Collaboration

- hypShaman provided technical context to jin regarding WebGPU and WebGL support, explaining how the Three.js lighting improvements would benefit both rendering pipelines.

## Action Items

### Technical
- **Implement Three.js lighting improvements**: Integrate crucial lighting fixes from Three.js PR #33042 for better lighting quality in Hyperfy (Mentioned by: hypShaman)
- **Modify glbtonodes functionality**: Implement handling of runtime reading of GLB light information similar to v1 (Mentioned by: hypShaman)
- **Optimize RTFKT luxpod**: Further optimize for better performance on mobile devices (Mentioned by: 𝕽𝖔𝖚𝖘𝖙𝖆𝖓)