we gucci
This commit is contained in:
@@ -36,6 +36,7 @@ class DeltaVector3 {
|
||||
float dotProduct(const DeltaVector3 &vec) const;
|
||||
float angleTo(const DeltaVector3 &vec) const;
|
||||
float length() const;
|
||||
DeltaVector3 crossProduct(const DeltaVector3 &vec) const;
|
||||
};
|
||||
|
||||
|
||||
@@ -59,6 +60,7 @@ struct DeltaModelConnector {
|
||||
struct DeltaRenderTriangle {
|
||||
DeltaVertex a, b, c;
|
||||
std::string texID;
|
||||
DeltaVector3 normal;
|
||||
};
|
||||
|
||||
struct DeltaModel {
|
||||
|
||||
Reference in New Issue
Block a user