Searched refs:bindPos (Results 1 – 2 of 2) sorted by relevance
314 VertexBuffer bindPos = new VertexBuffer(Type.BindPosePosition); in generateBindPose() local315 bindPos.setupData(Usage.CpuOnly, in generateBindPose()319 setBuffer(bindPos); in generateBindPose()
164 VertexBuffer bindPos = mesh.getBuffer(Type.BindPosePosition); in resetToBind() local170 FloatBuffer bpb = (FloatBuffer) bindPos.getData(); in resetToBind()