Skip to content

Commit

Permalink
Fix import
Browse files Browse the repository at this point in the history
  • Loading branch information
atlv24 committed Jan 25, 2024
1 parent 6bbb428 commit 93fed23
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions examples/3d/meshlet.rs
Original file line number Diff line number Diff line change
Expand Up @@ -6,12 +6,11 @@ mod camera_controller;
use bevy::{
pbr::{
meshlet::{MaterialMeshletMeshBundle, MeshletMesh, MeshletPlugin},
CascadeShadowConfigBuilder,
CascadeShadowConfigBuilder, DirectionalLightShadowMap,
},
prelude::*,
render::render_resource::AsBindGroup,
};
use bevy_internal::pbr::DirectionalLightShadowMap;
use camera_controller::{CameraController, CameraControllerPlugin};
use std::f32::consts::PI;

Expand Down

0 comments on commit 93fed23

Please sign in to comment.