We use cookies to ensure that we give you the best experience on our website. If you continue to use this site we will assume that you are happy with it.

lightcube

Forum Replies Created

Viewing 5 posts - 1 through 5 (of 5 total)
  • Author
    Posts
  • in reply to: Custom Attributes #4082
    lightcube
    Customer

    Thanks Yuri. I would be ecstatic if you could implement the methods described in my email as it would make setting up game functions easier (and I’ve already implemented those properties and methods into my tools in hopeful anticipation).

    As for using the generic user defined data (which I did not consider in script I sent), I’d suggest making a requirement to prefix the user prop variables such:

    iVerge3d_% = intVal
    fVerge3d_% = floatVal
    bVerge3d_% = boolVal
    Etc.

    The reason being is that userprop data has no consistent data types.

    So in userprop you would see:

    iVerge3d_Hitpoints = 24
    iVerge3d_Age = 42
    fVerge3d_Speed = 55.4
    bVerge3d_IsCool = true
    isOn = 0
    isWall = false
    randomInfo = Don’t Panic

    In this case only the first four would export. Maybe an optional value for exporting ALL userprop data. Having the user control what variables are exported will ensure they don’t export any sensitive information that they didn’t expect.

    Also, the isOn param you can see is ambiguous. Did user mean Integer or Boolean? So if the optional ALL data is used, you’ll have to figure a method of smartly choosing data type.

    _________________
    Shawn Olson
    Developer of Wall Worm

    in reply to: Move Camera with WASD #4060
    lightcube
    Customer

    Excellent. Thank you.

    _________________
    Shawn Olson
    Developer of Wall Worm

    in reply to: DirectX Shaders #4034
    lightcube
    Customer

    Thanks Alexander. I understand that supporting any/all DX Shaders may be too much. But I think that it wouldn’t be too much to support at least the specific one that Max defaults to as it is similar enough to the parameters supported with a Standard material.

    _________________
    Shawn Olson
    Developer of Wall Worm

    in reply to: DirectX Shaders #4022
    lightcube
    Customer

    I see.

    One thing I’d like to see is support for converting these materials when exported:

    • Blend Material
    • DirectX Shader using the StandardFX11.fx that comes with Max.

    It would be nice if the converter could at least turn these two types into OpenGL shaders .

    _________________
    Shawn Olson
    Developer of Wall Worm

    lightcube
    Customer

    :good:

    _________________
    Shawn Olson
    Developer of Wall Worm

Viewing 5 posts - 1 through 5 (of 5 total)