0

Load fbx file in helix 3D

Anonymous 10 years ago 0
This discussion was imported from CodePlex

charismatubagus wrote at 2013-01-18 11:32:

Hi All,

I am newbie in helix toolkit. I would like to load fbx file programmatically by using helix toolkit. How can I do that? So far this is my xaml file look like:


<Window x:Class="WPFHelixToolkit.MainWindow"
        xmlns="http://schemas.microsoft.com/winfx/2006/xaml/presentation"
        xmlns:x="http://schemas.microsoft.com/winfx/2006/xaml"
        Title="MainWindow" Height="350" Width="525" xmlns:h="http://helixtoolkit.codeplex.com">
    <Grid>
        <h:HelixViewport3D Height="311" HorizontalAlignment="Left" Name="helixViewport3D1" VerticalAlignment="Top" Width="503" >
            <h:FileModelVisual3D x:Name="model3D" >
            </h:FileModelVisual3D>
        </h:HelixViewport3D>
    </Grid>
</Window>

Please help me. Thank you. 


objo wrote at 2013-01-18 13:05:

Sorry, this library does not read fbx files. Try Autodesk's SDK at http://usa.autodesk.com/fbx/