You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
This is a continuation from my previous issue #96 to why we could switch to Webgl.
Three.js has a property to create a Spotlight with a particular intensity, angle and location and we can then enable shadow property on required objects.
Since we have a sun in the game and a shift from day to night , the shadow casting and lighting effects can be easily manipulated with three.js.
The text was updated successfully, but these errors were encountered:
I'll create a separate html , js and the required headers where I will try to include the lighting effect,collision and image rendering and make a pull request.
Hey, Sorry for the delay but I noticed the features implemented in this game can be significantly improved with webgl libraries. Here's a game I made using three.js in 4 days that will show how simple and intuitive making 3-D / 2-D games can be. http://web.iiit.ac.in/~vikas.thamizharasan/vikasgamecarom.html
This is a continuation from my previous issue #96 to why we could switch to Webgl.
Three.js has a property to create a Spotlight with a particular intensity, angle and location and we can then enable shadow property on required objects.
Since we have a sun in the game and a shift from day to night , the shadow casting and lighting effects can be easily manipulated with three.js.
The text was updated successfully, but these errors were encountered: