first commit
This commit is contained in:
commit
ff7c974867
227 changed files with 12908 additions and 0 deletions
28
src/content/projects/firespline/index.mdx
Normal file
28
src/content/projects/firespline/index.mdx
Normal file
|
@ -0,0 +1,28 @@
|
|||
---
|
||||
title: "Firespline"
|
||||
description: "A fire animation test presented in a small cave scene."
|
||||
date: 2022-01-06
|
||||
updated: 2022-01-06
|
||||
image: { url: "troy-lusty-firespline.avif", alt: "Firespline frame" }
|
||||
tags: ["blender", "davinci resolve"]
|
||||
categories: ["personal"]
|
||||
---
|
||||
|
||||
import firespline from "firespline.webm";
|
||||
|
||||
Cycles and DaVinci Resolve (with assets from Blend Swap and ambientCG)
|
||||
This is fire animation test I did which I turned into a scene complete with reflected light on water and volumetrics.
|
||||
|
||||
<video preload="metadata" loop muted controls>
|
||||
<source src={firespline} type="video/webm" />
|
||||
</video>
|
||||
|
||||
_Animation_
|
||||
|
||||

|
||||
|
||||
_Extracted frame_
|
||||
|
||||
### Assets list
|
||||
|
||||
https://www.blendswap.com/blend/26395, https://ambientcg.com/view?id=Rock030, https://ambientcg.com/view?id=Ground033
|
Loading…
Add table
Add a link
Reference in a new issue