Menu

Code Commit Log


Commit Date  
[r1115] by nerius

Got something working in Donut. Still debugging.

2023-09-25 01:09:08 Tree
[r1114] by nerius

I realized that we probably need to do normal computations post transformation.
Saving work in case I need to roll something back.

2023-09-25 00:06:13 Tree
[r1113] by nerius

Populating m_vNormals and m_fNormals in Donut.

2023-09-24 22:31:57 Tree
[r1112] by nerius

Adding class VectorUtils for demo purposes.

2023-09-24 21:39:15 Tree
[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
Older >