About Store Forum Documentation Contact



Post Reply 
texMap()
Author Message
Rogus Offline
Member

Post: #1
texMap()
In the older version of the engine was method texMap. Is texMap is the same as fixTexWrapping()? It seems to me that it did not work. I have a solid color on the mesh.
02-13-2013 09:20 AM
Find all posts by this user Quote this message in a reply
Esenthel Offline
Administrator

Post: #2
RE: texMap()
Hi,

This is not the same function.
It was hidden to keep the api clean, less functions = easier to browse.
Can you tell me why you need this?
02-13-2013 10:51 AM
Find all posts by this user Quote this message in a reply
Rogus Offline
Member

Post: #3
RE: texMap()
Hi
I'm creating meshes vertex by vertex. When it's done i must set material on it. Now just color is changing and the texture is gone.
02-13-2013 11:43 AM
Find all posts by this user Quote this message in a reply
Esenthel Offline
Administrator

Post: #4
RE: texMap()
I will restore MeshBase.texMap methods for next release
02-13-2013 11:50 AM
Find all posts by this user Quote this message in a reply
Rogus Offline
Member

Post: #5
RE: texMap()
Thank you very much smile
02-13-2013 11:54 AM
Find all posts by this user Quote this message in a reply
Post Reply