Skip to content

Commit

Permalink
Add g2.hdl.three wip disclaimer
Browse files Browse the repository at this point in the history
  • Loading branch information
klawr committed Apr 9, 2021
1 parent bf17a81 commit eeac053
Showing 1 changed file with 11 additions and 0 deletions.
11 changes: 11 additions & 0 deletions src/g2.hdl.three.js
Original file line number Diff line number Diff line change
@@ -1,4 +1,15 @@

/*
* ⚠ This is still a work in progress.
* Things that are not working as of now are:
* View, beg: The Matrices do not persist correctly.
* Check for mec2 and prepend view... only one element is influenced.
* If the matrix is swapped with a translate, rotation quaternion and scale vector,
* all elements are rotated equally, which is also wrong.
* txt: Font has to be loaded. Txt has to be made async.
* clr, img: Not implemented.
*/

(function register() {
g2.devicePixelRatioCompensatorSymbol = Symbol();
g2.handler.factory.push((ctx) => {
Expand Down

0 comments on commit eeac053

Please sign in to comment.