I would avoid trying to find a solution that works for massive mirrors in one fell swoop, and split up large mirrors into smaller, simpler surfaces that can get away with texture coordinate distortion for curvature.
- Viewing Profile: Reputation: MaelmDev
Community Stats
- Group Members
- Active Posts 10
- Profile Views 563
- Member Title Member
- Age Age Unknown
- Birthday Birthday Unknown
-
Gender
Not Telling
User Tools
Latest Visitors
#5028906 Realtime non-raytraced curved mirrors
Posted by MaelmDev
on 04 February 2013 - 09:35 PM
#5016955 Good habits for game development
Posted by MaelmDev
on 02 January 2013 - 09:52 PM
Try to work out what features you want to implement before anything else. Start with general ideas and work your way down to specific features and requirements. Once you have all of your features in a list, you can start to design your architecture to implement these features, making sure to find solutions to dependencies between them. (this can be the hardest part!)
Don't bother with any pseudo-code after you've finished the architecture, as you've got all the elements needed to begin coding the actual game. When you do this, make sure to always write code that doesn't depend on a feature you haven't implemented yet. This should help you keep your game testable and cut down the amount of coding you need to do in between new builds, which will keep you motivated.
#5016507 Layering animations: interpolation
Posted by MaelmDev
on 01 January 2013 - 05:27 PM
- Home
- » Viewing Profile: Reputation: MaelmDev

Find content