-
Notifications
You must be signed in to change notification settings - Fork 8
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Missing info on pr_trianglefan in docs #4586
Comments
Also, |
(triangle fans look like triangle strips but each triangle share the first vertex. but trianglefans are a pretty unsupported primitive type all over the place—if gm gets a full implementation of webgpu for gmrt then there wont even be a trianglefan option cause its not in the spec at all. if i were gm i would update the manual to suggest those people looking to make a fan get comfy with a strip or list instead) |
YoYoGames/GameMaker-Bugs#4586 * Added pr_trianglefan to the image showing primitive types * Moved the Primitive Type Constants table to a snippet: * Added a more detailed description to every constant * Added a warning to pr_trianglefan * vertex_submit/vertex_submit_ext: * Added extra note to Usage Notes list to mention conversion of pr_trianglefan to pr_trianglelist might occur
Added an example of |
Description
On the manuel page about
draw_primitive_begin
, the constantpr_trianglefan
is mentioned in the table, but the corresponding picture doesn't show what it does.On the manual page about
vertex_submit
, the constantpr_trianglefan
is again not shown in the picture, but it is also missing in the table.Manual Link
https://manual.gamemaker.io/monthly/en/#t=GameMaker_Language%2FGML_Reference%2FDrawing%2FPrimitives%2Fdraw_primitive_begin.htm&rhsearch=pr_trianglefan&ux=search
The text was updated successfully, but these errors were encountered: