├── LICENSE.md ├── README.md ├── docs ├── .gdignore └── eye.jpg ├── maps ├── showcase.glb ├── showcase.glb.import └── showcase.tscn ├── materials ├── eye_colorized.tres ├── eye_occlusion.tres ├── eye_simple.tres ├── eye_textured.tres └── skin_light.tres ├── plugin.cfg ├── plugin.gd ├── shaders ├── eye.gdshaderinc ├── eye_colorized.gdshader ├── eye_occlusion.gdshader ├── eye_simple.gdshader ├── eye_textured.gdshader └── skin.gdshader └── textures ├── eye_tangent.webp ├── eye_tangent.webp.import ├── iris_color_amber.webp ├── iris_color_amber.webp.import ├── iris_color_blue.webp ├── iris_color_blue.webp.import ├── iris_color_brown.webp ├── iris_color_brown.webp.import ├── iris_color_gray.webp ├── iris_color_gray.webp.import ├── iris_color_green.webp ├── iris_color_green.webp.import ├── iris_color_hazel.webp ├── iris_color_hazel.webp.import ├── iris_color_mask.webp ├── iris_color_mask.webp.import ├── iris_depth.webp ├── iris_depth.webp.import ├── iris_displacement.webp ├── iris_displacement.webp.import ├── sclera_color.webp ├── sclera_color.webp.import ├── sclera_normal.webp └── sclera_normal.webp.import /LICENSE.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/RoboPoets/digital_human/HEAD/LICENSE.md -------------------------------------------------------------------------------- /README.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/RoboPoets/digital_human/HEAD/README.md -------------------------------------------------------------------------------- /docs/.gdignore: -------------------------------------------------------------------------------- 1 | -------------------------------------------------------------------------------- /docs/eye.jpg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/RoboPoets/digital_human/HEAD/docs/eye.jpg -------------------------------------------------------------------------------- /maps/showcase.glb: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/RoboPoets/digital_human/HEAD/maps/showcase.glb -------------------------------------------------------------------------------- /maps/showcase.glb.import: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/RoboPoets/digital_human/HEAD/maps/showcase.glb.import -------------------------------------------------------------------------------- /maps/showcase.tscn: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/RoboPoets/digital_human/HEAD/maps/showcase.tscn -------------------------------------------------------------------------------- /materials/eye_colorized.tres: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/RoboPoets/digital_human/HEAD/materials/eye_colorized.tres -------------------------------------------------------------------------------- /materials/eye_occlusion.tres: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/RoboPoets/digital_human/HEAD/materials/eye_occlusion.tres -------------------------------------------------------------------------------- /materials/eye_simple.tres: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/RoboPoets/digital_human/HEAD/materials/eye_simple.tres -------------------------------------------------------------------------------- /materials/eye_textured.tres: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/RoboPoets/digital_human/HEAD/materials/eye_textured.tres -------------------------------------------------------------------------------- /materials/skin_light.tres: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/RoboPoets/digital_human/HEAD/materials/skin_light.tres -------------------------------------------------------------------------------- /plugin.cfg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/RoboPoets/digital_human/HEAD/plugin.cfg -------------------------------------------------------------------------------- /plugin.gd: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/RoboPoets/digital_human/HEAD/plugin.gd -------------------------------------------------------------------------------- /shaders/eye.gdshaderinc: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/RoboPoets/digital_human/HEAD/shaders/eye.gdshaderinc -------------------------------------------------------------------------------- /shaders/eye_colorized.gdshader: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/RoboPoets/digital_human/HEAD/shaders/eye_colorized.gdshader -------------------------------------------------------------------------------- /shaders/eye_occlusion.gdshader: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/RoboPoets/digital_human/HEAD/shaders/eye_occlusion.gdshader -------------------------------------------------------------------------------- /shaders/eye_simple.gdshader: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/RoboPoets/digital_human/HEAD/shaders/eye_simple.gdshader -------------------------------------------------------------------------------- /shaders/eye_textured.gdshader: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/RoboPoets/digital_human/HEAD/shaders/eye_textured.gdshader -------------------------------------------------------------------------------- /shaders/skin.gdshader: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/RoboPoets/digital_human/HEAD/shaders/skin.gdshader -------------------------------------------------------------------------------- /textures/eye_tangent.webp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/RoboPoets/digital_human/HEAD/textures/eye_tangent.webp -------------------------------------------------------------------------------- /textures/eye_tangent.webp.import: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/RoboPoets/digital_human/HEAD/textures/eye_tangent.webp.import -------------------------------------------------------------------------------- /textures/iris_color_amber.webp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/RoboPoets/digital_human/HEAD/textures/iris_color_amber.webp -------------------------------------------------------------------------------- /textures/iris_color_amber.webp.import: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/RoboPoets/digital_human/HEAD/textures/iris_color_amber.webp.import -------------------------------------------------------------------------------- /textures/iris_color_blue.webp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/RoboPoets/digital_human/HEAD/textures/iris_color_blue.webp -------------------------------------------------------------------------------- /textures/iris_color_blue.webp.import: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/RoboPoets/digital_human/HEAD/textures/iris_color_blue.webp.import -------------------------------------------------------------------------------- /textures/iris_color_brown.webp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/RoboPoets/digital_human/HEAD/textures/iris_color_brown.webp -------------------------------------------------------------------------------- /textures/iris_color_brown.webp.import: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/RoboPoets/digital_human/HEAD/textures/iris_color_brown.webp.import -------------------------------------------------------------------------------- /textures/iris_color_gray.webp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/RoboPoets/digital_human/HEAD/textures/iris_color_gray.webp -------------------------------------------------------------------------------- /textures/iris_color_gray.webp.import: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/RoboPoets/digital_human/HEAD/textures/iris_color_gray.webp.import -------------------------------------------------------------------------------- /textures/iris_color_green.webp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/RoboPoets/digital_human/HEAD/textures/iris_color_green.webp -------------------------------------------------------------------------------- /textures/iris_color_green.webp.import: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/RoboPoets/digital_human/HEAD/textures/iris_color_green.webp.import -------------------------------------------------------------------------------- /textures/iris_color_hazel.webp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/RoboPoets/digital_human/HEAD/textures/iris_color_hazel.webp -------------------------------------------------------------------------------- /textures/iris_color_hazel.webp.import: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/RoboPoets/digital_human/HEAD/textures/iris_color_hazel.webp.import -------------------------------------------------------------------------------- /textures/iris_color_mask.webp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/RoboPoets/digital_human/HEAD/textures/iris_color_mask.webp -------------------------------------------------------------------------------- /textures/iris_color_mask.webp.import: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/RoboPoets/digital_human/HEAD/textures/iris_color_mask.webp.import -------------------------------------------------------------------------------- /textures/iris_depth.webp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/RoboPoets/digital_human/HEAD/textures/iris_depth.webp -------------------------------------------------------------------------------- /textures/iris_depth.webp.import: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/RoboPoets/digital_human/HEAD/textures/iris_depth.webp.import -------------------------------------------------------------------------------- /textures/iris_displacement.webp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/RoboPoets/digital_human/HEAD/textures/iris_displacement.webp -------------------------------------------------------------------------------- /textures/iris_displacement.webp.import: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/RoboPoets/digital_human/HEAD/textures/iris_displacement.webp.import -------------------------------------------------------------------------------- /textures/sclera_color.webp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/RoboPoets/digital_human/HEAD/textures/sclera_color.webp -------------------------------------------------------------------------------- /textures/sclera_color.webp.import: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/RoboPoets/digital_human/HEAD/textures/sclera_color.webp.import -------------------------------------------------------------------------------- /textures/sclera_normal.webp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/RoboPoets/digital_human/HEAD/textures/sclera_normal.webp -------------------------------------------------------------------------------- /textures/sclera_normal.webp.import: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/RoboPoets/digital_human/HEAD/textures/sclera_normal.webp.import --------------------------------------------------------------------------------