
syed samoon
Members-
Content Count
139 -
Joined
-
Last visited
About syed samoon
-
Rank
Advanced Member
Recent Profile Visitors
1830 profile views
-
sorry i don't know how to create a PG
-
anybody else to help me
-
is this right??
-
var priority = 0; var options = new BABYLON.SceneOptimizerOptions(_this.init.frameTarget, 1000); options.addOptimization(new BABYLON.HardwareScalingOptimization(0, 1)); options.addOptimization(new BABYLON.TextureOptimization(2, 1024)); options.addOptimization(new BABYLON.RenderTargetsOptimization(1)); options.addOptimization(new BABYLON.PostProcessesOptimization(1)); options.addOptimization(new BABYLON.HardwareScalingOptimization(0, 2)); options.addOptimization(new BABY
-
Hi Everyone, Can you help me.. if anyone have model script for optimizing the scene. https://www.babylonjs-playground.com/#3Q8PCL i can't understand this.
-
is this right...
-
var options = new BABYLON.SceneOptimizerOptions(_this.init.frameTarget, 1000); options.addOptimization(new BABYLON.HardwareScalingOptimization(0, 1)); options.addOptimization(new BABYLON.TextureOptimization(2, 1024)); _this.init.engine.setHardwareScalingLevel(1);
-
is there anything wrong in this optimization
-
i was optimized with this below script var priority = 0; var options = new BABYLON.SceneOptimizerOptions(_this.frameTarget, 1000); options.addOptimization(new BABYLON.HardwareScalingOptimization(0, 1)); options.addCustomOptimization(function () { _t
-
hello any buddy have solution for this issue
-
any buddy have an idea about this??
-
Hi Everyone, i'm using physics editor software for apply p2 physic in phaser. i will apply the JSON in phaser game.load.physics('Physics', 'assets/sprites/newSize.json'); but i will get this layour in my png how to hide the marked area of the JSON
-
Hi @RaananW in my game i got 38 FPS in mobile but still the gameplay was slow. my friend suggest me to use deltaTime so what i'm asking this. in my script var speed = 5; player.position.z += speed;
-
Hi Everyone, How to move a object smoothly with deltaTime? Thank you