Skip to content

GitLab

  • Menu
Projects Groups Snippets
    • Loading...
  • Help
    • Help
    • Support
    • Community forum
    • Submit feedback
  • Sign in / Register
  • P PracticeDx
  • Project information
    • Project information
    • Activity
    • Labels
    • Members
  • Repository
    • Repository
    • Files
    • Commits
    • Branches
    • Tags
    • Contributors
    • Graph
    • Compare
  • Issues 2
    • Issues 2
    • List
    • Boards
    • Service Desk
    • Milestones
  • Merge requests 0
    • Merge requests 0
  • CI/CD
    • CI/CD
    • Pipelines
    • Jobs
    • Schedules
  • Deployments
    • Deployments
    • Environments
    • Releases
  • Monitor
    • Monitor
    • Incidents
  • Packages & Registries
    • Packages & Registries
    • Package Registry
    • Infrastructure Registry
  • Analytics
    • Analytics
    • Value stream
    • CI/CD
    • Repository
  • Wiki
    • Wiki
  • Snippets
    • Snippets
  • Activity
  • Graph
  • Create a new issue
  • Jobs
  • Commits
  • Issue Boards
Collapse sidebar
  • Clark Lin
  • PracticeDx
  • Wiki
  • Known Issues and Solution

Known Issues and Solution · Changes

Page history
Create Known Issues and Solution authored Mar 14, 2023 by Clark Lin's avatar Clark Lin
Show whitespace changes
Inline Side-by-side
Known-Issues-and-Solution.md 0 → 100644
View page @ 60a75fd8
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
Clone repository
  • Known Issues and Solution
  • Plan for Adding Diffusion Effect
  • Home