Jump to content

Vertex limit 65k?


shadmar
 Share

Recommended Posts

Hi

 

I recently learned that surfaces can hold 65k vertices ~ (130k faces), but when I try creating a simple plane in UU3D of 65k vertices it gets distorted like this :

 

LE_65.jpg

 

I can successfully render upto 65k faces ~ 32k vertices.. but not 65k vertices. Is there somthing wrong with the mesh I'm creating? (attached).

65k_vertex_mesh.zip

HP Omen - 16GB - i7 - Nvidia GTX 1060 6GB

Link to comment
Share on other sites

Hmm, I ran this through GMFDump and the vertex count for four surfaces is 65536, which should be the maximum number:

http://www.leadwerks...le/358-gmfdump/

 

FILE
Data starts at: 12
 {
12	 -	 Version: 1
 MESH
Data starts at: 28
		 {
28	 -			 Matrix:
		 1.00000000, 0.000000000, 0.000000000, 0.000000000
		 0.000000000, 1.00000000, 0.000000000, 0.000000000
		 0.000000000, 0.000000000, 1.00000000, 0.000000000
		 0.000000000, 0.000000000, 0.000000000, 1.00000000
		 PROPERTIES
Data starts at: 104
				 {
104	 -					 Keys: 1
108	 -					 Keyname: name
113	 -					 Keyvalue: U3D_STATIC_MESH
				 }
		 SURFACE
Data starts at: 141
				 {
				 PROPERTIES
Data starts at: 153
						 {
153	 -							 Keys: 1
157	 -							 Keyname: material
166	 -							 Keyvalue:
						 }
				 VERTEXARRAY
Data starts at: 179
						 {
179	 -							 Vertices: 65536
183	 -							 Data type: 1
187	 -							 Variable type: 8
191	 -							 Elements: 3
						 }
				 VERTEXARRAY
Data starts at: 786639
						 {
786639 -							 Vertices: 65536
786643 -							 Data type: 2
786647 -							 Variable type: 8
786651 -							 Elements: 3
						 }
				 VERTEXARRAY
Data starts at: 1573099
						 {
1573099 -							 Vertices: 65536
1573103 -							 Data type: 3
1573107 -							 Variable type: 8
1573111 -							 Elements: 2
						 }
				 VERTEXARRAY
Data starts at: 2097415
						 {
2097415 -							 Vertices: 65536
2097419 -							 Data type: 5
2097423 -							 Variable type: 8
2097427 -							 Elements: 3
						 }
				 VERTEXARRAY
Data starts at: 2883875
						 {
2883875 -							 Vertices: 65536
2883879 -							 Data type: 6
2883883 -							 Variable type: 8
2883887 -							 Elements: 3
						 }
				 INDICEARRAY
Data starts at: 3670335
						 {
3670335 -							 Indices: 390150
3670339 -							 Mode: 7
3670343 -							 Variable type: 7
						 }
				 }
		 }
 }

My job is to make tools you love, with the features you want, and performance you can't live without.

Link to comment
Share on other sites

  • 2 weeks later...

Join the conversation

You can post now and register later. If you have an account, sign in now to post with your account.
Note: Your post will require moderator approval before it will be visible.

Guest
Reply to this topic...

×   Pasted as rich text.   Paste as plain text instead

  Only 75 emoji are allowed.

×   Your link has been automatically embedded.   Display as a link instead

×   Your previous content has been restored.   Clear editor

×   You cannot paste images directly. Upload or insert images from URL.

 Share

×
×
  • Create New...