amethyst / rfcs

RFCs are documents that contain major plans and decisions for the engine
Apache License 2.0
32 stars 10 forks source link

[RFC] Pass list. #17

Open AnneKitsune opened 6 years ago

AnneKitsune commented 6 years ago

Here will be a list of passes that we want added to amethyst after hal is integrated. Only the ones not currently existing in amethyst will be in this list. In the comments, add a name and a description of the passes you would like to see added.

SHADER/PASS LIST

Name: Triplanar Description: Makes the UV move according to the world coordinates of the object. If you move the object, it gives the impression of the texture staying in the world space, by sliding over the mesh. This is mostly use for 2D seamless level building, and 3D user-made constructibles. It allows to have seamless "corners". If you have a wall on the x axis, and one on the z axis, and they both intersect each other, when viewing the texture from the anywhere it should always look seamless.

Name: LightingDebug Description: Shows light vectors and light levels.

[Rhuagh] Name: Wireframe Description: Only mesh lines are visible.

Name: PhysicsDebug Description: Wireframe for collision shapes. Show collision event normals. Shows velocity, momentum and force vectors.

Rhuagh commented 6 years ago

Physics debugging. Collision shape wire frame. Collision event normals. Velocity, momentum and force vectors.

fhaynes commented 5 years ago

Transferring to RFC repo