Skip to content

Instantly share code, notes, and snippets.

@r-ryantm
Created July 27, 2020 17:34
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save r-ryantm/69bb46fe6ec19c405d494befa3021a33 to your computer and use it in GitHub Desktop.
Save r-ryantm/69bb46fe6ec19c405d494befa3021a33 to your computer and use it in GitHub Desktop.
/nix/store/71ac5r62cag4hsxa760b83lfh1yii54y-gthree-0.9.0
├── lib
│   ├── girepository-1.0
│   │   ├── Gthree-1.0.typelib
│   │   └── GthreeGtk3-1.0.typelib
│   ├── libgthree-1.so -> libgthree-1.so.0
│   ├── libgthree-1.so.0 -> libgthree-1.so.0.909.1
│   ├── libgthree-1.so.0.909.1
│   ├── libgthree-gtk3-1.so -> libgthree-gtk3-1.so.0
│   ├── libgthree-gtk3-1.so.0 -> libgthree-gtk3-1.so.0.909.1
│   └── libgthree-gtk3-1.so.0.909.1
└── share
└── gthree-examples
├── models
│   ├── LeePerrySmith
│   │   ├── Infinite-Level_02_Disp_NoSmoothUV-4096.jpg
│   │   ├── Infinite-Level_02_Tangent_SmoothUV.jpg
│   │   ├── LeePerrySmith.glb
│   │   ├── LeePerrySmith_License.txt
│   │   ├── Map-COL.jpg
│   │   └── Map-SPEC.jpg
│   ├── LittlestTokyo.glb
│   ├── RobotExpressive.glb
│   ├── Soldier.glb
│   ├── Suzanne.js
│   └── WaterBottle.glb
└── textures
├── brick_bump.jpg
├── brick_diffuse.jpg
├── brick_roughness.jpg
├── crate.gif
├── cube
│   ├── Bridge2
│   │   ├── nx.jpg
│   │   ├── ny.jpg
│   │   ├── nz.jpg
│   │   ├── px.jpg
│   │   ├── py.jpg
│   │   └── pz.jpg
│   ├── Park2
│   │   ├── nx.jpg
│   │   ├── ny.jpg
│   │   ├── nz.jpg
│   │   ├── px.jpg
│   │   ├── py.jpg
│   │   └── pz.jpg
│   └── SwedishRoyalCastle
│   ├── nx.jpg
│   ├── ny.jpg
│   ├── nz.jpg
│   ├── px.jpg
│   ├── py.jpg
│   ├── pz.jpg
│   └── readme.txt
├── decal
│   ├── decal-diffuse.png
│   ├── decal-normal.jpg
│   └── LICENSE.TXT
├── disturb.jpg
├── gradient
│   ├── fiveTone.jpg
│   └── threeTone.jpg
├── sprite0.png
├── sprite1.png
├── sprite2.png
└── UV_Grid_Sm.jpg
13 directories, 52 files
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment