WebGL文字
将文字写到WebGL画布上 :fire:
安装
使用安装:
npm install webgl-text
例
该示例使用 ,但是此库可与任何webgl canvas一起使用。
import React , { Component } from 'react' ;
import { autobind } from 'core-decorators' ;
import WebGLCanvas from 'webgl-canvas' ;
import WebGLText from 'webgl-text' ;
import provideDimensions from 'provide-d
1