Page 5 of 5 FirstFirst ... 345
Results 41 to 43 of 43

Thread: Blender export to M15 file format

  1. #41
    thinBasic MVPs Michael Hartlef's Avatar
    Join Date
    Sep 2006
    Location
    Germany
    Age
    58
    Posts
    3,299
    Rep Power
    348

    Re: Blender export to M15 file format

    yeah, make up something that you would think would be needed for a scene description.

  2. #42
    thinBasic MVPs kryton9's Avatar
    Join Date
    Nov 2006
    Location
    Naples, Florida & Duluth, Georgia
    Age
    68
    Posts
    3,865
    Rep Power
    405

    Ini example

    Mike here is an ini example I wrote tonight.

    It is straightforward. It is just long because I assign and then print back the data to the console window.
    There are no error checks or anything.

    But it will assign values to the variables,
    Save them to an ini file in the app path

    Read back the data from the ini file

    and display it on the screen.

    To see how it works in tbgl, you can look at my last modelviewer code.
    I used ini files to write out that data and to load it the next time a user uses the app again.
    It worked well and that is what really sold me on ini.

    If you want to write a comparison xml version it would be neat to see the difference.
    And if any benefits.

    Anyways here is the script attached. It is a console application for simplicity.
    Attached Files Attached Files
    Acer Notebook: Win 10 Home 64 Bit, Core i7-4702MQ @ 2.2Ghz, 12 GB RAM, nVidia GTX 760M and Intel HD 4600
    Raspberry Pi 3: Raspbian OS use for Home Samba Server and Test HTTP Server

  3. #43
    thinBasic MVPs Michael Hartlef's Avatar
    Join Date
    Sep 2006
    Location
    Germany
    Age
    58
    Posts
    3,299
    Rep Power
    348

    Re: Blender export to M15 file format

    Thanks Kent.

Page 5 of 5 FirstFirst ... 345

Similar Threads

  1. Blender export to M15 file format
    By Michael Hartlef in forum M15 file format
    Replies: 15
    Last Post: 24-02-2007, 15:16

Members who have read this thread: 0

There are no members to list at the moment.

Posting Permissions

  • You may not post new threads
  • You may not post replies
  • You may not post attachments
  • You may not edit your posts
  •