Notifications
Clear all

[Closed] Holes on my procedure object models

procedure object generated by SDK , and have some holes on it .
If I convert it to editable poly/mesh . The holes disappeared right away , filled.
The question is why i had these holes and is there any way to avoid these holes before the conversion to mesh/poly ?

4 Replies

I find out what wrong .My holes was really due to my own coding problem . And anyway to change these buttons to my own one. Can I use swf file as my ui elements?

SWF – not easily, not directly.

You can use .NET ui elements, of course, (such as windows.forms.*) so if you have an SWF .NET control that exposes the underlying events in the SWF, you’d be in business.

Well , we have sucessfully make max respond to our controller which compiled by C#.
Good New!
and we gota find out how to display max-object-properties like “$box01.pos.x” in our controller.
It is hard to display this property lively when I move my box and “$box01.pos.x” change its value.
I find it really can not be done by “paramWire.connect2way”…ahaha

ahaha…I made it…


when transform $box01 changes do

test.f1.label1.Text = dotNetObject "system.String" ($box01.pos.x as string)