jonlab / NewAtlantis

http://www.newatlantis.world/
9 stars 6 forks source link

Environnemental parameters : light, skybox... #23

Open jonlab opened 8 years ago

jonlab commented 8 years ago

How do we specify what kind of skybox and main lighting we want in a given space ? We could do that with standard NA Assets that we put in Spaces to change the parameters. In a similar way that the NAGravityChanger component that we can use to change gravity. We could then build a library of standard Assets : gravity_moon, gravity_earth, lighting_dayl, lighting_night, skybox_dawn, skybox_cloudy...

rolandcahen commented 8 years ago

Who is doing this library ?

sachaamm commented 8 years ago

I can do the library but Jonathan suggested to me to use it in a script from an asset bundle ? I suggest to use a parameter interface , including physics parameters , lights parameters etc...

jonlab commented 8 years ago

When I say "library" I mean a collection of asset bundles that would be public and that everyone could use.

jonlab commented 8 years ago

Using standard NA Assets (= asset bundles) to manage space environnemental parameters seems more generic to me than implementing a custom user interface and data serialization to database.

jonlab commented 8 years ago

Ok. So I suggest that we create the first objects. I can do the first ones. About naming, maybe we could do a naming scheme like light.sunlight skybox.cloudy gravity.moon gravity.earth building.house1 ... ?