Exemplo n.º 1
0
 [DllImport("abci")] public static extern void       aiPointsSetSort(aiSchema schema, Bool v);
Exemplo n.º 2
0
 [DllImport("abci")] public static extern void       aiEnableFileLog(Bool on, string path);
Exemplo n.º 3
0
 [DllImport("abci")] public static extern void       aiPolyMeshGetSampleSummary(aiSample sample, ref aiMeshSampleSummary summary, Bool forceRefresh);
Exemplo n.º 4
0
        static void SampleCallback(IntPtr __this, AbcAPI.aiSample sample, Bool topologyChanged)
        {
            var _this = GCHandle.FromIntPtr(__this).Target as AlembicElement;

            _this.AbcSampleUpdated(sample, topologyChanged);
        }
Exemplo n.º 5
0
 [DllImport("abci")] static extern void aiPointsSetSort(IntPtr schema, Bool v);
Exemplo n.º 6
0
 [DllImport("abci")] static extern void aiObjectSetEnabled(IntPtr obj, Bool v);
Exemplo n.º 7
0
 [DllImport("abci")] static extern void aePropertyWriteScalarSample(IntPtr self, ref Bool data);
Exemplo n.º 8
0
 public void WriteScalarSample(ref Bool data)
 {
     aePropertyWriteScalarSample(self, ref data);
 }