wangcker

Results 12 comments of wangcker

this is my code .but The effect is not ideal ``` class GlUtil { Future createTextNode(String text) async { Node result = Node( name: 'text_node_$text', localTransform: vm.Matrix4.identity(), ); gpu.Texture texture...