Difference between revisions of "Category:Code Snippets"
From X-Plane SDK
Line 6: | Line 6: | ||
:[[ClickingIn3D]] - How to process mouse clicks against 3-d geometry. | :[[ClickingIn3D]] - How to process mouse clicks against 3-d geometry. | ||
:[[TextureDraw]] - Shows how to get a raw RGBA image into a texture for OpenGL. | :[[TextureDraw]] - Shows how to get a raw RGBA image into a texture for OpenGL. | ||
+ | :[[ArrayDataRef]] - Shows how to implement the array dataref callbacks. | ||
[[Category:Library]] | [[Category:Library]] |
Latest revision as of 12:06, 27 April 2009
Code Snippets
This page contains a list of small code listings demonstrating useful tasks in the plugin SDK. There are no bulid projects and these are not complete plugins - just examples of how to use various datarefs and APIs. Please contribute your own code snippets if you have useful utilities! (Note: please indicate whether the code is tested or deployed!)
- DrawPanelBounds - shows how to use the new datarefs to align drawing ot the panel.
- TextFieldFilters - a few useful text field filters for widget-based plugins.
- ClickingIn3D - How to process mouse clicks against 3-d geometry.
- TextureDraw - Shows how to get a raw RGBA image into a texture for OpenGL.
- ArrayDataRef - Shows how to implement the array dataref callbacks.
Pages in category "Code Snippets"
The following 7 pages are in this category, out of 7 total.
ABC |
DFT |
T cont. |