What is Holodeck?
Holodeck is a social VR game designed to offer immersive, interactive experiences. Players can explore various environments, interact with objects, and engage with other players in a fully realized virtual space. My focus is on creating a seamless and engaging virtual world that combines the best aspects of gaming and social interaction.
Grip and Pose Component
One of the latest features we've integrated into Holodeck is the Grip and Pose component for grippable actors. This component allows for precise snap-gripping, where you can position the component exactly where you want the snap-grip to occur. Moreover, you can also position the fingers, which will automatically translate to any avatar using both IK (Inverse Kinematics) and FK (Forward Kinematics).
If a finger pose is not set, the fingers will try to automatically align to the surface of the model. This feature ensures that the hand interactions feel natural and realistic. Here's an image showing two grip poses on a blue barrel:
Multiple Physical Materials on a Single Object
I've been working on implementing multiple Physical Materials on a single object to enhance the realism of interactions. For example, I created a traffic cone with a high-friction, high-density rubber base, making it top-heavy and sticky, so it adheres to surfaces realistically. Conversely, the blue plastic jug is lightweight with low friction, allowing it to fall off surfaces easily.
Here are two videos demonstrating this feature:
- traffic cone without physical materials
- traffic cone and barrel with correct physical materials
Animations
The animation system in Holodeck has seen significant updates. I've set up an animation layer system that tailors animations based on the player's attributes, such as gender and whether they are armed or unarmed. Additionally, I'm using a ControlRig system to implement FootIK, ensuring the feet accurately align with the ground.
I've also been experimenting with the new "Foot Placement" anim node, which helps lock the feet in place during animations.
Lumen Global Illumination
Lumen Global Illumination is a game-changer for VR. After some extensive work, Lumen now works beautifully in VR, offering stunning lighting effects. This technology is perfect for creating atmospheric environments, such as dark interiors in horror games.
Lumen allows for excellent lighting quality without compromising on performance. Here are some comparison images to show the dramatic difference Lumen makes:
One crucial aspect I've learned is the importance of accurate mesh distance fields for high-quality Lumen GI. Accurate mesh distance fields also enable particle systems to use these for collision detection, enhancing realism.
- Scene
- Lumen Scene
- Mesh Distance Field Preview
- Particle collision
Nanite Tessellation
Nanite has been enabled on all static objects in the scene, and I'm experimenting with tessellation. The results are impressive, particularly in VR, where the depth perception enhances the effect of displaced meshes.
- Nanite Overdraw
IK Rig
IK Rig is a powerful tool for real-time retargeting. I've created some simple rigs to explore its capabilities. Setting up the bone settings for the spine, arms, and legs is essential for accurate results. Otherwise, the FullBodyIK solver may not work correctly.
Kawaii Physics
Kawaii Physics is an excellent plugin for achieving toon-style physics simulations within the animation graph.
- Physics Simulation
- In-Editor Physics Setup Preview
Stay tuned for more updates as I continue to develop and refine Holodeck!