# Hyperfy Discord - 2025-11-12

## Overall Discussion Highlights

### UI Development
- **Z-indexing for UIs**: 3rdEyeVisuals shared progress on UI frame designs with top and bottom frames, describing z-indexing as a "gamechanger" that will be part of a larger SaaS model they're developing
- Plans to create a PR for UI z-indexing functionality over the weekend, which would "unlock amazing things" for the platform

### 3D Modeling & Technical
- Discussion about disabling mesh shadow casting in Hyperfy
- Conversation about Blender add-ons, with ash sharing a link to a Blender add-on from the Hyperfy GitHub repository
- 𝕽𝖔𝖚𝖘𝖙𝖆𝖓 mentioned adding emission to model panel frames

### Blockchain & Cryptocurrency
- Discussions about HYPER token and its relationship to the Hyperfy platform
- Mareta raised questions about cryptocurrency's purpose in relation to Hyperfy's metaverse development
- Conversation about Solana as the blockchain platform for HYPER, highlighting its technical advantages:
  - Proof of History (PoH) and Proof of Stake (PoS) consensus mechanisms
  - Transaction speed and low fees compared to Ethereum
  - Potential for energy-efficient ownership of in-world objects

### Content Sharing
- 𝕽𝖔𝖚𝖘𝖙𝖆𝖓 shared a Twitter/X post and commented positively about "Otherside"
- untitled, xyz shared a link to their new AI-generated 3D object artwork called "FLOWER" with a Hyperfy view option

## Key Questions & Answers

**Q: How can I disable shadow casting for a mesh?** (asked by 𝕽𝖔𝖚𝖘𝖙𝖆𝖓)  
**A:** Use `mesh.castShadow = false` with code like `const mesh = app.get('MyMesh'); mesh.castShadow = false` (answered by ash)

**Q: Is ash still alive?** (asked by rando1337)  
**A:** "ofc im alive" (answered by ash)

**Q: Are we expecting a new Hyperfy V2 Metaversum using Crypto as a tool or some strange casino?** (asked by Mareta)  
**A:** Unanswered

## Community Help & Collaboration

1. **Mesh Shadow Casting Solution**
   - Helper: ash
   - Helpee: 𝕽𝖔𝖚𝖘𝖙𝖆𝖓
   - Context: 𝕽𝖔𝖚𝖘𝖙𝖆𝖓 couldn't bring a file back into Blender and needed a code solution
   - Resolution: ash provided code to disable shadow casting with `mesh.castShadow = false`

2. **Scam Warning**
   - Helper: brandonmanus, ailes, 7OROY
   - Helpee: Channel members
   - Context: Warning about scam links and problematic users
   - Resolution: Advised users not to click suspicious links and suggested banning problematic users

3. **Blockchain Education**
   - Helper: Mareta
   - Helpee: Channel members
   - Context: Explaining Solana blockchain technology
   - Resolution: Provided information about Solana's technical features including PoH/PoS mechanisms, transaction speeds, and cost advantages

## Action Items

### Technical
- Create PR for UI z-indexing functionality (Mentioned by: 3rdEyeVisuals)
  - Implement z-indexing for UI elements to enable advanced interface capabilities

### Feature Requests
- Add emission to model panel frames (Mentioned by: 𝕽𝖔𝖚𝖘𝖙𝖆𝖓)
- Implement double jump functionality (Mentioned by: 𝕽𝖔𝖚𝖘𝖙𝖆𝖓)
  - Restore previously available double jump feature
- Add pets feature (Mentioned by: 𝕽𝖔𝖚𝖘𝖙𝖆𝖓)
  - Implement pets functionality for user 342063600799580170
- Consider implementing energy-efficient cryptocurrency for ownership of in-world objects (Mentioned by: Mareta)
  - Using crypto to mark ownership of objects without excessive energy consumption

### Documentation
- Share Blender add-on resources (Mentioned by: ash)
  - Document available Blender add-ons and their pros/cons