Menu

Code Commit Log


Commit Date  
[r1111] by nerius

Making some major progress on Donut. I still need to add lighting. Would like
to add perspective view as well.

2023-09-24 17:00:36 Tree
[r1110] by nerius

Making some progress on Donut.

2023-09-24 15:53:14 Tree
[r1109] by nerius

Fixing the issue with thread lock. I noticed that mouseDrag() and update() are
always called from the same thread.

2023-09-24 00:37:32 Tree
[r1108] by nerius

Adding beginnings of 'Donut' for demo purposes.

2023-09-23 20:30:12 Tree
[r1107] by nerius

Making use of MatrixUtils in PolyhedronDemo. This demo is still freezing
occasionally:
Exception in thread "main" java.lang.RuntimeException: trying to update() in vain
at com.nerius.game.util.CanvasAWTAdapter.requestUpdate(CanvasAWTAdapter.java:187)
at com.nerius.grafx.d3.demo.PolyhedronDemo.run(PolyhedronDemo.java:253)
at com.nerius.grafx.d3.demo.PolyhedronDemo.main(PolyhedronDemo.java:72)

2023-09-23 20:20:59 Tree
[r1106] by nerius

Adding helper class 'MatrixUtils' to package 'com.nerius.grafx.d3.demo'. At
lease two classes in same package (demo code) will likely be making use of
this.

2023-09-23 20:11:26 Tree
[r1105] by nerius

Removing a TODO.txt item that has already been completed.

2023-09-23 16:09:39 Tree
[r1104] by nerius

Fixing GrafxPolyFillDemo to work without java.applet.Applet.

2023-09-23 15:59:55 Tree
[r1103] by nerius

Updating PolyhedronDemo to do away with usage of java.applet.Applet. I think
this works, even though there was one small hiccup recently; there may be some
thread safety issues still lurking somewhere.

2023-09-23 15:01:39 Tree
[r1102] by nerius

Changing order of member variable definitions, used to be m_anim, m_grafx, and
m_img; it's now m_grafx, m_anim, and m_img.

2023-09-23 14:59:29 Tree
Older >