-
Notifications
You must be signed in to change notification settings - Fork 4
/
Todo.txt
57 lines (45 loc) · 1.84 KB
/
Todo.txt
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
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
__PagedGeometry________________________
+ Add minimum tree scale for treeloaders
+ Enforce tree scales with debug-only exceptions in treeloaders
+ Add support for alternate coordinate systems (for example, where Z is up)
+ Update docs (recompile API, no more updateAnimation(), new frameUpdate() function in PageLoader)
+ Add #defines for alternate coordinate system support
+ Fix impostor rotation point
+ Add grass layer delete
+ Fix impostor rotation point problem
+ Add userData parameter support to height functions
Fixed:
+ Fix tree scale issue
+ Fix StaticBillboardSet reference bug
+ Fix possible grass animation bug
+ Fix grass reload bug
+ Supplying an invalid material to GrassLayer will crash without a descriptive error
+ Fix impostor filename issue
+ Batches and impostors do not correctly handle per-subentity materials
Add shared vertex data support
Confirmed:
--- Release Version 1.0 ---
+ Sprite grass
Angled grass
Add density map tree loader
Fix batching of shared vertices
Density map editing functions
Add BillboardPage
Add Impostor autoregeneration
--- Release Version 1.1 ---
Improve impostor customization
setDefaultImpostorResolution(), setDefaultImpostorColor(), setDefaultImpostorRenders()
setImpostorResolution(), setImpostorColor(), setImpostorRenders()
Implement InstancePage
Add hard disk tree loader
Dynamic lighting
Swaying trees
Add functions to reload rectangular and circular regions of geometry
Add progressive reloading option
Add a maximum view height as well as a maximum view distance for detail levels
Optimize impostor generator for tall, skinny trees
Fix Ogre's billboard system for camera roll
Experement with single-triangle billboards and point-sprites
Add collision interface
Possibly add a pseudo-volumetric-texture GeometryPage implementation
Add automated terrain lightmapper to PagedGeometry