feat: track images with git lfs
This commit is contained in:
18
src/content/blog/speed_scene_03/index.en.mdx
Normal file
18
src/content/blog/speed_scene_03/index.en.mdx
Normal file
@@ -0,0 +1,18 @@
|
||||
---
|
||||
title: "Speed_Scene_03"
|
||||
date: 2017-02-03
|
||||
headerImg: "images/Render_04.png"
|
||||
comments: true
|
||||
---
|
||||
|
||||
import Image from "@components/Image.astro"
|
||||
import Render04 from "./images/Render_04.png";
|
||||
import Render05 from "./images/Render_05-2.png";
|
||||
|
||||
<Image src={Render04} alt="Speed_Scene_03" />
|
||||
|
||||
After some corrections, (thanks /r/blender).
|
||||
|
||||
<Image src={Render05} alt="Speed_Scene_03" />
|
||||
|
||||
Basically a small exercise to improve my skills with architecture scenes. Here is the original scene, I took a template to not spend time with concept work.
|
||||
Reference in New Issue
Block a user