How do I implement SkyBox in xna 4.0 Reach Profile (for Windows Phone 7)?
- by Biny
I'm trying to Implement SkyBox in my phone game. Most of the samples in the web are for HiDef profile, and they are using custom effects (that not supported on Windows Phone). I've tried to follow this guide. But for some reason my SkyBox is not rendered.
This is my SkyBox class:
using System;
using System.Collections.Generic;
using…