Project

General

Profile

Download (28.4 KB) Statistics
| Branch: | Revision:

library / src / main / java / org / distorted / library / DistortedCubesGrid.java @ a56bc359

# Date Author Comment
a56bc359 12/12/2016 04:47 PM Leszek Koltunski

Major change in API: separate the GRID from DistortedObject; completely remove classes derived from DistortedObject.

b62632fc 12/10/2016 10:20 PM Leszek Koltunski

Some speedup in CubesGrid

8d9da98a 12/10/2016 09:59 PM Leszek Koltunski

Fix a long-standing buf in CubesGrid (incorrect Grid in case of 5x5 11111 11011 10101 11011 11111)

16d8b8f3 12/06/2016 12:11 PM Leszek Koltunski

DistortedFramebuffer should we working now, including deletions.

665e2c45 10/18/2016 02:34 PM Leszek Koltunski

New constructor to DistortedCubes - easily create a hole-less Cuboid.

06d71892 10/10/2016 10:15 PM Leszek Koltunski

Shades in the WAVE effect fully working, if the effect is the only one.

Remaining: combine the shades with other effects!

985ea9c5 08/09/2016 12:11 PM Leszek Koltunski

Finally fix the 'when rendering though an FBO, the other side of triangles is visible'

29dd01c6 08/02/2016 11:48 PM Leszek Koltunski

Further simplify and speed up the DistortedCubes target.

e5d9b235 08/02/2016 11:42 PM Leszek Koltunski

Further simplify and speed up the DistortedCubes target.

15873844 08/02/2016 11:21 PM Leszek Koltunski

Simplify and spped up the DistortedCubes target.

84ee2a6a 07/31/2016 02:13 PM Leszek Koltunski

Advanced tesselation of DistortedCubes should be done! This fixes Bug #22

ce7f3833 07/31/2016 01:25 AM Leszek Koltunski

beginnings of support for advanced tesselation in DistortedCubes target (still doesn't quite work)

2e96ee72 07/28/2016 12:20 AM Leszek Koltunski

minor formatting stuff

0729bc41 07/01/2016 02:40 PM Leszek Koltunski

Add DistortedGridFactory to share Grids among same-shaped DistortedObjects.

2dacdeb2 06/29/2016 04:15 PM Leszek Koltunski

remove the 'Color' vertex attribute.

39cbf9dc 06/24/2016 01:06 PM Leszek Koltunski

Minor: deal with IntelliJ warnings

42e62272 06/23/2016 01:33 PM Leszek Koltunski

Vertex3D almost finished - there's still a problem when parts of Cubes get culled if the Object gets Deformed or Distorted to the left (curiously only the 'left' direction seems to trigger this!)

e458a4ba 06/15/2016 12:40 PM Leszek Koltunski

1. new package 'message'
2. Rename the 'Grid' classes to match