|
1 | 1 | use crate::{
|
2 |
| - environment_map, prepass, |
3 |
| - render::{ |
4 |
| - morph::{no_automatic_morph_batching, MorphIndices}, |
5 |
| - skin::no_automatic_skin_batching, |
6 |
| - }, |
7 |
| - EnvironmentMapLight, FogMeta, GlobalLightMeta, GpuFog, GpuLights, GpuPointLights, LightMeta, |
8 |
| - MaterialBindGroupId, NotShadowCaster, NotShadowReceiver, PreviousGlobalTransform, |
9 |
| - ScreenSpaceAmbientOcclusionTextures, Shadow, ShadowSamplers, ViewClusterBindings, |
10 |
| - ViewFogUniformOffset, ViewLightsUniformOffset, ViewShadowBindings, |
| 2 | + environment_map, prepass, EnvironmentMapLight, FogMeta, GlobalLightMeta, GpuFog, GpuLights, |
| 3 | + GpuPointLights, LightMeta, MaterialBindGroupId, NotShadowCaster, NotShadowReceiver, |
| 4 | + PreviousGlobalTransform, ScreenSpaceAmbientOcclusionTextures, Shadow, ShadowSamplers, |
| 5 | + ViewClusterBindings, ViewFogUniformOffset, ViewLightsUniformOffset, ViewShadowBindings, |
11 | 6 | CLUSTERED_FORWARD_STORAGE_BUFFER_COUNT, MAX_CASCADES_PER_LIGHT, MAX_DIRECTIONAL_LIGHTS,
|
12 | 7 | };
|
13 | 8 | use bevy_app::{Plugin, PostUpdate};
|
@@ -52,8 +47,10 @@ use bevy_transform::components::GlobalTransform;
|
52 | 47 | use bevy_utils::{tracing::error, HashMap, Hashed, PassHashMap};
|
53 | 48 |
|
54 | 49 | use crate::render::{
|
55 |
| - morph::{extract_morphs, prepare_morphs, MorphUniform}, |
56 |
| - skin::{extract_skins, prepare_skins, SkinUniform}, |
| 50 | + morph::{ |
| 51 | + extract_morphs, no_automatic_morph_batching, prepare_morphs, MorphIndices, MorphUniform, |
| 52 | + }, |
| 53 | + skin::{extract_skins, no_automatic_skin_batching, prepare_skins, SkinUniform}, |
57 | 54 | MeshLayouts,
|
58 | 55 | };
|
59 | 56 |
|
|
0 commit comments