Construct 3 r499

You're viewing a single comment in a conversation. View all the comments
  • 1 Comments

  • Order by
    • [-] [+]
    • UpvoteUpvote 1 DownvoteDownvote
    • Ashley's avatar
    • Ashley
    • Construct Team Founder
    • 1 points
    • (0 children)

    Currently 3D lighting is a built-in feature of the renderer. It is not done using effects, because those run through the effect compositor, which is primarily designed to handle a sequence of 2D effects and has a relatively high performance overhead. So in my view using the effects system as a means to achieve this is something of a hack - it's just that it's currently the main way third-party developers can write custom shaders, but that does not mean it's a well-designed system to handle this.