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

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