15#include <lagrange/ui/types/Texture.h>
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;
Lagrange UI Viewer and mini 3D engine.
Definition: AcceleratedPicking.h:22
Main namespace for Lagrange.
Definition: AABBIGL.h:30
Definition: ShadowMap.h:24