Skip to content

ArcheGraphics/Demo

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

12 Commits
 
 
 
 
 
 
 
 

Repository files navigation

Demo Effect

This repository is mainly used to save some effect gifs obtained by ArcheGraphics.

Features

GLTF Loader

Example about GLTF Loader GLTF Scene

GPU Skinning Animation with GLTF

Example can also load animation which control the tree of entities. GPU Skinning Animation limit the joint weight have only four component.

GPU Animation

Physics System

Example about Physics System which is based on PhysX. Collider, Joint, Character Controller are all wrapped as component which is more easy to use.

PhysX

PBR

Example use IBL to render basic pbr scene. The specular-map is generated by using compute shader. IBL

Shadow System

Example support multi-shadow from three kind of lights. All these based on ShadowMap.

  1. spot light: single shadow map
  2. directional light: cascaded shadow map(render four times)
  3. point light: shadow cube map (render six times)

Multi Shadow Cube Shadow from Point

Releases

No releases published

Packages

No packages published