VERY SIMPLE INTERACTIVE 3D RENDERER IN JAVA 1.0
The source code consists of two classes:
SimpleRender.java
,
Shape.java
,
Matrix.java
,
Vec.java
, and
BufferedApplet.java
.
Here are things you could do to extend it
.