예제 #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);
 }