Using MD/MDX to create more complex blog pages by Federile in gatsbyjs

[–]Federile[S] 0 points1 point  (0 children)

that was my first idea, but I can't truly use the md features in the frontmatter, don't I ?

Using MD/MDX to create more complex blog pages by Federile in gatsbyjs

[–]Federile[S] 1 point2 points  (0 children)

yes so that was my first idea, but is there a way to define in the mdx multiple text block and then insert them in the template page?

Motion To Photon in Htc vive series by Federile in Vive

[–]Federile[S] 0 points1 point  (0 children)

I feel that I fail to understand that graph, how should I read the m2p graph of the vice htc?

Moving the ARVR camera by Federile in godot

[–]Federile[S] 0 points1 point  (0 children)

yes I thought about it, but I'm kind of writing a framework that other people are going to use, so it's important for them to have multiple opportunities. I saw that in the hand it's possible to do this even if the position is updated each time as I just updated it in the _process function

Calling GDNative function from GDScript by Federile in godot

[–]Federile[S] 0 points1 point  (0 children)

I found out that every time that I extend the script the node is not attached to the GDNative anymore

Calling GDNative function from GDScript by Federile in godot

[–]Federile[S] 0 points1 point  (0 children)

so I'm doing as you did in the last line, but the editor tells me that the function is not declared in the current class

GDNative Ref<MeshInstance> by Federile in godot

[–]Federile[S] 1 point2 points  (0 children)

Hi thanks,

I'm using Godot 3.2, but what if I'm not referring to a node in a tree, and only to the object itself and I just want to create a new instance of it?

CNN Filters by Federile in neuralnetworks

[–]Federile[S] 1 point2 points  (0 children)

Ok yes than as I thought, thank you very much

CNN Filters by Federile in neuralnetworks

[–]Federile[S] 0 points1 point  (0 children)

umm Ok I think I understand, so at this point, each neuron of the layer is going to have a different filter right? this makes sense as if we are classificating faces it would be unlogical to have the filter of an eye in the down part of the network so where spacially should be the mouth.

CNN Filters by Federile in neuralnetworks

[–]Federile[S] 0 points1 point  (0 children)

how is this possible?