Search found 21 matches

by siberian
Sat Apr 06, 2019 2:24 pm
Forum: Support and Development
Topic: 3D with Canvas
Replies: 1
Views: 1791

3D with Canvas

Testing 3D mode with vertex shader. local vertex_format_color = { {"VertexPosition", "float", 3}, {"VertexTexCoord", "float",2}, {"VertexColor", "byte", 4}} function love.load() shader = gr.newShader('shader.glsl') local f = function (u, v,...