Jason Sams
|
bd2197fb00
|
Add script to script call support. Add exception to catch out of bound index data when added to TriangleMeshBuilder.
|
2009-10-07 18:14:01 -07:00 |
|
Jason Sams
|
7f047786d9
|
Update the SimpleMesh API to support new attribute types. Also spilt add/set commands to avoid permutation explosion.
|
2009-10-02 18:18:35 -07:00 |
|
Jason Sams
|
3c0dfbab80
|
Improve logging code to dump more detaild rs object info. Fix bug with predefined elements not being recreated for contexts after one was destroyed. Add stricter type enforcement.
|
2009-09-27 17:50:38 -07:00 |
|
Jason Sams
|
768bc02d81
|
Implement more type checks on Allocations.
Add tracking for allocations created using the "sized" helper.
Add more param validation for data upload calls.
|
2009-09-21 19:41:04 -07:00 |
|
Jason Sams
|
2525a81522
|
Improve structure support using symbol lookup of named structures in scripts to allow them to appear as just pointers to structs.
|
2009-09-03 15:43:13 -07:00 |
|
Jason Sams
|
07ae406237
|
Implement async data/subData. Implement TriangleMeshBuilder in SimpleMesh which replaces TriangleMesh. Update Film to use new builder.
|
2009-08-27 20:23:34 -07:00 |
|
Jason Sams
|
7ce033d797
|
Cleanup of object destruction. No need to have a per-class destruction function. This was a legacy of the distant past when the classes did not have a common base.
|
2009-08-18 14:20:07 -07:00 |
|
Jason Sams
|
1bada8cd6e
|
Begin implementing SimpleMesh and fix some bugs with refcounting and java object destruction tracking.
|
2009-08-09 17:05:13 -07:00 |
|