Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

[RFC] Pass list. #17

Open
AnneKitsune opened this issue Mar 7, 2018 · 2 comments
Open

[RFC] Pass list. #17

AnneKitsune opened this issue Mar 7, 2018 · 2 comments

Comments

@AnneKitsune
Copy link
Contributor

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
Copy link
Member

Rhuagh commented Mar 21, 2018

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

@fhaynes
Copy link
Member

fhaynes commented Jan 8, 2019

Transferring to RFC repo

@fhaynes fhaynes transferred this issue from amethyst/amethyst Jan 8, 2019
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

3 participants