feat(lines): line impl mostly done

Signed-off-by: Schmarni <marnistromer@gmail.com>
This commit is contained in:
Schmarni
2025-06-27 21:40:36 +02:00
parent 20d2917847
commit bd05d9068b
5 changed files with 177 additions and 24 deletions

View File

@@ -226,7 +226,6 @@ impl SkHand {
let material = materials.add(PbrMaterial {
color: Srgba::new(1.0, 1.0, 1.0, 1.0).into(),
alpha_mode: AlphaMode::Blend,
use_stereokit_uvs: false,
diffuse_texture: Some(GRADIENT_TEXTURE_HANDLE),
roughness: 1.0,
..default()