Skip to content

Releases: ChillingVan/android-openGL-canvas

v1.4.1.2

21 Nov 13:45

Choose a tag to compare

  • 添加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

14 Oct 02:47

Choose a tag to compare

支持裁切图片的CropFilter

v1.4.0.0

19 May 14:07

Choose a tag to compare

  • 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

14 Apr 10:47

Choose a tag to compare

  • Add AndroidCanvasHelper and its example for drawing text.
  • 增加AndroidCanvasHelper及其绘制文本的例子

v1.2.2.3

24 Mar 12:33

Choose a tag to compare

  • 修复在GLProducedTextureView尺寸改变时重复创建producedTexture
  • Fix issue that recreate for producedTexture of GLProducedTextureView.

v1.2.2.2

25 Feb 08:48

Choose a tag to compare

  • 修复熄屏再亮屏,TextureCamera 卡住的问题

  • 添加FileLogger,支持文件log。

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

  • Add FileLogger

v1.2.2.0

20 Aug 04:08

Choose a tag to compare

Support rotateX and rotateY in ICanvasGL.BitmapMatrix

v1.2.1.4

22 Jul 02:53

Choose a tag to compare

Fix TwoTextureFilter bug. Thanks to @ml-bright .

v1.2.1.3

08 Jul 02:36

Choose a tag to compare

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

v1.2.1.2

08 Jun 13:35

Choose a tag to compare

add javadoc and source task