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

Extract renderer backend agnostic API in RenderGraph #35

Closed
mikialex opened this issue Aug 16, 2019 · 2 comments
Closed

Extract renderer backend agnostic API in RenderGraph #35

mikialex opened this issue Aug 16, 2019 · 2 comments
Labels
enhancement New feature or request

Comments

@mikialex
Copy link
Owner

support other renderer like threejs to use rendergraph freely

@mikialex mikialex added the enhancement New feature or request label Aug 16, 2019
@mikialex
Copy link
Owner Author

How to avoid use inner math lib? Its not decent to split container like vector4 to x, y, z, w.

@mikialex
Copy link
Owner Author

interface Vector4Like{
  x:number, y:number, z:number, w:number
}

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
enhancement New feature or request
Projects
None yet
Development

No branches or pull requests

1 participant