forked from turanszkij/WickedEngine
-
Notifications
You must be signed in to change notification settings - Fork 1
/
features.txt
84 lines (83 loc) · 2.54 KB
/
features.txt
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
Feature list
------------
DirectX 11 renderer
DirectX 12 renderer
Vulkan renderer
Image rendering,animation : 2D,3D space
Font rendering (True Type)
TCP Networking
[removed since 0.21] Blender-exporter: 3D meshes,objects,armatures,animation,materials,lights,hitspheres,wind,world info,dynamic cameras,ribbon trails,particle systems
3D vertex mesh rendering
Keyframe-based skeletal animation for 3D meshes (skinning on CPU or GPU), objects and lights
Skeletal animation blending (transition blending, additive blending)
Physically based materials
Animated texturing
Normal mapping
Displacement mapping
Parallax occlusion mapping
Real time planar reflections
Cube map reflections (static and real time)
Refractions (simple refractions, glossy refractions)
Interactive Water
Gaussian Blur
Bloom
Edge outline
Motion Blur
Lens Flare
Light shafts
Depth of field
Multithreaded rendering on DX11-level hardware (Deferred device contexts)
Tessellation (silhouette smoothing, displacement mapping)
GPU-based particles (emit from point, mesh, animated mesh)
Soft particles
Hair particle systems (grass/vegetation)
Instanced rendering
MSAA (Forward rendering only), FXAA, Supersampling
Deferred shading
Directional lights + cascaded shadow maps
Spotlights + shadow maps
Point lights + shadow cubemaps
Diffuse, specular lighting for all lights
Soft shadows
[removed] Rigid body physics simulation (HAVOK) [PRIVATE]
Rigid body physics simulation (BULLET)
Soft body physics simulation (BULLET)
3D Audio (Xaudio2)
Input: Windows Keyboard,Windows Mouse,DirectInput(Joypad,Keyboard,Mouse),XINPUT(Joypad)
Backlog: log,input,scripting
Gamma correction
Resource Manager
Screen Space Ambient Occlusion
Screen Space Reflections
Skin shader (Subsurface scattering)
Stencil layering
Deferred decals
Color Grading
Lua Scripting
Dynamic environment mapping
Impostor system
Tiled forward (Forward+) rendering (+2.5D culling)
Occlusion culling with gpu queries
Texture atlas packing
Tiled decals
Area lights: Sphere, Disc, Rectangle, Tube
Frame Profiler
Real time Voxelization on the GPU
Real time Voxel Global Illumination (two light bounces)
Real time Voxel Cone traced reflections
Temporal Antialiasing
Tiled deferred rendering
Huge draw distance support with reversed Z-buffer
Force Fields GPU simulation
Particle - Depth Buffer collisions
Ocean simulation (FFT)
Translucent shadows
Refraction caustics
Local parallax-corrected environment maps
Volumetric light scattering
Smooth Particle Hydrodynamics (SPH) Fluid Simulation
GPU Path Tracing
Entity-Component System
Lightmaps
Lightmap baking with GPU Path Trace
Job system