Search found 5 matches
- Sun Feb 11, 2024 4:06 pm
- Forum: General
- Topic: Optimisation of drawing 3d
- Replies: 1
- Views: 1474
Optimisation of drawing 3d
hello! so, in general my question is very basic: what exactly i should and shouldn't do in draw function? but here more spcific info. i making a very simple voxel 3d game and now working on particles and billboards, and im using instancing to draw one simple square bunch of times at different positi...
- Tue Jan 30, 2024 12:29 am
- Forum: General
- Topic: game not register 'space' while held lshift+w
- Replies: 6
- Views: 2211
Re: game not register 'space' while held lshift+w
yes, as i found now, there r few more combinations where 'w' key present and some other key not working.
but i never before played with this keyboard, this one for typing only, so i only now noticed ths issue.
so yeah, maybe i need a better one.
also good to know this is not an annoing unfixable bug.
but i never before played with this keyboard, this one for typing only, so i only now noticed ths issue.
so yeah, maybe i need a better one.
also good to know this is not an annoing unfixable bug.
- Mon Jan 29, 2024 9:19 pm
- Forum: General
- Topic: game not register 'space' while held lshift+w
- Replies: 6
- Views: 2211
Re: game not register 'space' while held lshift+w
"just buy a better computer."
salty, dude
salty, dude
- Mon Jan 29, 2024 9:18 pm
- Forum: General
- Topic: game not register 'space' while held lshift+w
- Replies: 6
- Views: 2211
hello thx for reply yes, us i found later its a keyboard issue but it s not a amount of keys, but only this one specific conbination not works, and not only by mine instance, but on this specific keyboard model - i managed to test it on 2 more same keyboards on keyboard of another model it works sry...
- Mon Jan 29, 2024 5:40 am
- Forum: General
- Topic: game not register 'space' while held lshift+w
- Replies: 6
- Views: 2211
game not register 'space' while held lshift+w
i have some weird bug witn input processing if i held lshift+w and press space key event will just not fire it does not relater to my project, i tried in new one and have same issue here is a simple code to reproduce this bug on screenshot i marked what keys i pressed together, and love.keypressed j...