সিনফর্ম ব্যবহার করে নমুনা
সেভ করা পৃষ্ঠা গুছিয়ে রাখতে 'সংগ্রহ' ব্যবহার করুন
আপনার পছন্দ অনুযায়ী কন্টেন্ট সেভ করুন ও সঠিক বিভাগে রাখুন।
SDK নমুনা
এই নমুনাগুলি ন্যূনতম প্রচেষ্টার সাথে সিনফর্মের সাথে বিকাশকারীদের তৈরি এবং চালানোর উদ্দেশ্যে করা হয়েছে৷ এগুলি ইচ্ছাকৃতভাবে ছোট এবং সিনফর্ম ব্যবহার করার জন্য প্রয়োজনীয় মূল আইটেমগুলি হাইলাইট করে৷
এই নমুনাগুলি GitHub-এ Android সংগ্রহস্থলের জন্য Sceneform SDK- এ প্রকাশিত হয়েছে৷ তারা প্রতিটি রিলিজ আপডেট করা হয়.
- HelloSceneform নমুনাগুলির মধ্যে সবচেয়ে সহজবোধ্য, যেটি স্বয়ংক্রিয়ভাবে ARCore সেশন পরিচালনার জন্য
ArFragment
কীভাবে ব্যবহার করতে হয় তা দেখায়। - অ্যানিমেশন দেখায় কিভাবে অ্যানিমেশন ডেটা সহ আমদানি করা মডেলগুলি ব্যবহার করতে হয়।
- AugmentedFaces দেখায় কিভাবে একটি মুখের বিভিন্ন অঞ্চল এবং শীর্ষবিন্দুতে টেক্সচার এবং মডেলগুলি সনাক্ত এবং প্রয়োগ করতে হয়।
- সিনফর্মের সাথে ARCore অগমেন্টেড ইমেজ API ব্যবহার করে অগমেন্টেড ইমেজ দেখায়।
- সোলার সিস্টেম একাধিক মডেল লোড করা এবং বস্তুর অবস্থান এবং ঘোরাতে স্থানীয় স্থানাঙ্ক ব্যবহার করে।
- ChromaKey ভিডিও একটি
ExternalTexture
টেক্সচার এবং একটি কাস্টম উপাদান ব্যবহার করে ক্রোমা কীড (সবুজ স্ক্রীন) ভিডিওকে রেন্ডারেবলে প্রদর্শন করে। - ভিডিও রেকর্ডিং নমুনা দেখায় কিভাবে একটি স্থানীয় ভিডিও ফাইলে Sceneform
Sceneview
s ক্যাপচার করতে নমুনা VideoRecording
ক্লাস ব্যবহার করতে হয়।
ব্যবহারের নমুনা
ব্যবহারের নমুনাগুলি আপনার, Sceneform ব্যবহারকারী বিকাশকারীদের সমস্যা এবং প্রশ্ন দ্বারা অনুপ্রাণিত। এই নমুনাগুলি দৃশ্যফর্মের কিছু নির্দিষ্ট দিক দেখানোর জন্য ডিজাইন করা হয়েছে। এই নমুনাগুলি Sceneform SDK রিলিজগুলির থেকে স্বাধীন, এবং যেমন, Sceneform ব্যবহার করার সাথে সম্পর্কিত প্রয়োজন বা বর্তমান বিষয়গুলির উপর ভিত্তি করে বিভিন্ন সময়ে আপডেট করা হয়।
এই নমুনার বিশদ বিবরণ GitHub-এ দৃশ্যফর্ম-নমুনা প্রকল্পে অবস্থিত।
অন্য কিছু উল্লেখ না করা থাকলে, এই পৃষ্ঠার কন্টেন্ট Creative Commons Attribution 4.0 License-এর অধীনে এবং কোডের নমুনাগুলি Apache 2.0 License-এর অধীনে লাইসেন্স প্রাপ্ত। আরও জানতে, Google Developers সাইট নীতি দেখুন। Java হল Oracle এবং/অথবা তার অ্যাফিলিয়েট সংস্থার রেজিস্টার্ড ট্রেডমার্ক।
2022-09-26 UTC-তে শেষবার আপডেট করা হয়েছে।
[null,null,["2022-09-26 UTC-তে শেষবার আপডেট করা হয়েছে।"],[[["\u003cp\u003eThese samples help developers quickly get started with Sceneform, showcasing key features with minimal setup.\u003c/p\u003e\n"],["\u003cp\u003eThey are categorized into SDK samples and usage samples, each serving different purposes and update schedules.\u003c/p\u003e\n"],["\u003cp\u003eSDK samples provide foundational knowledge of using Sceneform for tasks like AR session management, animations, face augmentation, and image augmentation.\u003c/p\u003e\n"],["\u003cp\u003eUsage samples offer solutions to specific developer questions and demonstrate more specialized Sceneform features, including chroma key video and video recording.\u003c/p\u003e\n"],["\u003cp\u003eAll samples are publicly accessible on GitHub and regularly updated to ensure relevance and functionality.\u003c/p\u003e\n"]]],["Sceneform SDK samples, available on GitHub, offer developers examples for using the technology. Key actions demonstrated include using `ArFragment` for ARCore management, animating imported models, applying textures to faces, and utilizing the ARCore Augmented Images API. Other samples showcase loading multiple models, using `ExternalTexture` for Chroma Key video, and capturing video with the `VideoRecording` class. Usage samples, found in the sceneform-samples project, address specific aspects and developer inquiries, with independent update cycles.\n"],null,["# Samples using Sceneform\n\nSDK samples\n-----------\n\nThese samples are intended to get developers up and running with Sceneform with\nminimal effort. They are intentionally small and highlight the key items needed\nin order to use Sceneform.\n\nThese samples are published in the\n[Sceneform SDK for Android](//github.com/google-ar/sceneform-android-sdk)\nrepository on GitHub. They are updated every release.\n\n- [HelloSceneform](//github.com/google-ar/sceneform-android-sdk/tree/v1.15.0/samples/hellosceneform) is the most straightforward of the samples, showing how to use [`ArFragment`](/sceneform/reference/com/google/ar/sceneform/ux/ArFragment) for automatically managing the ARCore session.\n- [Animation](//github.com/google-ar/sceneform-android-sdk/tree/v1.15.0/samples/animation) shows how to use models imported with animation data.\n- [AugmentedFaces](//github.com/google-ar/sceneform-android-sdk/tree/v1.15.0/samples/augmentedfaces) shows how to identify and apply textures and models to different regions and vertices of a face.\n- [Augmented Images](//github.com/google-ar/sceneform-android-sdk/tree/v1.15.0/samples/augmentedimage) demonstrates using ARCore Augmented Images API with Sceneform.\n- [Solar System](//github.com/google-ar/sceneform-android-sdk/tree/v1.15.0/samples/solarsystem) demonstrates loading multiple models and using local coordinate space to position and rotate objects.\n- [ChromaKey Video](//github.com/google-ar/sceneform-android-sdk/tree/v1.15.0/samples/chromakeyvideo) demonstrates using an [`ExternalTexture`](/sceneform/reference/com/google/ar/sceneform/rendering/ExternalTexture) and a custom material to display Chroma Keyed (green screen) video on a renderable.\n- [VideoRecording Sample](//github.com/google-ar/sceneform-android-sdk/tree/v1.15.0/samples/videorecording) shows how to use the sample `VideoRecording` class to capture Sceneform [`Sceneview`s](/sceneform/reference/com/google/ar/sceneform/SceneView) to a local video file.\n\nUsage samples\n-------------\n\nUsage samples are inspired by issues and questions from you, developers using\nSceneform. These samples are designed to show some specific aspect of Sceneform.\nThese samples are independent of the Sceneform SDK releases, and as such, are\nupdated at different times based on need or current topics related to using\nSceneform.\n\nDetails on these samples are located in the\n[sceneform-samples](//github.com/googlesamples/sceneform-samples)\nproject on GitHub."]]