Fixed transparent model rendering
Former-commit-id: da363be3b19951ae49996fe9d05998420e80911f
This commit is contained in:
@@ -60,6 +60,11 @@ NzVector3f NzView::GetEyePosition() const
|
||||
return GetPosition(nzCoordSys_Global);
|
||||
}
|
||||
|
||||
NzVector3f NzView::GetForward() const
|
||||
{
|
||||
return NzNode::GetForward();
|
||||
}
|
||||
|
||||
const NzFrustumf& NzView::GetFrustum() const
|
||||
{
|
||||
if (!m_frustumUpdated)
|
||||
|
||||
Reference in New Issue
Block a user