Skip to content

Releases: ChillingVan/android-openGL-canvas

v1.4.1.2

Choose a tag to compare

@ChillingVan ChillingVan released this 21 Nov 13:45
  • 添加OrthoBitmapMatrix以支持正交投影。 默认BitmapMatrix用的是透视投影。

  • 修复BitmapMatrix被过小的viewport剪切的问题。支持更大的放大倍数及离屏距离。

  • Add OrthoBitmapMatrix as One BitmapMatrix. Default BitmapMatrix uses perspective matrix.

  • Fix BitmapMatrix cut by small viewport issue when Bitmap out of screen.

v1.4.1.1

Choose a tag to compare

@ChillingVan ChillingVan released this 14 Oct 02:47

支持裁切图片的CropFilter

v1.4.0.0

Choose a tag to compare

@ChillingVan ChillingVan released this 19 May 14:07
  • Add MultiTexOffScreenCanvas, GLMultiTexProducerView, GLMultiTexConsumerView to support producing multiple textures and consume multiple textures

  • Add AndroidCanvasHelper and its example for drawing text.

  • 增加 MultiTexOffScreenCanvas, GLMultiTexProducerView, GLMultiTexConsumerView,支持提供多张纹理的和消化多张纹理

  • 增加AndroidCanvasHelper及其绘制文本的例子

v1.3.0.0

Choose a tag to compare

@ChillingVan ChillingVan released this 14 Apr 10:47
  • Add AndroidCanvasHelper and its example for drawing text.
  • 增加AndroidCanvasHelper及其绘制文本的例子

v1.2.2.3

Choose a tag to compare

@ChillingVan ChillingVan released this 24 Mar 12:33
  • 修复在GLProducedTextureView尺寸改变时重复创建producedTexture
  • Fix issue that recreate for producedTexture of GLProducedTextureView.

v1.2.2.2

Choose a tag to compare

@ChillingVan ChillingVan released this 25 Feb 08:48
  • 修复熄屏再亮屏,TextureCamera 卡住的问题

  • 添加FileLogger,支持文件log。

  • Fix issue that when close screen, the TextureCamera will stuck.

  • Add FileLogger

v1.2.2.0

Choose a tag to compare

@ChillingVan ChillingVan released this 20 Aug 04:08

Support rotateX and rotateY in ICanvasGL.BitmapMatrix

v1.2.1.4

Choose a tag to compare

@ChillingVan ChillingVan released this 22 Jul 02:53

Fix TwoTextureFilter bug. Thanks to @ml-bright .

v1.2.1.3

Choose a tag to compare

@ChillingVan ChillingVan released this 08 Jul 02:36

Add method invalidateContent(Bitmap) for bitmap texture in CanvasGL. If your bitmap change, you can use it.

v1.2.1.2

Choose a tag to compare

@ChillingVan ChillingVan released this 08 Jun 13:35

add javadoc and source task