aboutsummaryrefslogtreecommitdiffstats
Commit message (Expand)AuthorAgeFilesLines
* jogl version updated to 2.4.0shadowmapPhilip Jordan2023-05-251-1/+1
* shadowmap branch brought inline with jogl 2.4.0Philip Jordan2023-05-253-20/+27
* texture mask re-applied in joglpipelinePhilip Jordan2023-05-222-4/+5
* commnets addedPhilip Jordan2021-10-162-1655/+1665
* first cut of shadow maps, working with a very basic casePhilip Jordan2020-07-0514-3966/+3338
* fullscene antialiasing removed from Renderer completely.Philip Jordan2020-06-184-1717/+1576
* GeometryService license addedPhilip Jordan2020-05-201-0/+21
* comments referring to javax updated to org.jogampPhilip Jordan2020-03-303-5/+5
* Merge pull request #12 from etsinko/fixes-to-canvas3d-get-pixel-sizesPhilip Jordan2020-02-261-2/+2
|\
| * Fixes to Canvas3D.getPixelWidth() and Canvas3D.getPixelHeight()Egor Tsinko2020-02-251-2/+2
|/
* Merge pull request #11 from etsinko/read-raster-countdown-latchPhilip Jordan2020-02-222-21/+18
|\
| * Fixed an issue with shared readRasterReady variable in GraphicsContext3DEgor Tsinko2020-02-202-21/+18
|/
* Merge pull request #10 from etsinko/read-raster-hidpi-fixPhilip Jordan2020-02-182-4/+3
|\
| * made Canvas3D.getPixelHeight() and Canvas3D.getPixelWidth() publicEgor Tsinko2020-02-141-2/+2
| * fixed invalid canvas size passed to readRaster() pipeline operationEgor Tsinko2020-02-141-2/+1
|/
* returned jogl dependent version to 2.3.2Philip Jordan2020-02-051-1/+1
* Removed version dependent static values from pipeline codePhilip Jordan2020-02-012-4/+4
* tutorial chapters 6 & 7 corrupt pdf files replacedPhilip Jordan2020-02-012-0/+0
* Merge pull request #9 from etsinko/validate-fixPhilip Jordan2020-01-291-34/+64
|\
| * fixed an issue with J3DGraphics2DImpl.validate()Egor Tsinko2020-01-281-34/+64
|/
* Merge pull request #8 from etsinko/J3DGraphics-clearOffScreen-fixPhilip Jordan2020-01-291-0/+6
|\
| * fixed an issue with J3DGraphics2DImpl.clearOffScreen()Egor Tsinko2020-01-281-0/+6
|/
* Merge pull request #7 from etsinko/hidpi-pixel-accuracy-improvementsPhilip Jordan2020-01-283-2/+46
|\
| * improved the 2D graphics overlay in Canvas3D.Egor Tsinko2020-01-273-2/+46
| * Merge pull request #6 from philjord/revert-3-npe-fixdev1.7.0Philip Jordan2020-01-261-5/+3
| |\
| | * Revert "fixed a NPE that happened during offscreen rendering"Philip Jordan2020-01-261-5/+3
| |/
| * Merge pull request #3 from etsinko/npe-fixPhilip Jordan2020-01-261-3/+5
| |\
| | * fixed a NPE that happened during offscreen renderingEgor Tsinko2020-01-221-3/+5
| |/
* | pom.xml file version updated to 1.7.1Philip Jordan2020-01-271-3/+3
* | Merge pull request #4 from etsinko/hidpi-fixPhilip Jordan2020-01-261-3/+3
|\ \
| * | fixed getPixelLocationFromImagePlate(). Now it works on HiDPI screensEgor Tsinko2020-01-221-3/+3
| |/
* | Merge pull request #5 from etsinko/hidpi-overlay-fixPhilip Jordan2020-01-262-4/+4
|\ \
| * | Updated pipelines so they use linear interpolation when drawing overlay on sc...Egor Tsinko2020-01-232-4/+4
| |/
* | fixed a NPE that happened during offscreen renderingEgor Tsinko2020-01-261-3/+5
* | j3dcore: add handling for the new j3d.numSamples propertyEmmanuel Puybaret2020-01-252-10/+6
* | QuadArray usage warning improved to advise how to convert easily.Philip Jordan2019-10-252-5/+35
|/
* removed "-main" from gluegen and jogl dependencies as it was incorrectHEAD1.7.0-finalmasterPhilip Jordan2019-09-301-2/+2
* Pom.xml file tidied upPhilip Jordan2019-09-271-20/+134
* checkAppContext only applies to java version 7 and 8 nowphil2019-09-211-8/+26
* HiDPI fix improved to work when moving a Canvas between screens, alsophil2019-09-213-21/+36
* Merge branch 'dev1.7.0'phil2019-09-153-2/+60
|\
| * Pure Immediate Context usage fixphil2019-06-092-1/+59
| * deprecated features comment update to note tex coord generation isphil2019-01-201-1/+1
* | Merge branch '1.6-master'phil2019-09-151-7/+7
|\ \
| * \ Merge pull request #2 from etsinko/fix-to-multiscreen-query1.6-masterPhilip Jordan2019-09-151-8/+7
| |\ \
| | * | Fixed error that happened in multi-screen environmentsEgor Tsinko2019-08-291-8/+7
| |/ /
| * | The Renderer now wraps a use/release context call pair around any of thephil2019-06-092-0/+61
| * | j3dcore: update version to 1.6.21.6.2Harvey Harrison2019-01-041-2/+2
| * | j3dcore: only build j3dcore filesHarvey Harrison2019-01-041-36/+4
| * | Merge GeometryService implementationHarvey Harrison2019-01-043-25/+64
| |\ \