|
May
5 |
|
comment |
The best way to use VBOs Are there any synonims for the OS page size? I can't find anything |
|
May
5 |
|
comment |
The best way to use VBOs "Say you need 10kiB of memory, then you'd allocate a 14kiB sized VBO." shouldn't it be 12kiB size? |
|
Apr
29 |
|
accepted | Cant get correct width of fonts char |
|
Apr
18 |
|
comment |
GLSL shader for each situation I guess i'll make a singe shader for transforms, animations and lighting (including specular). And seperate fragment shaders only for effects. |
|
Apr
18 |
|
comment |
GLSL shader for each situation How can i create a shader program with multiple shaders? How can i state in what order should they be use, and how should i share information between them (i.e. the tranformed vertex)? |
|
Apr
18 |
|
asked | GLSL shader for each situation |
|
Apr
11 |
|
comment |
The best way to use VBOs ahh... Look, i create 4mb size vbos for static and dynamic objects. If the vbo is full, than i create a new one with the same size, and then add all new data to it. What do you think about that? |
|
Apr
11 |
|
comment |
The best way to use VBOs Are you sure that using size of 4kiB wont cause my program having way too much vbos? |
|
Apr
10 |
|
awarded | Talkative |
|
Apr
10 |
|
accepted | The best way to use VBOs |
|
Apr
10 |
|
comment |
The best way to use VBOs Oh and the number of some meshed changes on each frame. Should i also create a new vbo to deal with it? |
|
Apr
10 |
|
comment |
The best way to use VBOs Can you give me some information about creating vbo? I'm thinking about using a single vbo for everything. As i know you cant call glBufferSubData without calling glBufferData before. What data should i add to the vbo, if all the data should be added later? And if in example the data size stored into vbo is 100 can i use glBufferSubData to add data with size 200?
|
|
Apr
10 |
|
asked | The best way to use VBOs |
|
Apr
4 |
|
comment |
Cant get correct width of fonts char I just tried using arial bold, and everything was absolutely fine... What? |
|
Apr
4 |
|
comment |
Cant get correct width of fonts char Nope, it's a float (124f) |
|
Apr
4 |
|
comment |
Cant get correct width of fonts char font size is 124 |
|
Apr
4 |
|
revised |
Cant get correct width of fonts char added 155 characters in body |
|
Apr
4 |
|
revised |
Cant get correct width of fonts char added 115 characters in body |
|
Apr
4 |
|
comment |
Cant get correct width of fonts char Please let me know if you want me to clarify something. |
|
Apr
4 |
|
asked | Cant get correct width of fonts char |