In 3ds Max 2008,I add a object with the material of "DirectX Shader".
The fx file format is 3ds Max DXSAS (v0.8) (like as below,float value).
Now I want to add a combo UIWidet.
Could somebody tell how to add combo UIWidget in DXSAS format?
max only supports limited types of ui controls for shader
besides,their dxsas is buggy, sometimes can't display correct control you want.i'm not sure if it's fixed in the new max version.
anyway, instead dx document, you should look at max document for details, i remember the have nice articles abbout max dxsas
qrli: Re:How to write a combo widget in shader code
DXSAS is documented in DXSDK->DirectX9->Reference->Effect Reference->DirectX Standard An...
I had read the DirectX Graphics/DirectX 9/Reference/Effect Reference/DirectX Standard Annotations and Semantics Reference.
I think the ListPicker seems to be the control I want, but I do not know the syntax of ListPicker. Could somebody even use the ListPicker or know the syntax of ListPicker?