├── .gitignore ├── README.md ├── bedroom.blend ├── img ├── h.jpg ├── rendered.jpg └── rendered.png └── work-dir ├── final1.svg ├── rimochan-svg-init.svg └── 莉沫酱自慰图.png /.gitignore: -------------------------------------------------------------------------------- 1 | *.blend1 2 | -------------------------------------------------------------------------------- /README.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/sb-child/rimochan-home/HEAD/README.md -------------------------------------------------------------------------------- /bedroom.blend: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/sb-child/rimochan-home/HEAD/bedroom.blend -------------------------------------------------------------------------------- /img/h.jpg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/sb-child/rimochan-home/HEAD/img/h.jpg -------------------------------------------------------------------------------- /img/rendered.jpg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/sb-child/rimochan-home/HEAD/img/rendered.jpg -------------------------------------------------------------------------------- /img/rendered.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/sb-child/rimochan-home/HEAD/img/rendered.png -------------------------------------------------------------------------------- /work-dir/final1.svg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/sb-child/rimochan-home/HEAD/work-dir/final1.svg -------------------------------------------------------------------------------- /work-dir/rimochan-svg-init.svg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/sb-child/rimochan-home/HEAD/work-dir/rimochan-svg-init.svg -------------------------------------------------------------------------------- /work-dir/莉沫酱自慰图.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/sb-child/rimochan-home/HEAD/work-dir/莉沫酱自慰图.png --------------------------------------------------------------------------------