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

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