max-mapper / voxel-engine

3D HTML5 voxel game engine
http://maxogden.github.com/voxel-engine
BSD 3-Clause "New" or "Revised" License
1.29k stars 220 forks source link

Forwarding skyColor opt to voxel-view #92

Closed rachel-carvalho closed 10 years ago

rachel-carvalho commented 10 years ago

Currently, the skyColor option is only used to color the fog, I think it should also be used to tint the sky. And voxel-view also has a skyColor option, so I just forwarded it.

max-mapper commented 10 years ago

sorry for the delay, was up in Oregon for Christmas

max-mapper commented 10 years ago

p.s. http://voxelmars.com is super awesome. You should talk to @kumavis about adding webrtc multiplayer support!

rachel-carvalho commented 10 years ago

Thank you for voxel.js! It's a really awesome engine and it's been really fun making voxel mars. Honestly, it would be really hard for me to build a 3D WebGL game without it.

And you read my mind about adding multiplayer support with WebRTC, it's definitely on our to-do list.

kumavis commented 10 years ago

@rachel-carvalho I have just got this working! I would be happy to aide you with the process. Below are some key lines for making it happen. https://github.com/kumavis/node-warrior/blob/master/src/js/util/rtc_utils.js#L23-L34 https://github.com/kumavis/node-warrior/blob/master/src/js/util/rtc_utils.js#L40 PS: please generate your own API key (free!) on peerjs's site

rachel-carvalho commented 10 years ago

Thanks! PeerJS seems cool, I didn't know it. And it's great to know you got it working on your project.

But I think I'll have to fix some things first, before getting into multiplayer.

max-mapper commented 10 years ago

oh yea, @shama also had done some mars data + voxel hacking in the past, he might have some cool ideas!

shama commented 10 years ago

@maxogden Yep! Linked her to all the stuff I did here: https://github.com/maxogden/voxel-engine/issues/91#issuecomment-31155258 :)