<?xml version="1.0"?>
<feed xmlns="http://www.w3.org/2005/Atom" xml:lang="en-GB">
	<id>https://wiki.crumbledworld.com/index.php?action=history&amp;feed=atom&amp;title=Node2DMesh</id>
	<title>Node2DMesh - Revision history</title>
	<link rel="self" type="application/atom+xml" href="https://wiki.crumbledworld.com/index.php?action=history&amp;feed=atom&amp;title=Node2DMesh"/>
	<link rel="alternate" type="text/html" href="https://wiki.crumbledworld.com/index.php?title=Node2DMesh&amp;action=history"/>
	<updated>2026-04-21T23:14:46Z</updated>
	<subtitle>Revision history for this page on the wiki</subtitle>
	<generator>MediaWiki 1.41.4</generator>
	<entry>
		<id>https://wiki.crumbledworld.com/index.php?title=Node2DMesh&amp;diff=89&amp;oldid=prev</id>
		<title>Anders: Created page with &quot;{{:Node2DMeshExampleCode}}  ==Inheritance== Render2DNode  ==Constructor== {| class=&quot;wikitable&quot; !|function !|description |- |Node2DMesh() | |- |}  ==Functions== {| class=&quot;wikitable&quot; !|return !|function !|description |- | |clearMesh() | |- | |compile() | |- |Vec4 |getVertexColor(int index) | |- |Vec3 |getVertexPosition(int ind...&quot;</title>
		<link rel="alternate" type="text/html" href="https://wiki.crumbledworld.com/index.php?title=Node2DMesh&amp;diff=89&amp;oldid=prev"/>
		<updated>2025-07-05T14:17:36Z</updated>

		<summary type="html">&lt;p&gt;Created page with &amp;quot;{{:Node2DMeshExampleCode}}  ==Inheritance== &lt;a href=&quot;/index.php/Render2DNode&quot; title=&quot;Render2DNode&quot;&gt;Render2DNode&lt;/a&gt;  ==Constructor== {| class=&amp;quot;wikitable&amp;quot; !|function !|description |- |Node2DMesh() | |- |}  ==Functions== {| class=&amp;quot;wikitable&amp;quot; !|return !|function !|description |- | |&lt;a href=&quot;/index.php?title=Node2DMesh:clearMesh()&amp;amp;action=edit&amp;amp;redlink=1&quot; class=&quot;new&quot; title=&quot;Node2DMesh:clearMesh() (page does not exist)&quot;&gt;clearMesh&lt;/a&gt;() | |- | |&lt;a href=&quot;/index.php?title=Node2DMesh:compile()&amp;amp;action=edit&amp;amp;redlink=1&quot; class=&quot;new&quot; title=&quot;Node2DMesh:compile() (page does not exist)&quot;&gt;compile&lt;/a&gt;() | |- |&lt;a href=&quot;/index.php/Vec4&quot; title=&quot;Vec4&quot;&gt;Vec4&lt;/a&gt; |&lt;a href=&quot;/index.php?title=Node2DMesh:getVertexColor(int_index)&amp;amp;action=edit&amp;amp;redlink=1&quot; class=&quot;new&quot; title=&quot;Node2DMesh:getVertexColor(int index) (page does not exist)&quot;&gt;getVertexColor&lt;/a&gt;(int index) | |- |&lt;a href=&quot;/index.php/Vec3&quot; title=&quot;Vec3&quot;&gt;Vec3&lt;/a&gt; |&lt;a href=&quot;/index.php?title=Node2DMesh:getVertexPosition(int_index)&amp;amp;action=edit&amp;amp;redlink=1&quot; class=&quot;new&quot; title=&quot;Node2DMesh:getVertexPosition(int index) (page does not exist)&quot;&gt;getVertexPosition&lt;/a&gt;(int ind...&amp;quot;&lt;/p&gt;
&lt;p&gt;&lt;b&gt;New page&lt;/b&gt;&lt;/p&gt;&lt;div&gt;{{:Node2DMeshExampleCode}}&lt;br /&gt;
&lt;br /&gt;
==Inheritance==&lt;br /&gt;
[[Render2DNode]]&lt;br /&gt;
&lt;br /&gt;
==Constructor==&lt;br /&gt;
{| class=&amp;quot;wikitable&amp;quot;&lt;br /&gt;
!|function&lt;br /&gt;
!|description&lt;br /&gt;
|-&lt;br /&gt;
|Node2DMesh()&lt;br /&gt;
|&lt;br /&gt;
|-&lt;br /&gt;
|}&lt;br /&gt;
&lt;br /&gt;
==Functions==&lt;br /&gt;
{| class=&amp;quot;wikitable&amp;quot;&lt;br /&gt;
!|return&lt;br /&gt;
!|function&lt;br /&gt;
!|description&lt;br /&gt;
|-&lt;br /&gt;
|&lt;br /&gt;
|[[Node2DMesh:clearMesh()|clearMesh]]()&lt;br /&gt;
|&lt;br /&gt;
|-&lt;br /&gt;
|&lt;br /&gt;
|[[Node2DMesh:compile()|compile]]()&lt;br /&gt;
|&lt;br /&gt;
|-&lt;br /&gt;
|[[Vec4]]&lt;br /&gt;
|[[Node2DMesh:getVertexColor(int index)|getVertexColor]](int index)&lt;br /&gt;
|&lt;br /&gt;
|-&lt;br /&gt;
|[[Vec3]]&lt;br /&gt;
|[[Node2DMesh:getVertexPosition(int index)|getVertexPosition]](int index)&lt;br /&gt;
|&lt;br /&gt;
|-&lt;br /&gt;
|[[Vec2]]&lt;br /&gt;
|[[Node2DMesh:getVertexUvCoord(int index)|getVertexUvCoord]](int index)&lt;br /&gt;
|&lt;br /&gt;
|-&lt;br /&gt;
|int&lt;br /&gt;
|[[Node2DMesh:addVertex(Vec2 position, Vec2 uvCoord)|addVertex]]([[Vec2]] position, [[Vec2]] uvCoord)&lt;br /&gt;
|&lt;br /&gt;
|-&lt;br /&gt;
|int&lt;br /&gt;
|[[Node2DMesh:addVertex(Vec2 position, Vec4 color)|addVertex]]([[Vec2]] position, [[Vec4]] color)&lt;br /&gt;
|&lt;br /&gt;
|-&lt;br /&gt;
|int&lt;br /&gt;
|[[Node2DMesh:addVertex(Vec2 position, Vec2 uvCoord, Vec4 color)|addVertex]]([[Vec2]] position, [[Vec2]] uvCoord, [[Vec4]] color)&lt;br /&gt;
|&lt;br /&gt;
|-&lt;br /&gt;
|}&lt;/div&gt;</summary>
		<author><name>Anders</name></author>
	</entry>
</feed>