|
|
|
This page is used to record know issues during debug and corresponding solution/workaround.
|
|
|
|
| Issue | Cause | Solution/Workaround |
|
|
|
|
| ------ | ------ | ------ |
|
|
|
|
| Graphic does not display, even every bindables are defined and there is no runtime error. | Projection not set and used. | Execute setProject() after Graphics is initialized. |
|
|
|
|
| Two graphic objects are bond, but only one of them is finally displayed. | ExecuteBind() operation of multiple objects overwrite each other, so only the last graphic object has set bindables effectively. | Put ExecuteBind() operation followed by Draw() operation for each graphic object inside loop, in order to make each graphic object take effective independently. | |
|
|
|
\ No newline at end of file |