Forum Replies Created
-
AuthorPosts
-
xeonCustomer
I will take a look at it at this evening (Pacific time). You can reach me at xeons3dlab[at]gmail[dotcom]
Xeon
Route 66 Digital
Interactive Solutions - https://www.r66d.com
Tutorials - https://www.xeons3dlab.comxeonCustomerTo best help you…all we need is the project file zipped…we do not need the controls since they are not a factor in you v3d app loading. You can use V3D zip function and it will store it with your online assets. If you can include the 3D model file that would additionally helpful.
Xeon
Route 66 Digital
Interactive Solutions - https://www.r66d.com
Tutorials - https://www.xeons3dlab.comxeonCustomerWell…the performance report says tells you about how you should go about optimizing this further.
I have juste tested this on an a few iphones X through 15 and have similar results.
I would start by turning off your post processing effects and see if that doesn’t solve the problem….if it doesnt, I would take extreme measures to find the offending issue.
Extreme diagnostics
– remove lights – test ( you are better off baking the lighting in this scene as shown )
– remove all materials – apply basic material anmy two cents…based on your zoom level…this model should probably be under 10,000 polys or less total, geo buffers should be under 10, lights 0, hdr rendering – off, post processing -off, material and shaders should be less than 6 total.
You seem to have a lot of materials that are not used in this scene. I would recommend purging your scene of unused items.
consider consolidating your geo…it seems the only thing moving is the drawer and piston… they should be cloned for each location. The door hardware and door would be one item, the shock would be two items, the rest of the unit would be 1 item. Total of four pieces of geo..vs current 70
If you zip up your project and post and I am sure someone on here can help you out with specific detail.
Xeon
Route 66 Digital
Interactive Solutions - https://www.r66d.com
Tutorials - https://www.xeons3dlab.comxeonCustomerReally nice work.
Xeon
Route 66 Digital
Interactive Solutions - https://www.r66d.com
Tutorials - https://www.xeons3dlab.com2024-04-18 at 4:29 pm in reply to: [Solved- not a bug] App Manager stays at 4.6 even though add on is at 4.5.1 #72389xeonCustomerFantastic….never ran into that before. Problem solved. Thank you.
Xeon
Route 66 Digital
Interactive Solutions - https://www.r66d.com
Tutorials - https://www.xeons3dlab.com2024-04-17 at 3:54 pm in reply to: feature available – mobile device – does not detect MS Surface or iPad Pro #72360xeonCustomerScreen shots attached.
Attachments:
You must be logged in to view attached files.Xeon
Route 66 Digital
Interactive Solutions - https://www.r66d.com
Tutorials - https://www.xeons3dlab.comxeonCustomerGiven the graphics style you are going for you could use a sprite sheet and not have to load any scenes.
Xeon
Route 66 Digital
Interactive Solutions - https://www.r66d.com
Tutorials - https://www.xeons3dlab.comxeonCustomerDid you happen to update the project in the AppManager?
Did you go through your Blender Shaders and update all instances of your Principal BSDF and other shaders nodes that have been updated during the transition form 3.6 to 4.1?Xeon
Route 66 Digital
Interactive Solutions - https://www.r66d.com
Tutorials - https://www.xeons3dlab.comxeonCustomerGood catch
Xeon
Route 66 Digital
Interactive Solutions - https://www.r66d.com
Tutorials - https://www.xeons3dlab.comxeonCustomerFood – is all about your mesh, textures and lighting. Textures and lighting are the most demanding part and making it look right in webgl / V3D. Hard surface projects I can dedicate 10% to 20% of time to textures and lights but when it comes to food. Its more like 50% to 80% if you are going for photo realism. Food is just difficult since you have some many great photo references you are trying to imitate. The modeling is usually pretty easy.
V3D or other …. only unique part is making sure you control the color space and the lighting.Xeon
Route 66 Digital
Interactive Solutions - https://www.r66d.com
Tutorials - https://www.xeons3dlab.comxeonCustomerWell…there are so many ways to do this. You could also do this with HTML/CSS or JavaScript but since you specified Blender I am guessing you want to use the text object in Blender in addition since you specified Verge3d and didnt specify any other way…I guessed you were wanting a way to do this via puzzles.
Since this is for a game I figured you need a way to trigger the timer. In this case I am using the “when clicked” puzzle on the monkey mesh.
There is a “Startup_Reset” procedure that defines the time, in your case 2 minutes (120 seconds) in the “start_time_seconds” variable adjust the “start_time_seconds” to any time you like, in seconds obviously. Its also the Rest function when time runs out…you can press the monkey and restart.
The second procedure “Seconds to M:SS” just converts a given seconds input into M:SS format for visual display.
After the time runs out….I am sure you will want to trigger something to happen. So there is a “TimeOut” procedure that changes the material of the monkey and removes the timer.
Hope this helps.
Link to sample:
https://cdn.soft8soft.com/AROAJSY2GOEHMOFUVPIOE:f2f27a4091/X3L_countdown_timers/X3L_countdown_timers.html- This reply was modified 7 months, 2 weeks ago by xeon.
Attachments:
You must be logged in to view attached files.Xeon
Route 66 Digital
Interactive Solutions - https://www.r66d.com
Tutorials - https://www.xeons3dlab.comxeonCustomerYup…found it….thank you. Chrome addon culprit in deed.
Xeon
Route 66 Digital
Interactive Solutions - https://www.r66d.com
Tutorials - https://www.xeons3dlab.comxeonCustomerThis is what is reported in the console..
Attachments:
You must be logged in to view attached files.Xeon
Route 66 Digital
Interactive Solutions - https://www.r66d.com
Tutorials - https://www.xeons3dlab.comxeonCustomerWithin your 3D app….under teh Verge3D settings for the camera there are Target Object/Point controls when using a orbit camera. You have the ability to set the Vertical & Horizontal limits Rotation limits to give you full control to prevent the z-axis rotation or lock your camera to a specific angle.
You can also do this in puzzles or in code.
Xeon
Route 66 Digital
Interactive Solutions - https://www.r66d.com
Tutorials - https://www.xeons3dlab.comxeonCustomerYou may want to assign the materials you want in a preloaded state to be not hidden. They can be assigned to triangle out of camera view. This way the material is loaded into memory before you need it l
Xeon
Route 66 Digital
Interactive Solutions - https://www.r66d.com
Tutorials - https://www.xeons3dlab.com -
AuthorPosts