wasabia / flutter_gl

cross-platform call OpenGL API by Dart through dart:ffi. Provides OpenGL with Texture Widget on Flutter.

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Instruction for developers & line width

MikhailDindikov opened this issue · comments

Hello! Could you create an instruction how to use all methods from gl? And can you help me pls with line width? When I write "_gl.lineWidth(5);" width doesn't change:(

Hi, we have a similar problem with the lines width, modifying the material:

var linematerial = three.LineBasicMaterial({
"color": 0xffffff,
"linewidth": 8,

On Android it works fine, but Win/MAC/Web doesn't