------------------------------ ModelComponentDesc::MakeData Create a model component from a descriptor
| 78 | // Create a model component from a descriptor |
| 79 | // |
| 80 | ModelComponent* ModelComponentDesc::MakeData() |
| 81 | { |
| 82 | return new ModelComponent(mesh, material); |
| 83 | } |
| 84 | |
| 85 | |
| 86 | } // namespace fw |
nothing calls this directly
no outgoing calls
no test coverage detected