# Hyperfy Discord - 2025-11-13

## Overall Discussion Highlights

### 3D Development & UI
- **Model Panel Frames**: 3rdEyeVisuals shared work on customizable model panel frames, with discussion about adding emission properties
- **Shadow Casting**: Ash provided code solutions for disabling shadow casting on meshes
- **Mobile Experience**: Akuma successfully added GLB files into a world on mobile and praised the collision detection with Sketchfab models
- **UI Z-indexing**: 3rdEyeVisuals mentioned they're developing a SaaS model and will make a PR for UI z-indexing

### Creative Sharing
- **AI-Generated 3D Objects**: User "untitled, xyz" released AI-generated 3D objects themed around "FLOWER" on Hyperfy
- **Three.js Implementation**: User "brandonmanus" shared their personal website featuring Three.js work and expressed interest in getting it running on Hyperfy

### Cryptocurrency
- **HYPER Token**: Rick shared market metrics showing HYPER/WETH trading pair at $7M with 337K% movement on DexScreener

## Key Questions & Answers

**Q: How can I disable shadow casting with code?**  
A: Use `const mesh = app.get('MyMesh'); mesh.castShadow = false` (answered by ash)

**Q: What Blender add-on do you use?**  
A: "I'm using this one: https://github.com/hyperfy-xyz/hyperfy/blob/main/docs/extras/blender-addon.py" (answered by ash)

**Q: How do you resize and rotate models?**  
A: Use the scroll wheel on mouse, and shift to toggle between scale and rotation (answered by Roustan)

## Community Help & Collaboration

1. **Shadow Casting Solution**
   - Helper: ash
   - Helpee: Roustan
   - Context: Roustan couldn't bring a file back into Blender and needed a code solution
   - Resolution: Ash provided code snippet to disable shadow casting

2. **Blender Add-on Sharing**
   - Helper: ash
   - Helpee: community
   - Context: Discussion about Blender add-ons
   - Resolution: Shared GitHub link to the specific Blender add-on they use

3. **Model Controls Assistance**
   - Helper: Roustan
   - Helpee: Akuma
   - Context: Akuma needed controls for resizing/rotating models
   - Resolution: Roustan suggested mouse controls, though this didn't fully help as Akuma was on mobile

4. **Security Alert**
   - Helper: TvdB, A
   - Helpee: ash
   - Context: Alert about a scammer in the Discord
   - Resolution: ash acknowledged and presumably took action

## Action Items

### Technical
- Make a PR for UI z-indexing (Mentioned by 3rdEyeVisuals)
- Implement Hyperfy integration for 3D content with Three.js (Mentioned by brandonmanus)

### Feature Requests
- Add emission to model panel frames (Mentioned by Roustan)
- Reimplement double jump functionality (Mentioned by Roustan)
- Add pets to the platform (Mentioned by Roustan)
- Improve mobile touch controls with pinch and squeeze functionality for resizing and placing models (Mentioned by Akuma)
- Add Sketchfab plugin for easier model importing (Mentioned by Akuma)
- Integrate Tencent AI with the in-world model generator (Mentioned by Akuma)