AdamsLair / duality-companion

A community-developed Duality plugin implementing experimental or commonly requested features.
MIT License
3 stars 5 forks source link

Camera Controller #1

Closed SirePi closed 7 years ago

SirePi commented 7 years ago

Should implement fade in/out?

ChristianGreiner commented 7 years ago

What do you mean with fade in/out exactly ?

SirePi commented 7 years ago

Make the camera fade in or fade out to a color

mfep commented 7 years ago

All the other functions have to do something with the Camera's Transform, thus fading is a little bit out of place. What about rethinking this question once the other Camera stuff is ready?

SirePi commented 7 years ago

@ChristianGreiner already did the fader, so that's done :) I finished implementing the camera shake. A simple one with the capability to be extended if needed by providing a custom displacement function.

SirePi commented 7 years ago

Done.