Difference between revisions of "Ali Haydar Dev log"
From BRL-CAD
Ali Haydar (talk | contribs) (Created page with "=Community Bonding Period= # setting up the environment installing ubuntu in dual boot and rebuilding the project in windows and ubuntu # working on bugs: * the annotation...") |
Ali Haydar (talk | contribs) |
||
Line 4: | Line 4: | ||
# setting up the environment installing ubuntu in dual boot and rebuilding the project in windows and ubuntu | # setting up the environment installing ubuntu in dual boot and rebuilding the project in windows and ubuntu | ||
# working on bugs: | # working on bugs: | ||
− | * the annotation is pointing to the origin fixed and patch submitted | + | * the annotation is pointing to the origin fixed and patch submitted |
− | * the drawing of numerical annotation results in no annotation working on it and notice that after constructing the numerical annotation you can't draw anything in the graphical screen until writing the Z command in MGED or reopening the database. | + | * the drawing of numerical annotation results in no annotation working on it and notice that after |
+ | constructing the numerical annotation you can't draw anything in the graphical screen until writing the Z | ||
+ | command in MGED or reopening the database. | ||
# using the code to modify the Vlist to draw a box around the label it is like a hack, not a real function just an experiment, it makes me realize that the label drawing should not start from the reference point but a little bit further so the box doesn't touch the label. | # using the code to modify the Vlist to draw a box around the label it is like a hack, not a real function just an experiment, it makes me realize that the label drawing should not start from the reference point but a little bit further so the box doesn't touch the label. | ||
# contacting with the mentors and asking about there opinions. | # contacting with the mentors and asking about there opinions. |
Revision as of 07:52, 26 May 2019
Community Bonding Period
- setting up the environment installing ubuntu in dual boot and rebuilding the project in windows and ubuntu
- working on bugs:
* the annotation is pointing to the origin fixed and patch submitted * the drawing of numerical annotation results in no annotation working on it and notice that after constructing the numerical annotation you can't draw anything in the graphical screen until writing the Z command in MGED or reopening the database.
- using the code to modify the Vlist to draw a box around the label it is like a hack, not a real function just an experiment, it makes me realize that the label drawing should not start from the reference point but a little bit further so the box doesn't touch the label.
- contacting with the mentors and asking about there opinions.