15 ::ll::TypedStorage<8, 48, ::HashedString> mId;
16 ::ll::TypedStorage<4, 16, ::glm::qua<float>> mOrientation;
17 ::ll::TypedStorage<4, 12, ::glm::vec3> mPosition;
18 ::ll::TypedStorage<4, 4, float> mAspectRatio;
19 ::ll::TypedStorage<4, 4, float> mFieldOfView;
20 ::ll::TypedStorage<4, 4, float> mNearPlane;
21 ::ll::TypedStorage<4, 4, float> mFarPlane;
22 ::ll::TypedStorage<4, 64, ::Matrix> mPostViewTransform;
23 ::ll::TypedStorage<4, 64, ::Matrix> mSavedProjection;
24 ::ll::TypedStorage<4, 64, ::Matrix> mSavedModelView;