Danilo

Forum Replies Created

Viewing 15 posts - 31 through 45 (of 145 total)
  • Author
    Posts
  • in reply to: Minimal mojo3d torus example #15827

    Danilo
    Participant

    It’s pretty interesting. 😉

     

    Running on iPad Pro:

    in reply to: 3D Animation in Monkey-X2 #15826

    Danilo
    Participant

    Here is another test for loading animated 3d models:
    http://monkeycoder.co.nz/forums/topic/loading-animated-3d-models/

    in reply to: 3D Animation in Monkey-X2 #15818

    Danilo
    Participant

    Hello En929,

    Monkey2 supports animations. Download latest Monkey2 and run the following examples:
    – Monkey2/modules/mojo3d-loaders/tests/ninja.monkey2
    – Monkey2/modules/mojo3d-loaders/tests/turtle.monkey2

    Monkey2 is using Assimp for import/export 3D models/scenes. See HERE for supported file formats.

    Also look at the other examples:
    – Monkey2/modules/mojo3d/tests

    in reply to: possible virus #15706

    Danilo
    Participant

    In many virus scanners you can add a folder (“C:\Monkey2-v2018.09\”) for exclusion from scanning.

    Exlude folder in BitDefender

    If your development tools (C++ compiler, linker, libs) or system could be infected, this could infect your compiled programs as well. If that’s not the case, you can exclude your source folders.

    in reply to: Monkey2 blog posts: Behaviours #15702

    Danilo
    Participant

    Really nice, @druggedbunny! 🙂

    in reply to: macOS requirements #15614

    Danilo
    Participant

    Thanks @sekaichi! Sounds a bit complicated… 😀

    in reply to: How is it going? #11378

    Danilo
    Participant

    Sounds good. I‘m glad everything is going well… 👍

    in reply to: the first thing I plan with mojo3d is #9082

    Danilo
    Participant

    @gfk: Patreon supporters got e-mail with the download link, 5 days ago.

    in reply to: Multidimensional Arrays and Copyto? #8930

    Danilo
    Participant

    So @abakobo was right with his way of copying everything.

    We can make this for 3 dimensions:

    in reply to: Multidimensional Arrays and Copyto? #8926

    Danilo
    Participant

    @pakz:
    Looks like this is not a real copy:

    in reply to: Structs and foreach loops #8923

    Danilo
    Participant

    List extension ‘ForEach’ & ‘ForEachBackwards’ for use with structs:

    in reply to: Returning a list from method #8908

    Danilo
    Participant

    Both should use the same node class, yes.

    in reply to: Returning a list from method #8906

    Danilo
    Participant

    How is the type of i.path declared? It should use same, List<Node> or NodeList alias.

    Because the type of i.path is already known, you can’t use operator := there.

    EDIT:
    Looks like you are using 2 different Classes! pathfinder.pathnode and unit.pathnode –
    can’t you use one pathnode for both?

    in reply to: Multidimensional Arrays and Copyto? #8904

    Danilo
    Participant

    Could you use this?

    If you mean multimensional [10,10] arrays, I don’t know.

    in reply to: Returning a list from method #8903

    Danilo
    Participant

    Using List<Node> directly:

    Using an Alias:

Viewing 15 posts - 31 through 45 (of 145 total)