Skip to content

Intermediary Introduction

Vinicius Reif Biavatti edited this page Oct 10, 2019 · 7 revisions

Tutorial

This is the intermediary tutorial of RayCasting implementation. This tutorial shows you how to create more features and addons for your RayCasting like memory texture processing, scale implementation, etc. The pre-requisites for this tutorial is just the knowledge of:

  • Basic tutorial complete
  • Javascript
  • Basic Canvas Programming

Note: This tutorial uses the basic tutorial result code. If you didn't complete the basic tutorial, do it before continue.

Result

After complete this tutorial, you will have the result example below.

Example of RayCasting with textured walls and with scale of 4

Good luck! Click in the next page to continue.