-
Notifications
You must be signed in to change notification settings - Fork 2k
add 2d #18717
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
base: v3.8.7
Are you sure you want to change the base?
add 2d #18717
Conversation
Code Size Check Report
Interface Check Report! WARNING this pull request has changed these public interfaces:
@@ -36526,8 +36526,20 @@
* @param sceneFlags @en Rendering flags of the quad @zh Quad所需场景渲染标志位
*/
addCameraQuad(camera: renderer.scene.Camera, material: Material, passID: number, sceneFlags?: SceneFlags): void;
/**
+ * @beta Feature is under development
+ */
+ addDraw3D(camera: renderer.scene.Camera, models: renderer.scene.Model[], sceneFlags?: SceneFlags): void;
+ /**
+ * @beta Feature is under development
+ */
+ addDraw2D(camera: renderer.scene.Camera): void;
+ /**
+ * @beta Feature is under development
+ */
+ addProfiler(camera: renderer.scene.Camera): void;
+ /**
* @en Clear current render target.
* @zh 清除当前渲染目标
* @param name @en The name of the render target @zh 渲染目标的名字
* @param color @en The clearing color @zh 用来清除与填充的颜色
|
@cocos-robot run-test-cases-custom |
@star-e, Please check the result of
Task Details
|
@star-e, Please check the result of
Task Details |
@cocos-robot run-test-cases-custom |
@star-e, Please check the result of
Task Details |
@star-e, Please check the result of
Task Details |
@cocos-robot run-test-cases-custom |
@star-e, Please check the result of
Task Details
|
@star-e, Please check the result of
Task Details |
@cocos-robot run-test-cases-custom |
@star-e, Please check the result of
Task Details
|
@star-e, Please check the result of
Task Details |
Re: #
Changelog
Continuous Integration
This pull request:
Compatibility Check
This pull request: