Examples of FaceData


Examples of com.ngt.jopenmetaverse.shared.sim.rendering.FaceData

    {
      TextureEntryFace teFace = prim.Textures.GetFace(j);
      if (teFace == null) continue;

      Face face = rprim.Faces.get(j);
      FaceData data = new FaceData();
      data.TextureInfo.TextureID = teFace.getTextureID();
      data.BoundingVolume.CreateBoundingVolume(face, prim.Scale);
      rprim.BoundingVolume.AddVolume(data.BoundingVolume, prim.Scale);

      // With linear texture animation in effect, texture repeats and offset are ignored
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.