chore: change readme to reflect the actual project

This commit is contained in:
Gerard Gascón 2025-02-02 23:47:25 +01:00
parent f5c1616018
commit 6fbc7c3259
5 changed files with 29 additions and 20 deletions

6
.idea/git_toolbox_blame.xml generated Normal file
View file

@ -0,0 +1,6 @@
<?xml version="1.0" encoding="UTF-8"?>
<project version="4">
<component name="GitToolBoxBlameSettings">
<option name="version" value="2" />
</component>
</project>

8
.idea/indexLayout.xml generated Normal file
View file

@ -0,0 +1,8 @@
<?xml version="1.0" encoding="UTF-8"?>
<project version="4">
<component name="UserContentModel">
<attachedFolders />
<explicitIncludes />
<explicitExcludes />
</component>
</project>

7
.idea/projectSettingsUpdater.xml generated Normal file
View file

@ -0,0 +1,7 @@
<?xml version="1.0" encoding="UTF-8"?>
<project version="4">
<component name="RiderProjectSettingsUpdater">
<option name="singleClickDiffPreview" value="1" />
<option name="vcsConfiguration" value="3" />
</component>
</project>

6
.idea/vcs.xml generated Normal file
View file

@ -0,0 +1,6 @@
<?xml version="1.0" encoding="UTF-8"?>
<project version="4">
<component name="VcsDirectoryMappings">
<mapping directory="$PROJECT_DIR$" vcs="Git" />
</component>
</project>

View file

@ -1,21 +1,3 @@
# Pixel3D : A Custom Render Pipeline for Unity # Kastëll
Pixel3D is a custom render pipeline for Unity that aims to provide a simple and efficient way to render pixel art in 3D. It is designed to be easy to use and to provide a good balance between performance and visual quality. A game made for the Calçotada Jam 2025
https://github.com/grahamcracker1234/pixel-3d/assets/16179442/f3c9677b-c42e-433d-bd24-47d0c9dc17a0
## Info
Made for Unity 2022 LTS.
## Available Test Scenes:
* **BushScene**: Demonstrates the foliage shader to generate leaves on 3D meshes.
* **CelScene**: Demonstrates the cel shader that should be used.
* **FullScene**: Demonstrates a full complete forest scene, as one would make for a game.
* **FullSceneBase**: Demonstrates the same scene as *FullScene* but without Pixel3D custom render pipeline.
* **GrassScene**: Demonstrates a small scene with instanced grass.
* **GrassSceneLarge**: Demonstrates a larger scene with instanced grass that uses chunking and frustum culling.
* **PixelOutlineScene**: Demonstrates the pixel-perfect outline shader.
* **WaterScene**: Demonstrates a small scene with water.
* **WaterSceneLarger**: Demonstrates a larger scene with water.