Merge pull request #20 from acid-info/3d-adj

3d-objects staging with asccii only
This commit is contained in:
jeangovil
2023-06-01 23:56:34 +03:30
committed by GitHub
44 changed files with 1007 additions and 302 deletions
@@ -61,6 +61,13 @@ const config = {
defaultMode: 'dark',
disableSwitch: false,
},
navbar: {
// items: [
// {
// type: 'search',
// }
// ]
},
}),
}
@@ -34,14 +34,13 @@ import {
</HeroActions>
</HeroInfo>
<HeroModel
modelUrl="/hero/bulanding-generic-hand-01.glb"
layout="floating"
renderer="ascii"
initialX={-0.9831336272264352}
initialY={-0.14592188008227222}
rotateSpeed={0.1}
modelUrlHi="/hero/bust-hi.glb"
modelUrlLow="/hero/bust-lo-draco.glb"
modelId={'bust'}
mode={'simple'}
rotateSpeed={0.04}
asciiConfig={{
characters: ' .,:;ox%# ||| ||| waku @',
characters: ' w . a . k . u . & * ',
}}
/>
</Hero>

Some files were not shown because too many files have changed in this diff Show More