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

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