Skip to content

margual56/RayMarching

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

7 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

RayMarching

A 3D renderer made in Java that uses the [Ray Marching algorithm]
render of a cylinder

Expandability

To implement a new shape, all you have to do is create a new class implementing the interface "Geometry" and search the Distance estimation function

TODO

There is so much work to do:

  • Lights don't interact properly with the objects.
  • Right now it can only render in black and white.
  • The render is fast (with low resolutions), but there is no implemented "repaint".
  • Neither the camera nor the objects can be moved after executing.
  • The scale of the objects and the distance/position has a weird scale and orientation.
  • Lots of minor tweaks and improvements

License

GNU GPLv3

About

A 3D renderer made in Java that uses the Ray Marching algorithm

Topics

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages