-
Notifications
You must be signed in to change notification settings - Fork 1.1k
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
program parameter current limitations #33
Comments
FYI - here's what cubemap defined as 6 images looks like in collada
Also possible to define as 1 image. |
If you have an example, I'm happy to provide input. Or should we expect to see this as part of your larger FX work? |
Is this duplicate with #40? |
yes it is. closing. |
Formatting changes for `componentType` and `type`
Currently a parameter has
type
s such asSAMPLER_2D
,FLOAT_VEC
etc...SAMPLER_2D
currently has an image property, it is too naive. we need to change this, we want to handle video too.Some more aspects to discuss:
During last discussion Remi proposed to bring back the surface concept from COLLADA.
In surface, "source" would have a different meaning than in COLLADA but I believe it wouldn't be confusing.
Also, currently parameter short-cut the indirection that COLLADA has for sampler.
And so far it looks fine this way.
I believe we should give a try at adding surface.
I'll attach soon a JSON example here.
The text was updated successfully, but these errors were encountered: