Class EntityRendererFeatures

  • java.lang.Object
    • com.aspose.threed.EntityRendererFeatures

  • public final class EntityRendererFeatures
    extends java.lang.Object
    The extra features that the entity renderer will provide
    • Field Summary

      Fields 
      Modifier and Type Field Description
      static byte DEFAULT
      No extra features
      static byte FRAME_BEGIN
      The EntityRenderer will watch for FrameBegin callback before rendering each scene frame
      static byte FRAME_END
      The EntityRenderer will watch for FrameBegin callback after rendering each scene frame
      static byte SHADOWMAP
      This renderer can work in shadowmap mode
    • Method Summary

      • Methods inherited from class java.lang.Object

        clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
    • Constructor Detail

      • EntityRendererFeatures

        public EntityRendererFeatures()