|
1 | 1 | {
|
2 | 2 | "info" : {
|
3 | 3 | "source" : "include/imguizmo/ImGuizmo.h",
|
4 |
| - "hash" : "e4cff3bc8014e2bccae881f1b0535298", |
| 4 | + "hash" : "f3ed04e44a5959358d2d9966b66f2f69", |
5 | 5 | "url" : "https://github.com/CedricGuillemet/ImGuizmo.git",
|
6 |
| - "revision" : "f7bbbe39971d9d45816417a70e9b53a0f698c56e" |
| 6 | + "revision" : "e2bc419c8826a3d632d3974aab201b0fee770263" |
7 | 7 | },
|
8 | 8 | "decls" : [ {
|
9 | 9 | "@type" : "AstNamespaceDecl",
|
|
418 | 418 | "evaluatedValue" : 1024
|
419 | 419 | }, {
|
420 | 420 | "@type" : "AstEnumConstantDecl",
|
421 |
| - "name" : "TRANSLATE", |
| 421 | + "name" : "SCALE_XU", |
422 | 422 | "qualType" : "ImGuizmo::OPERATION",
|
423 | 423 | "order" : 11,
|
| 424 | + "value" : "(1u << 11)", |
| 425 | + "evaluatedValue" : 2048 |
| 426 | + }, { |
| 427 | + "@type" : "AstEnumConstantDecl", |
| 428 | + "name" : "SCALE_YU", |
| 429 | + "qualType" : "ImGuizmo::OPERATION", |
| 430 | + "order" : 12, |
| 431 | + "value" : "(1u << 12)", |
| 432 | + "evaluatedValue" : 4096 |
| 433 | + }, { |
| 434 | + "@type" : "AstEnumConstantDecl", |
| 435 | + "name" : "SCALE_ZU", |
| 436 | + "qualType" : "ImGuizmo::OPERATION", |
| 437 | + "order" : 13, |
| 438 | + "value" : "(1u << 13)", |
| 439 | + "evaluatedValue" : 8192 |
| 440 | + }, { |
| 441 | + "@type" : "AstEnumConstantDecl", |
| 442 | + "name" : "TRANSLATE", |
| 443 | + "qualType" : "ImGuizmo::OPERATION", |
| 444 | + "order" : 14, |
424 | 445 | "value" : "TRANSLATE_X | TRANSLATE_Y | TRANSLATE_Z",
|
425 | 446 | "evaluatedValue" : 7
|
426 | 447 | }, {
|
427 | 448 | "@type" : "AstEnumConstantDecl",
|
428 | 449 | "name" : "ROTATE",
|
429 | 450 | "qualType" : "ImGuizmo::OPERATION",
|
430 |
| - "order" : 12, |
| 451 | + "order" : 15, |
431 | 452 | "value" : "ROTATE_X | ROTATE_Y | ROTATE_Z | ROTATE_SCREEN",
|
432 | 453 | "evaluatedValue" : 120
|
433 | 454 | }, {
|
434 | 455 | "@type" : "AstEnumConstantDecl",
|
435 | 456 | "name" : "SCALE",
|
436 | 457 | "qualType" : "ImGuizmo::OPERATION",
|
437 |
| - "order" : 13, |
| 458 | + "order" : 16, |
438 | 459 | "value" : "SCALE_X | SCALE_Y | SCALE_Z",
|
439 | 460 | "evaluatedValue" : 896
|
| 461 | + }, { |
| 462 | + "@type" : "AstEnumConstantDecl", |
| 463 | + "name" : "SCALEU", |
| 464 | + "docComment" : "universal", |
| 465 | + "qualType" : "ImGuizmo::OPERATION", |
| 466 | + "order" : 17, |
| 467 | + "value" : "SCALE_XU | SCALE_YU | SCALE_ZU", |
| 468 | + "evaluatedValue" : 14336 |
| 469 | + }, { |
| 470 | + "@type" : "AstEnumConstantDecl", |
| 471 | + "name" : "UNIVERSAL", |
| 472 | + "qualType" : "ImGuizmo::OPERATION", |
| 473 | + "order" : 18, |
| 474 | + "value" : "TRANSLATE | ROTATE | SCALEU", |
| 475 | + "evaluatedValue" : 14463 |
440 | 476 | } ]
|
441 | 477 | }, {
|
442 | 478 | "@type" : "AstEnumDecl",
|
|
553 | 589 | } ]
|
554 | 590 | } ]
|
555 | 591 | } ]
|
| 592 | + }, { |
| 593 | + "@type" : "AstFunctionDecl", |
| 594 | + "name" : "ViewManipulate", |
| 595 | + "resultType" : "void", |
| 596 | + "decls" : [ { |
| 597 | + "@type" : "AstParmVarDecl", |
| 598 | + "name" : "view", |
| 599 | + "qualType" : "float *", |
| 600 | + "desugaredQualType" : "float *" |
| 601 | + }, { |
| 602 | + "@type" : "AstParmVarDecl", |
| 603 | + "name" : "projection", |
| 604 | + "qualType" : "const float *", |
| 605 | + "desugaredQualType" : "const float *" |
| 606 | + }, { |
| 607 | + "@type" : "AstParmVarDecl", |
| 608 | + "name" : "operation", |
| 609 | + "qualType" : "OPERATION", |
| 610 | + "desugaredQualType" : "ImGuizmo::OPERATION" |
| 611 | + }, { |
| 612 | + "@type" : "AstParmVarDecl", |
| 613 | + "name" : "mode", |
| 614 | + "qualType" : "MODE", |
| 615 | + "desugaredQualType" : "ImGuizmo::MODE" |
| 616 | + }, { |
| 617 | + "@type" : "AstParmVarDecl", |
| 618 | + "name" : "matrix", |
| 619 | + "qualType" : "float *", |
| 620 | + "desugaredQualType" : "float *" |
| 621 | + }, { |
| 622 | + "@type" : "AstParmVarDecl", |
| 623 | + "name" : "length", |
| 624 | + "qualType" : "float", |
| 625 | + "desugaredQualType" : "float" |
| 626 | + }, { |
| 627 | + "@type" : "AstParmVarDecl", |
| 628 | + "name" : "position", |
| 629 | + "qualType" : "int", |
| 630 | + "desugaredQualType" : "int" |
| 631 | + }, { |
| 632 | + "@type" : "AstParmVarDecl", |
| 633 | + "name" : "size", |
| 634 | + "qualType" : "int", |
| 635 | + "desugaredQualType" : "int" |
| 636 | + }, { |
| 637 | + "@type" : "AstParmVarDecl", |
| 638 | + "name" : "backgroundColor", |
| 639 | + "qualType" : "int", |
| 640 | + "desugaredQualType" : "int" |
| 641 | + }, { |
| 642 | + "@type" : "AstFullComment", |
| 643 | + "decls" : [ { |
| 644 | + "@type" : "AstParagraphComment", |
| 645 | + "decls" : [ { |
| 646 | + "@type" : "AstTextComment", |
| 647 | + "text" : " use this version if you did not call Manipulate before and you are just using ViewManipulate" |
| 648 | + } ] |
| 649 | + } ] |
| 650 | + } ] |
556 | 651 | }, {
|
557 | 652 | "@type" : "AstFunctionDecl",
|
558 | 653 | "name" : "SetID",
|
|
0 commit comments