mirror of
https://github.com/AxioDL/metaforce.git
synced 2025-12-14 09:26:09 +00:00
Remove forRenderer from CGraphics PerspectiveProjectionMatrix
This commit is contained in:
@@ -86,8 +86,8 @@ void CLineRenderer::AddVertex(const zeus::CVector3f& position, const zeus::CColo
|
||||
return;
|
||||
|
||||
float adjWidth = width / 480.f;
|
||||
float w;
|
||||
zeus::CVector3f projPt = CGraphics::ProjectModelPointToViewportSpace(position, w);
|
||||
float w = 0.f;
|
||||
zeus::CVector3f projPt = {}; // CGraphics::ProjectModelPointToViewportSpace(position, w);
|
||||
|
||||
if (m_mode == EPrimitiveMode::LineLoop) {
|
||||
if (m_nextVert == 0) {
|
||||
|
||||
Reference in New Issue
Block a user