You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
In the project I work on we use texture coordinates to apply our textures without distortion(i dont use uv's because I have over thousand objects and unwraping each of them would take eternity, also to create 'fake' reflections using reflection output.
Is there any alternatives in blender that i can use to get those effects with nodes that are compatible with gltf.
The gem with 'fake reflection', images move in it like it is a reflection. I need to recreate this in gltf.
The text was updated successfully, but these errors were encountered:
Currently UV texture coordinates are required when using textures in glTF. I believe there are options to bake UVs in Blender, without manual unwrapping, so this doesn't necessarily have to take much time and can be automated. If there are alternatives to UVs that are both (1) supported in Blender, and (2) supported in realtime engines, perhaps something else could be proposed.
At the moment I think the closest proposal is #1889 (procedural textures) but it's a large proposal, and not finished or implemented anywhere yet.
In the project I work on we use texture coordinates to apply our textures without distortion(i dont use uv's because I have over thousand objects and unwraping each of them would take eternity, also to create 'fake' reflections using reflection output.
Is there any alternatives in blender that i can use to get those effects with nodes that are compatible with gltf.
The gem with 'fake reflection', images move in it like it is a reflection. I need to recreate this in gltf.
The text was updated successfully, but these errors were encountered: