B4J Code Snippet Raycasting example (The Ray Game)

this is a clone of the 'The Ray Game' tutorial in B4J

original C code developed by 3DSage

1762786413720.png
 

Attachments

  • Raycasting_B4J.zip
    100.8 KB · Views: 12

Magma

Expert
Licensed User
Longtime User
this is a clone of the 'The Ray Game' tutorial in B4J

original C code developed by 3DSage

View attachment 168236
For slower pcs:
For example my pc is an i5-6th gen - was very slow... I ve change that...
B4X:
    'gameTimer.Initialize("gameTimer", 16)
    gameTimer.Initialize("gameTimer", 32)

Great work!
 
Top