wasabia / flutter_gl

cross-platform call OpenGL API by Dart through dart:ffi. Provides OpenGL with Texture Widget on Flutter.
243 stars 60 forks source link

Instruction for developers & line width #43

Closed MikhailDindikov closed 1 year ago

MikhailDindikov commented 1 year ago

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:(

pelaezcarlos commented 1 year ago

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