public ParticleCapturer(AlembicExporter exp, ComponentCapturer parent, ParticleSystem target) : base(exp, parent, target) { m_abc = parent.abc.NewPoints(target.name); m_target = target; m_prop_rotatrions = m_abc.NewProperty("rotation", aePropertyType.Float4Array); }
[DllImport("abci")] public static extern void aePropertyWriteScalarSample(aeProperty prop, ref Matrix4x4 data);
[DllImport("abci")] public static extern void aePropertyWriteScalarSample(aeProperty prop, IntPtr data);
[DllImport("abci")] public static extern void aePropertyWriteArraySample(aeProperty prop, IntPtr data, int num_data);