PureBasic 4.00 - Beta 7
-
- Enthusiast
- Posts: 731
- Joined: Wed Apr 21, 2004 7:12 pm
I think it's also nice that you have fixed libs uploaded now, would be cool to get such fixes on this quick wayI think it will help ironing them out even faster and better.
Visit www.sceneproject.org
no! you were ahead of me!
( PB6.00 LTS Win11 x64 Asrock AB350 Pro4 Ryzen 5 3600 32GB GTX1060 6GB)
( The path to enlightenment and the PureBasic Survival Guide right here... )
( The path to enlightenment and the PureBasic Survival Guide right here... )
From the doc
If i write CreateMesh(#Cube, 8 ) , i cant see my cube
If i write CreateMesh(#Cube, 1000) , i can see my cube.
May be NbMaximumVertices is the size maxi of the mesh ? not Nb Vertices ? [/i]
I have a big Cube (8 Vertices ) , his size is about 1000.Syntax
Result = CreateMesh(#Mesh, NbMaximumVertices)
Description
... 'NbMaximumVertices' has to be specified to tell up to how many vertices the #Mesh could have.
If i write CreateMesh(#Cube, 8 ) , i cant see my cube
If i write CreateMesh(#Cube, 1000) , i can see my cube.
May be NbMaximumVertices is the size maxi of the mesh ? not Nb Vertices ? [/i]
Please correct my english
http://purebasic.developpez.com/
http://purebasic.developpez.com/
it is not a bug, only Doc. which must be clarified.
Please correct my english
http://purebasic.developpez.com/
http://purebasic.developpez.com/