mirror of
https://github.com/openstf/stf
synced 2025-10-05 02:29:26 +02:00
FastImageRender working.
Still not Fast though.
This commit is contained in:
parent
f9af24e6bc
commit
c021b3d153
2 changed files with 30 additions and 43 deletions
|
@ -195,7 +195,6 @@ function FastImageRender(canvasElement, options) {
|
|||
this.options = options || {}
|
||||
this.canvasElement = canvasElement
|
||||
|
||||
|
||||
if (this.options.render === 'webgl') {
|
||||
this.render = new WebGLRender(canvasElement, options)
|
||||
} else if (this.options.render === 'pixi') {
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue