Package engine.base

Examples of engine.base.Vector3.mult_add_ip()


    m_CamONB.put(5, v.z);
    m_CamONB.put(6, w.x);
    m_CamONB.put(7, w.y);
    m_CamONB.put(8, w.z);
   
    eye.mult_add_ip(params.camDist.get(), w);

    ARBShaderObjects.glUniform3fARB(u_WS_EyePos_loc, eye.x, eye.y, eye.z);
    ARBShaderObjects.glUniformMatrix3ARB(u_CameraONB_loc, false, m_CamONB);
  }
 
View Full Code Here

TOP
Copyright © 2018 www.massapi.com. All rights reserved.
All source code are property of their respective owners. Java is a trademark of Sun Microsystems, Inc and owned by ORACLE Inc. Contact coftware#gmail.com.