File: TODO

package info (click to toggle)
gtkglarea-sharp 0.0.17-6
  • links: PTS, VCS
  • area: main
  • in suites: jessie, jessie-kfreebsd, wheezy
  • size: 1,148 kB
  • ctags: 492
  • sloc: sh: 3,376; cs: 2,633; makefile: 421; xml: 126
file content (25 lines) | stat: -rw-r--r-- 918 bytes parent folder | download | duplicates (3)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
- GLObjectBase's rotate rendering was broken when the scale issue was
  resolved.  This was probably caused by recent changes to
  GtkGL.TransformationMatrix GtkGL.GLObjectBase.TransMatrix in
  examples/util/GLObjectBase.cs

- Make a 2-stage build system.  One, using autotools and gapi, to
  create gtkglarea/generated/*.cs and one, using Prebuild, to create
  various build systems for the widget

- make sure the .dll.config file gets installed to the correct directory

- in the rotate-buttons example non-numeric values should be stricken
  and replaced with the previous value

- Janne's LWO loader code should be used to create a new example for
  loading lightwave models

- Speak with John Carmack and Id about the potential of letting me use
  one of their .mdl or .md3 files in a model-loading example

- build an extrude example

- build an object drag example

- build a user-driven cube creation example