diff options
author | David Walter Seikel | 2016-03-07 19:57:23 +1000 |
---|---|---|
committer | David Walter Seikel | 2016-03-07 19:57:23 +1000 |
commit | 8601d737bf4575e0c1e9742d7783e1a3c9247d5f (patch) | |
tree | 3ebb85f99d23a4268e00c80481955269d64832f9 /TODO | |
parent | Document black bug. (diff) | |
download | SledjHamr-8601d737bf4575e0c1e9742d7783e1a3c9247d5f.zip SledjHamr-8601d737bf4575e0c1e9742d7783e1a3c9247d5f.tar.gz SledjHamr-8601d737bf4575e0c1e9742d7783e1a3c9247d5f.tar.bz2 SledjHamr-8601d737bf4575e0c1e9742d7783e1a3c9247d5f.tar.xz |
Document pick bug.
Diffstat (limited to '')
-rw-r--r-- | TODO | 8 |
1 files changed, 8 insertions, 0 deletions
@@ -10,6 +10,14 @@ The textures are replaced by blackness, a shiny blackness sometimes. | |||
10 | Only seems to happen in Elementary. | 10 | Only seems to happen in Elementary. |
11 | 11 | ||
12 | 12 | ||
13 | Evas_3D pick bug | ||
14 | -------------------- | ||
15 | |||
16 | evas_canvas3d_mesh_frame_vertex_data_copy_set() sets the meshes aabb, | ||
17 | but evas_canvas3d_mesh_frame_vertex_data_set( , EVAS_CANVAS3D_VERTEX_ATTRIB_POSITION, ) | ||
18 | doesn't, though it tries to. | ||
19 | |||
20 | |||
13 | Use Lua consistently | 21 | Use Lua consistently |
14 | ------------------------ | 22 | ------------------------ |
15 | 23 | ||