ModelVertex is unused and will probably never be used
This commit is contained in:
parent
e0e55c6883
commit
b9e200e070
@ -1,13 +1,6 @@
|
|||||||
use crate::integer::{Planar64,Planar64Vec3,Planar64Affine3};
|
use crate::integer::{Planar64,Planar64Vec3,Planar64Affine3};
|
||||||
pub type TextureCoordinate=glam::Vec2;
|
pub type TextureCoordinate=glam::Vec2;
|
||||||
pub type Color4=glam::Vec4;
|
pub type Color4=glam::Vec4;
|
||||||
|
|
||||||
pub struct ModelVertex {
|
|
||||||
pub pos:Planar64Vec3,
|
|
||||||
pub normal:Planar64Vec3,
|
|
||||||
pub tex:TextureCoordinate,
|
|
||||||
pub color:Color4,
|
|
||||||
}
|
|
||||||
#[derive(Clone,Hash,PartialEq,Eq)]
|
#[derive(Clone,Hash,PartialEq,Eq)]
|
||||||
pub struct IndexedVertex{
|
pub struct IndexedVertex{
|
||||||
pub pos:u32,
|
pub pos:u32,
|
||||||
|
Loading…
Reference in New Issue
Block a user