Ignore:
Timestamp:
Mar 13, 2013, 9:57:03 AM (12 years ago)
Author:
ldelgass
Message:

Fix camera reset for nanovis. Includes refactoring of vector/matrix classes
in nanovis to consolidate into vrmath library. Also add preliminary canonical
view control to clients for testing.

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/packages/vizservers/nanovis/NvParticleRenderer.cpp

    r3452 r3492  
    344344
    345345void
    346 NvParticleRenderer::setVectorField(unsigned int texID, const Vector3& origin,
     346NvParticleRenderer::setVectorField(unsigned int texID, const vrmath::Vector3f& origin,
    347347                                   float scaleX, float scaleY, float scaleZ,
    348348                                   float max)
Note: See TracChangeset for help on using the changeset viewer.