| 148 | } |
| 149 | |
| 150 | void GeometryObject::LoadAsFile() |
| 151 | { |
| 152 | //XXX TODO |
| 153 | } |
| 154 | |
| 155 | void GeometryObject::TackVertex( int index, int attribute, float x, float y, float z, float w ) |
| 156 | { |
nothing calls this directly
no outgoing calls
no test coverage detected