Class MTFace


  • public class MTFace
    extends CFacade
    Generated facet for DNA struct type 'MTFace'.

    Class Documentation

    Blender Source Code

    Tessellation uv face data.

    • Field Detail

      • __DNA__SDNA_INDEX

        public static final int __DNA__SDNA_INDEX
        This is the sdna index of the struct MTFace.

        It is required when allocating a new block to store data for MTFace.

        See Also:
        StructDNA, BlockTable, Constant Field Values
      • __DNA__FIELD__uv

        public static final long[] __DNA__FIELD__uv
        Field descriptor (offset) for struct member 'uv'.

        Pointer Arithmetics

        This is how you get a reference on the corresponding field in the struct:

         MTFace mtface = ...;
         CPointer<Object> p = mtface.__dna__addressof(MTFace.__DNA__FIELD__uv);
         CPointer<CArrayFacade<CArrayFacade<Float>>> p_uv = p.cast(new Class[]{CArrayFacade.class, CArrayFacade.class, Float.class});
         

        Metadata

        • Field: 'uv'
        • Signature: 'float[4][2]'
        • Actual Size (32bit/64bit): 32/32
    • Constructor Detail

      • MTFace

        public MTFace​(long __address,
                      Block __block,
                      BlockTable __blockTable)
      • MTFace

        protected MTFace​(MTFace that)
    • Method Detail

      • __io__addressof

        public CPointer<MTFace> __io__addressof()
        Instantiates a pointer on this instance.