25 int resolution = 1024;
26 std::shared_ptr<Texture> texture =
nullptr;
27 std::shared_ptr<Material> material =
nullptr;
29 Eigen::Matrix4f PV = Eigen::Matrix4f::Identity();
30 std::array<Eigen::Matrix4f, 6> PVCube;
32 Eigen::Vector3f pos = Eigen::Vector3f::Zero();
33 float near_plane = 0.01f;
34 float far_plane = 32.0f;